corrections Maximmilian intro chapter

This commit is contained in:
NT
2021-07-06 17:43:16 +02:00
parent ad7b5603ae
commit 980e65f47f
4 changed files with 54 additions and 48 deletions

View File

@@ -23,11 +23,12 @@
| ABbreviation | Meaning |
| --- | --- |
| CNN | Convolutional Neural Network |
| BNN | Bayesian neural network |
| CNN | Convolutional neural network |
| DL | Deep Learning |
| GD | (steepest) Gradient Descent|
| 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) |
| 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|