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

File diff suppressed because one or more lines are too long

View File

@ -26,13 +26,16 @@ Some visual examples of numerically simulated time sequences. In this book, we a
As a _sneak preview_, in the next chapters will show: As a _sneak preview_, in the next chapters will show:
- How to train networks to infer fluid flows around shapes like airfoils in one go, i.e., a _surrogate model_ that replaces a traditional numerical simulation. - How to train networks to infer a fluid flow around shapes like airfoils, and estimate the uncertainty of the prediction. This gives a _surrogate model_ that replaces a traditional numerical simulation.
- How to use model equations as residuals to train networks that represent solutions, and how to improve upon these residual constraints by using _differentiable simulations_. - How to use model equations as residuals to train networks that represent solutions, and how to improve upon these residual constraints by using _differentiable simulations_.
- How to more tightly interact with a full simulator for _inverse problems_. E.g., we'll demonstrate how to circumvent the convergence problems of standard reinforcement learning techniques by leveraging simulators in the training loop. - How to more tightly interact with a full simulator for _inverse problems_. E.g., we'll demonstrate how to circumvent the convergence problems of standard reinforcement learning techniques by leveraging simulators in the training loop.
The different PBDL techniques will be introduced ordered in terms of growing Over the course of the next
chapters we will introduce different approaches for introducing physical models
into deep learning, i.e., _physics-based deep learning_ (PBDL) approaches.
These algorithmic variants will be introduced in order of increasing
tightness of the integration, and pros and cons of the different approaches tightness of the integration, and pros and cons of the different approaches
will be discussed. It's important to know in which scenarios each of the will be discussed. It's important to know in which scenarios each of the
different techniques is particularly useful. different techniques is particularly useful.
@ -40,7 +43,7 @@ different techniques is particularly useful.
## Comments and suggestions ## Comments and suggestions
This _book_, where "book" stands for a collection of texts, equations, images and code examples, This _book_, where "book" stands for a collection of digital texts and code examples,
is maintained by the is maintained by the
[TUM Physics-based Simulation Group](https://ge.in.tum.de). Feel free to contact us [TUM Physics-based Simulation Group](https://ge.in.tum.de). Feel free to contact us
if you have any comments, e.g., via [old fashioned email](mailto:i15ge@cs.tum.edu). if you have any comments, e.g., via [old fashioned email](mailto:i15ge@cs.tum.edu).

View File

@ -23,11 +23,12 @@
| ABbreviation | Meaning | | ABbreviation | Meaning |
| --- | --- | | --- | --- |
| CNN | Convolutional Neural Network | | BNN | Bayesian neural network |
| CNN | Convolutional neural network |
| DL | Deep Learning | | DL | Deep Learning |
| GD | (steepest) Gradient Descent| | GD | (steepest) Gradient Descent|
| MLP | Multi-Layer Perceptron, a neural network with fully connected layers | | 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 | | PDE | Partial Differential Equation |
| PBDL | Physics-Based Deep Learning | | PBDL | Physics-Based Deep Learning |
| SGD | Stochastic Gradient Descent| | SGD | Stochastic Gradient Descent|

Binary file not shown.

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 200 KiB