integrated RL, spell check

This commit is contained in:
NT
2021-04-15 16:20:17 +08:00
parent 4b8fee4fa0
commit a8074987b6
7 changed files with 94 additions and 816 deletions

View File

@@ -12,8 +12,16 @@ More specifically, we will look at:
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.
{cite}`xie2018tempoGan`
* 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.
{cite}`prantl2019tranquil`
{cite}`ummenhofer2019contconv`
* 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.
https://github.com/intel-isl/DeepLagrangianFluids
* Finally, metrics to robustly 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.
{cite}`kohl2020lsim`
{cite}`um2020sol`