Skip to content

Commit 98b197c

Browse files
authored
Update README.md
1 parent 66db26d commit 98b197c

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
- over-parameterized models:https://hackmd.io/@mlelarge/S1y5bEAhj
4848

4949
### 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
5151

5252

5353
### practicals
@@ -65,6 +65,9 @@
6565
- representer theorem
6666
- kernel trick
6767

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+
6871
### practicals
6972
- Kernel with [random Fourier features](https://github.com/mlelarge/icfp-ml/blob/main/03_kernel_random_fourier_empty.ipynb)
7073

@@ -74,14 +77,21 @@
7477
- Mixtures of Gaussian
7578
- Expectation-Maximization for GMM
7679

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+
7784
### practicals
7885
- SVD
7986
- [Eigenfaces](https://github.com/mlelarge/icfp-ml/blob/main/02_SVD_Eigenfaces_empty.ipynb)
8087

81-
## ${\textsf{\color{lightgrey} 6. Bayesian and Variational Inference }}$
88+
## 6. Bayesian and Variational Inference (20/02 06-13/03)
8289

8390
- Gaussian
8491
- Linear regression
8592
- Logistic regression
8693
- Laplace method
8794
- 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

0 commit comments

Comments
 (0)