update on week 41

This commit is contained in:
Morten Hjorth-Jensen
2021-10-11 07:31:00 +02:00
parent 37f812763c
commit 51361ff9c2
7 changed files with 132 additions and 77 deletions
+10 -2
View File
@@ -6,12 +6,20 @@ DATE: today
!split
===== Plan for week 41 =====
* Thursday: Building our own Feed-forward Neural Network.
* Thursday: Building our own Feed-forward Neural Network and discussion of project 2.
* Friday: Playing around with our own Feed-forward Neural Network and introduction to TensorFlow. Start convolutional Neural Networks (CNN).
Reading suggestions for both days: "Aurelien Geron's chapters 10-11":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/T\
extbooks/TensorflowML.pdf".
For amore in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications
For a more in depth discussion on neural networks we recommend Goodfellow et al chapters 6 and 7. For CNNs, see Goodfellow et al chapter 9. chapter 11 and 12 on practicalities and applications. We strongly recommend reading these chapters from Goodfellow et on Deep Learning, that is chapters 6-12. Bishop's chapter 5 on Neural Networks is an additional good read.
!split
===== Videos on Neural Networks =====
* "Video on Neural Networks":"https://www.youtube.com/watch?v=CqOfi41LfDw"
* "Video on the back propagation algorithm":"https://www.youtube.com/watch?v=Ilg3gGewQ5U"
!split
===== Setting up the Back propagation algorithm =====