update week 47

This commit is contained in:
Morten Hjorth-Jensen
2022-11-21 12:34:30 +01:00
parent 612224b2f8
commit 5973d2b30f
10 changed files with 9904 additions and 898 deletions
+8 -5
View File
@@ -5,14 +5,17 @@ DATE: today
!split
===== Overview of week 47 =====
* _Thursday_: Support Vector Machines, classification and regression.
* _Friday_: Support Vector Machines and Summary of Course
* _Thursday_: Dimensionality reduction and unsupervised learning: Principal Component analysis (PCA) and clustering
* _Friday_: PCA and clustering and Summary of Course
_Excellent video_:
o We recommend highly the video on PCA by "Brunton and Kutz":"http://www.databookuw.com/page-2/page-4/", see in particular the video of section 1.5. Repeating about the singular value discussion is also very useful as we will use this material as background.
o "And another good video on PCA":"https://www.youtube.com/watch?v=FgakZw6K1QQ"
o "k-means clustering video":"https://www.youtube.com/watch?v=4b5d3muPQmA"
_Reading recommendations:
o Geron's chapter 5.
o Hastie et al Chapter 12 (sections 12.1-12.3 are the most relevant ones)
o Bishop chapter 7, with sections 7.1 and 7.2 as the essential ones
o Geron's chapter 9 on PCA
o Hastie et al Chapter 13 (sections 13.1-13.2 are the most relevant ones)