This commit is contained in:
NT
2021-01-22 20:31:22 +08:00
parent 6210fede2c
commit 57938d7abe
6 changed files with 36 additions and 11 deletions

View File

@@ -8,10 +8,11 @@
| $A$ | matrix |
| $\eta$ | learning rate or step size |
| $\Gamma$ | boundary of computational domain $\Omega$ |
| $f()$ | approximated version of $f^{*}$ |
| $f^{*}()$ | generic function to be approximated, typically unknown |
| $f()$ | approximate version of $f^{*}$ |
| $\Omega$ | computational domain |
| $\mathcal P$ | physical model, PDE |
| $\mathcal P^*$ | continuous/ideal physical model |
| $\mathcal P$ | discretized physical model, PDE |
| $\theta$ | neural network params |
| $t$ | time dimension |
| $\mathbf{u}$ | vector-valued velocity |