update. week 38

This commit is contained in:
Morten Hjorth-Jensen
2025-09-14 09:04:00 +02:00
parent b392f0d04a
commit 8dd0f7db27
10 changed files with 2664 additions and 197 deletions
+3 -1
View File
@@ -10,7 +10,7 @@ DATE: September 15-19, 2025
!bblock Material for the lecture on Monday September 15
o Statistical interpretation of Ridge and Lasso regression
o Resampling techniques, Bootstrap and cross validation and bias-variance tradeoff (this may partly be discussed during the exercise sessions as well.
o The material we did not cover last week, that is on more advanced methods for updating the learning rate, are covered by its own video. We will briefly discuss these topics at the beginning of the lecture and during the lab sessions. See video on ADAgrad, RMSprop and ADAM (material from last week not covered during lecture) at URL:"https://youtu.be/"
o The material we did not cover last week, that is on more advanced methods for updating the learning rate, are covered by its own video. We will briefly discuss these topics at the beginning of the lecture and during the lab sessions. See video on ADAgrad, RMSprop and ADAM (material from last week not covered during lecture) at URL:"https://youtu.be/J_41Hld6tTU"
# * "Video of Lecture":"https://youtu.be/omLmp_kkie0"
# * "Whiteboard notes":"https://github.com/CompPhysics/MachineLearning/blob/master/doc/HandWrittenNotes/2024/NotesSeptember9.pdf"
!eblock
@@ -1381,3 +1381,5 @@ the learning like ADAgrad, RMSprop and ADAM. As teaching material, see
the jupyter-notebook from week 37 (September 12-16).
For the lab session, the following video on cross validation (from 2024), could be helpful, see URL:"https://www.youtube.com/watch?v=T9jjWsmsd1o"
See also video on ADAgrad, RMSprop and ADAM (material from last week not covered during lecture) at URL:"https://youtu.be/J_41Hld6tTU"