Lectures
You can download the lectures here. We will try to upload lectures prior to their corresponding classes.
-
ML Foundations
tl;dr: Generalization: overfitting, bias-variance, regularization (L2/L1).
[notes] [slides]
Readings:
- PML: Chapter 4.3, 4.5
- Lecture notes from Cornell
-
Optimization Basics
tl;dr: Convexity, stochatsic gradient descent, regularization techniques.
[notes] [slides] [Matrix Calculus] [Jupyter Notebook]
Readings:
- PML: Chapter 8.1, 8.2, 8.4
-
Support Vector Machines (I)
tl;dr: Maximum margin classifier, Hard margin SVM.
-
Support Vector Machines (II)
tl;dr: Soft margin SVM, duality, KKT condistions, kernel tricks.
-
Kernels
tl;dr: feature maps, kernel functions, and beyond SVM.