File tree 1 file changed +12
-2
lines changed
1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 47
47
- over-parameterized models:https://hackmd.io/@mlelarge/S1y5bEAhj
48
48
49
49
### Ref:
50
- - In Chapter 5 (Sections 5.2.1 and 5.4) of [ Learning Theory from First Principles] ( https://www.di.ens.fr/~fbach/ltfp_book.pdf ) by Francis Bach
50
+ - In Chapter 5 (Sections 5.2.1 and 5.4) of [ Learning Theory from First Principles] ( https://www.di.ens.fr/~fbach/ltfp_book.pdf ) by Francis Bach
51
51
52
52
53
53
### practicals
65
65
- representer theorem
66
66
- kernel trick
67
67
68
+ ### Ref:
69
+ - Chapters 6 and 7 of [ Learning Theory from First Principles] ( https://www.di.ens.fr/~fbach/ltfp_book.pdf ) by Francis Bach
70
+
68
71
### practicals
69
72
- Kernel with [ random Fourier features] ( https://github.com/mlelarge/icfp-ml/blob/main/03_kernel_random_fourier_empty.ipynb )
70
73
74
77
- Mixtures of Gaussian
75
78
- Expectation-Maximization for GMM
76
79
80
+ ### Ref:
81
+ - [ Expectation-Maximization for the Gaussian Mixture Model] ( https://perso.telecom-paristech.fr/bonald/documents/gmm.pdf ) by Thomas Bonald
82
+ - [ The Expectation Maximization Algorithm - A short tutorial] ( https://www.seanborman.com/publications/EM_algorithm.pdf ) by Sean Borman
83
+
77
84
### practicals
78
85
- SVD
79
86
- [ Eigenfaces] ( https://github.com/mlelarge/icfp-ml/blob/main/02_SVD_Eigenfaces_empty.ipynb )
80
87
81
- ## ${\textsf{\color{lightgrey} 6. Bayesian and Variational Inference }}$
88
+ ## 6. Bayesian and Variational Inference (20/02 06-13/03)
82
89
83
90
- Gaussian
84
91
- Linear regression
85
92
- Logistic regression
86
93
- Laplace method
87
94
- Variational inference
95
+
96
+ ### Ref:
97
+ - Chapters 2.3 - 3.3 - 4.4 - 4.5 - 10 [ Pattern Recognition and Machine Learning] ( https://www.microsoft.com/en-us/research/wp-content/uploads/2006/01/Bishop-Pattern-Recognition-and-Machine-Learning-2006.pdf ) by Christopher Bishop
You can’t perform that action at this time.
0 commit comments