added files

This commit is contained in:
Morten Hjorth-Jensen
2025-08-25 16:18:35 +02:00
parent a0460cde92
commit 9ad479c2cf
3 changed files with 697 additions and 43 deletions
Binary file not shown.
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -17,7 +17,7 @@ o Introduction of Ridge and Lasso regression
=== Reading recommendations: ===
o These lecture notes
# o "Video of lecture":"https://youtu.be/VKakN-e4aUA"
o "Video of lecture":"https://youtu.be/2mvizAQFST8"
# o "Video for exercises week 35":"https://youtu.be/yiY0OltU1s8"
o Goodfellow, Bengio and Courville, Deep Learning, chapter 2 on linear algebra
o Raschka et al on preprocessing of data, relevant for exercise 3 this week, see chapter 4.