spellcheck

This commit is contained in:
NT
2021-03-09 16:39:54 +08:00
parent 42061e7d00
commit c443f2bfdf
12 changed files with 55 additions and 55 deletions

View File

@@ -18,7 +18,7 @@ with the goals of training with DP.
However, the noise is typically undirected, and hence not as accurate as training with
the actual evolutions of simulations. Hence, this noise can be a good starting point
for training that tends to overfit, but if possible, it is preferable to incorporate the
acutal solver in the training loop via a DP approach.
actual solver in the training loop via a DP approach.
## Summary
@@ -28,7 +28,7 @@ To summarize the pros and cons of training ANNs via differentiable physics:
✅ Pro:
- uses physical model and numerical methods for discretization
- efficiency of selected methods carries over to training
- tight coupling of physical models and NNs possible
- tight coupling of physical models and ANNs possible
❌ Con:
- not compatible with all simulators (need to provide gradients)