2021-01-12 04:50:42 +01:00
|
|
|
|
|
|
|
# Notation and Abbreviations
|
|
|
|
|
|
|
|
## Math notation:
|
|
|
|
|
|
|
|
| Symbol | Meaning |
|
|
|
|
| --- | --- |
|
|
|
|
| $A$ | matrix |
|
|
|
|
| $\eta$ | learning rate or step size |
|
|
|
|
| $\Gamma$ | boundary of computational domain $\Omega$ |
|
|
|
|
| $f^{*}()$ | generic function to be approximated, typically unknown |
|
2021-01-22 13:31:22 +01:00
|
|
|
| $f()$ | approximate version of $f^{*}$ |
|
2021-01-12 04:50:42 +01:00
|
|
|
| $\Omega$ | computational domain |
|
2021-01-22 13:31:22 +01:00
|
|
|
| $\mathcal P^*$ | continuous/ideal physical model |
|
|
|
|
| $\mathcal P$ | discretized physical model, PDE |
|
2021-01-12 04:50:42 +01:00
|
|
|
| $\theta$ | neural network params |
|
|
|
|
| $t$ | time dimension |
|
|
|
|
| $\mathbf{u}$ | vector-valued velocity |
|
|
|
|
| $x$ | neural network input or spatial coordinate |
|
|
|
|
| $y$ | neural network output |
|
|
|
|
|
|
|
|
## Summary of the most important abbreviations:
|
|
|
|
|
|
|
|
| ABbreviation | Meaning |
|
|
|
|
| --- | --- |
|
|
|
|
| CNN | Convolutional neural network |
|
|
|
|
| DL | Deep learning |
|
|
|
|
| NN | Neural network |
|
|
|
|
| PBDL | Physics-based deep learning |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% test table formatting in markdown
|
|
|
|
% | | Sentence # | Word | POS | Tag |
|
|
|
|
% |---:|:-------------|:-----------|:------|:------|
|
|
|
|
% | 1 | Sentence: 1 | They | PRP | O |
|
|
|
|
% | 2 | Sentence: 1 | marched | VBD | O |
|
|
|
|
|
|
|
|
|