Starting diffphys chapter

This commit is contained in:
NT
2021-01-15 16:13:41 +08:00
parent 0063c71c05
commit cbf20ff8fe
6 changed files with 273 additions and 13 deletions

View File

@@ -16,6 +16,17 @@ And while the setup is realtively simple, it is generally difficult to control.
has flexibility to refine the solution by itself, but at the same time, tricks are necessary
when it doesn't pick the right regions of the solution.
## Is it "Machine Learning"
TODO, discuss - more akin to classical optimization:
we test for space/time positions at training time, and are interested in the
solution there afterwards.
hence, no real generalization, or test data with different distribution.
more similar to inverse problem that solves single state e.g. via BFGS or Newton.
## Summary
In general, a fundamental drawback of this approach is that it does combine with traditional
numerical techniques well. E.g., learned representation is not suitable to be refined with
a classical iterative solver such as the conjugate gradient method. This means many