update week 41

This commit is contained in:
Morten Hjorth-Jensen
2024-10-06 12:29:55 +02:00
parent 648811f21c
commit 1aef956d0e
7 changed files with 314 additions and 288 deletions
+12 -11
View File
@@ -8,19 +8,20 @@ DATE: Week 41
!split
===== Material for the lecture on Monday October 7, 2024 =====
* Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.
* Building our own Feed-forward Neural Network
o Neural Networks, setting up the basic steps, from the simple perceptron model to the multi-layer perceptron model.
o Building our own Feed-forward Neural Network
# * "Video of lecture notes":"https://youtu.be/5-RRTO9uDvI"
# * "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesOctober7.pdf"
* Readings and Videos:
* These lecture notes
* For neural networks we recommend Goodfellow et al chapter 6.
* "Neural Networks demystified":"https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs"
* "Building Neural Networks from scratch":"https://www.youtube.com/watch?v=Wo5dMEP_BbI&list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3&ab_channel=sentdex"
* "Video on Neural Networks":"https://www.youtube.com/watch?v=CqOfi41LfDw"
* "Video on the back propagation algorithm":"https://www.youtube.com/watch?v=Ilg3gGewQ5U"
I also recommend Michael Nielsen's intuitive approach to the neural networks and the universal approximation theorem, see the slides at URL:"http://neuralnetworksanddeeplearning.com/chap4.html".
!bblock Readings and Videos:
o These lecture notes
o Rashcka et al chapter 11
o For neural networks we recommend Goodfellow et al chapter 6.
o Neural Networks demystified at URL:"https://www.youtube.com/watch?v=bxe2T-V8XRs&list=PLiaHhY2iBX9hdHaRr6b7XevZtgZRa1PoU&ab_channel=WelchLabs"
o Building Neural Networks from scratch at URL:"https://www.youtube.com/watch?v=Wo5dMEP_BbI&list=PLQVvvaa0QuDcjD5BAw2DxE6OF2tius3V3&ab_channel=sentdex"
o Video on Neural Networks at URL:"https://www.youtube.com/watch?v=CqOfi41LfDw"
o Video on the back propagation algorithm at URL:"https://www.youtube.com/watch?v=Ilg3gGewQ5U"
We also recommend Michael Nielsen's intuitive approach to the neural networks and the universal approximation theorem, see the slides at URL:"http://neuralnetworksanddeeplearning.com/chap4.html".
!eblock
!split