Linear Models for ClassificationExplores linear models for classification, logistic regression, decision boundaries, SVM, multi-class classification, and practical applications.
Logistic Regression: Part 1Introduces logistic regression for binary classification and explores multiclass classification using OvA and OvO strategies.
Max-Margin ClassifiersExplores maximizing margins for better classification using support vector machines and the importance of choosing the right parameter.
Multiclass ClassificationCovers the concept of multiclass classification and the challenges of linearly separating data with multiple classes.