This commit is contained in:
topsy404 2021-09-16 15:24:19 +08:00 committed by GitHub
parent f85a3a0c36
commit 6b82e5fd50
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@ The central goal of these methods is to use existing numerical solvers, and equi
them with functionality to compute gradients with respect to their inputs.
Once this is realized for all operators of a simulation, we can leverage
the autodiff functionality of DL frameworks with backpropagation to let gradient
information flow from from a simulator into an NN and vice versa. This has numerous
information flow from a simulator into an NN and vice versa. This has numerous
advantages such as improved learning feedback and generalization, as we'll outline below.
In contrast to physics-informed loss functions, it also enables handling more complex