Fixing tutorials grammar (#242)
* grammar check and sparse rephrasing * rst created * meta copyright adjusted
This commit is contained in:
committed by
GitHub
parent
15136e13f8
commit
b10e02103b
8
tutorials/tutorial3/tutorial.ipynb
vendored
8
tutorials/tutorial3/tutorial.ipynb
vendored
@@ -54,7 +54,7 @@
|
||||
"\\end{cases}\n",
|
||||
"\\end{equation}\n",
|
||||
"\n",
|
||||
"where $D$ is a square domain $[0,1]^2$, and $\\Gamma_i$, with $i=1,...,4$, are the boundaries of the square, and the velocity in the standard wave equation is fixed to one."
|
||||
"where $D$ is a squared domain $[0,1]^2$, and $\\Gamma_i$, with $i=1,...,4$, are the boundaries of the square, and the velocity in the standard wave equation is fixed to one."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -305,7 +305,7 @@
|
||||
"id": "35e51649",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"The results are not so great, and we can clearly see that as time progress the solution get worse.... Can we do better?\n",
|
||||
"The results are not so great, and we can clearly see that as time progress the solution gets worse.... Can we do better?\n",
|
||||
"\n",
|
||||
"A valid option is to impose the initial condition as hard constraint as well. Specifically, our solution is written as:\n",
|
||||
"\n",
|
||||
@@ -491,7 +491,7 @@
|
||||
"id": "b7338109",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"We can see now that the results are way better! This is due to the fact that previously the network was not learning correctly the initial conditon, leading to a poor solution when the time evolved. By imposing the initial condition the network is able to correctly solve the problem."
|
||||
"We can see now that the results are way better! This is due to the fact that previously the network was not learning correctly the initial conditon, leading to a poor solution when time evolved. By imposing the initial condition the network is able to correctly solve the problem."
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -501,7 +501,7 @@
|
||||
"source": [
|
||||
"## What's next?\n",
|
||||
"\n",
|
||||
"Nice you have completed the two dimensional Wave tutorial of **PINA**! There are multiple directions you can go now:\n",
|
||||
"Congratulations on completing the two dimensional Wave tutorial of **PINA**! There are multiple directions you can go now:\n",
|
||||
"\n",
|
||||
"1. Train the network for longer or with different layer sizes and assert the finaly accuracy\n",
|
||||
"\n",
|
||||
|
||||
Reference in New Issue
Block a user