- "Machine Learning Refined" Ch. 4, Sec. 6.3
- Classification Basics - Intro to classification problems, accuracy metrics, multi-class classification and loss functions.
- Generalized Linear Models - Perceptron, logistic regression, margin cost, and support vector machine model derivation and implementation.
- Alternate Classification Models - Demonstrations of k-Nearest Neighbors, Naive Bayes, and decision trees.
- High-dimensional Classification - Implementation of high-dimensional classification using the perovskite dataset.