update diffphys code

This commit is contained in:
NT
2021-01-18 14:42:36 +08:00
parent 4e98f3c7e5
commit 1b939ac205
4 changed files with 189 additions and 308 deletions

View File

@@ -151,6 +151,9 @@ $$
$$
introduce scalar loss, always(!) scalar...
(also called *cost* or *objective* function)
distuingish: training, validation and (out of distribution!) test sets.
Read chapters 6 to 9 of the [Deep Learning book](https://www.deeplearningbook.org),
especially about [MLPs]https://www.deeplearningbook.org/contents/mlp.html and