updating week 42

This commit is contained in:
Morten Hjorth-Jensen
2021-10-20 08:33:02 +02:00
parent 3622b9bf3d
commit a72134c6c6
9 changed files with 77 additions and 7 deletions
+8
View File
@@ -21,6 +21,8 @@ DATE: today
* "Video on Convolutional Neural Networks from MIT":"https://www.youtube.com/watch?v=iaSUYvmCekI&ab_channel=AlexanderAmini"
!eblock
!split
===== Using Automatic differentiation =====
@@ -31,9 +33,15 @@ we will also study the usage of "Autograd":"https://www.youtube.com/watch?v=fRf4
!split
===== Solving ODEs with Deep Learning =====
!bblock
The Universal Approximation Theorem states that a neural network can
approximate any function at a single hidden layer along with one input
and output layer to any given precision.
!eblock
!bblock Book on solving differential equations with ML methods
"An Introduction to Neural Network Methods for Differential Equations":"https://www.springer.com/gp/book/9789401798150", by Yadav and Kumar.
!eblock
!split