This commit is contained in:
Morten Hjorth-Jensen
2023-10-13 08:25:52 +02:00
parent 2eff00249e
commit b76f4d41b2
9 changed files with 882 additions and 1775 deletions
File diff suppressed because one or more lines are too long
Binary file not shown.
+2
View File
@@ -17,6 +17,8 @@ DATE: Week 41
!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.