cleanup, added other topics chapter

This commit is contained in:
NT
2021-04-14 19:08:51 +08:00
parent f1f475373d
commit 9cb7e22449
14 changed files with 134 additions and 73 deletions

19
others-intro.md Normal file
View File

@@ -0,0 +1,19 @@
Additional Topics
=======================
The next sections will give a shorter introduction to other topics that are highly
interesting in the context of physics-based deep learning.
![Divider](resources/divider4.jpg)
More specifically, we will look at:
* Time series predictions, i.e., using to DL predict the evolution of a physical system.
This typically replaces a numerical solver, and we can make use of special techniques from the DL area that target time series.
* Generative models are likewise an own topic in DL, and here especially generative adversarial networks were shown to be powerful tools. They also represent a highly interesting training approach involving to separate NNs.
* Meshless methods and unstructured meshes are an important topic for classical simulations. Here, we'll look at a specific Lagrangian method that employs learning in the context of dynamic, particle-based representations.
* Finally, metrics to reboustly assess the quality of similarity of measurements and results are a central topic for all numerical methods, no matter whether they employ learning or not. In the last section we will look at how DL can be used to learn specialized and improved metrics.