cleanup, unified notation NN instead of ANN

This commit is contained in:
NT
2021-03-10 12:15:50 +08:00
parent 975d67d07a
commit 8556fa6c96
15 changed files with 44 additions and 40 deletions

View File

@@ -26,7 +26,8 @@
| CNN | Convolutional Neural Network |
| DL | Deep Learning |
| GD | (steepest) Gradient Descent|
| NN | Neural Network |
| MLP | Multi-Layer Perceptron, a neural network with fully connected layers |
| NN | Neural Network (a generic one, in contrast to, e.g., a CNN or MLP) |
| PDE | Partial Differential Equation |
| PBDL | Physics-Based Deep Learning |
| SGD | Stochastic Gradient Descent|