Files
FYS-STK4155/doc/src/week42/week41.do.txt
T
Morten Hjorth-Jensen cc7b391123 update week 42
2023-10-15 21:35:35 +02:00

34 lines
1.8 KiB
Plaintext

!split
===== Plan for week 41 =====
!bblock Material for the active learning sessions on Tuesday and Wednesday
* Exercise on writing your own stochastic gradient and gradient descent codes. This exercise continues next week with studies of automatic differentiation
* One lecture at the beginning of each session on the material from weeks 39 and 40 and how to write your own gradient descent code
* Discussion of project 2
* Your task before the sessions: revisit the material from weeks 39 and 40 and in particular the material from week 40 on stochastic gradient descent
!eblock
!bblock Material for the lecture on Thursday October 12, 2023
* 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
* "Video of lecture notes":"https://youtu.be/5-RRTO9uDvI"
* "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2023/NotesOct12.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".
!eblock
!split
===== Lecture Thursday October 12 =====