Statistical Learning
This article is about learning and reviewing the Introductory Applied Machine Learning (IAML) course from The University of Edinburgh.
Links: Lecture Videos, GitHub Courseworks.
| Week | Topics | Lab/Coursework |
|---|---|---|
| 1 |
Mathematical Preliminaries | Lab 0 |
| 2 | Dealing with Data, Naive Bayes | Lab 1 |
| 3 |
Decision Trees, Generalisation and Evaluation | Coursework 1 |
| 4 | Linear Regression, Logistic Regression | Lab 2 |
| 5 | Optimisation and Regularisation, SVM I | Coursework 2 |
| 6 | SVM II, Nearest Neighbour Methods | Lab 3 |
| 7 | K-Means, Gaussian Mixture Models | Coursework 3 |
| 8 | PCA, Hierarchical Clustering | Lab 4 |
| 9 | Perceptrons, Neural Networks | Coursework 4 |
| 10 | Lab 5 |
- Math and Data
- Naive Bayes
- Decision Trees
- Linear Regression
- Logistic Regression
- SVM
- K-NN
- K-Means
- GMM & EM
- PCA
- Neural Networks
- Adaboost