Skip to content

Commit

Permalink
add pinn example
Browse files Browse the repository at this point in the history
  • Loading branch information
ASEM000 committed Sep 9, 2023
1 parent 757a151 commit a2363cd
Show file tree
Hide file tree
Showing 3 changed files with 469 additions and 2 deletions.
3 changes: 2 additions & 1 deletion docs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@

notebooks/train_mnist
notebooks/train_bilstm
notebooks/train_pinn_burgers
notebooks/train_mp
notebooks/regularization
notebooks/regularization
2 changes: 1 addition & 1 deletion docs/notebooks/layers_overview.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"# 📙 `serket._src.nn` layers overview"
"# 📙 `serket.nn` layers overview"
]
},
{
Expand Down
466 changes: 466 additions & 0 deletions docs/notebooks/train_pinn_burgers.ipynb

Large diffs are not rendered by default.

0 comments on commit a2363cd

Please sign in to comment.