Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
donaldcummins committed Mar 7, 2024
1 parent f96382e commit 5ad6039
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PINNs_1DHeatEquationExample.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"\n",
"This notebook is based on two papers: *[Physics-Informed Neural Networks: A Deep Learning Framework for Solving Forward and Inverse Problems Involving Nonlinear Partial Differential Equations](https://www.sciencedirect.com/science/article/pii/S0021999118307125)* and *[Hidden Physics Models: Machine Learning of Nonlinear Partial Differential Equations](https://www.sciencedirect.com/science/article/pii/S0021999117309014)* with the help of Fergus Shone and Michael Macraild.\n",
"\n",
"These tutorials will go through solving Partial Differential Equations using Physics Informed Neuaral Networks, focusing on the 1D Heat Equation and a more complex example using the Navier Stokes Equations.\n",
"These tutorials will go through solving Partial Differential Equations using Physics Informed Neural Networks, focusing on the 1D Heat Equation and a more complex example using the Navier Stokes Equations.\n",
"\n",
"**This introduction section is replicated in all PINN tutorial notebooks (please skip if you've already been through).** \n",
"\n",
Expand Down

0 comments on commit 5ad6039

Please sign in to comment.