Machine Learning

CS 5350/6350, DS 4350, Spring 2024

Learning with Missing Labels

So far in the semester, we have been looking at supervised learning algorithms. Now we will look at the setting where we have to learn despite not having much or any labeled data. Most of this lecture will be focused on the expectation maximization algorithm and its variants.

We will end this part by looking at the connections between EM and the popular K means algorithm.