This commit is contained in:
Morten Hjorth-Jensen
2022-10-19 06:53:30 +02:00
parent 61d65194de
commit fb269f5bfc
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -9,7 +9,8 @@ DATE: today
* Thursday: Building our own Feed-forward Neural Network and discussion of project 2.
* "Video of lecture":"https://youtu.be/yzbxJI6LgL0"
* Friday: Playing around with our own Feed-forward Neural Network and introduction to TensorFlow. Solving differential equations with neural networks.
* "Video of lecture":"https://youtu.be/CPj4mh7M9no
"
Reading suggestions for both days: These notes, "Aurelien Geron's chapters 10-11":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/Textbooks/TensorflowML.pdf".
For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7. Bishop's chapter 5 on Neural Networks is an additional good read.