Skip to content

Commit 03d8ecd

Browse files
committed
Add simple PINN example
1 parent 0034d99 commit 03d8ecd

File tree

3 files changed

+980
-0
lines changed

3 files changed

+980
-0
lines changed

source-code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ to create it. There is some material not covered in the presentation as well.
3232
the curse of dimensionality.
3333
* [`lime`](lime/): illustration of using LIME to explain machine learning
3434
models.
35+
* [`pinns`](pinns/): illustrations of using PINNs to solve mathematical and physics
36+
problems.

source-code/pinns/README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# PINNs
2+
3+
Physics-Informed Neural Networks (PINNs) are (deep) neural networks that are
4+
trained using physics properties, e.g., ordinary or partial differential
5+
equations in the loss function.
6+
7+
8+
## What is it?
9+
10+
1. `logistic_de.ipynb`: Jupyter notebook solving the logistic differential
11+
equation using a PINN.

0 commit comments

Comments
 (0)