Machine Learning

CS 5350/6350, DS 4350, Spring 2024

Multiclass Classification: First look

So far, we have seen several algorithms for binary classification. This lecture talks about how we can construct a multiclass classifier using algorithms for binary classification. At the end of the semester, we will take a second look at directly training multiclass classifiers instead of constructing them with binary classifiers.