Unsupervised Learning
Topics
Notes
Linked
K-Means
How to partition data into k coherent groups without labels? Iteratively assign points to nearest centroid and update centroids.
Latenent Variable Models
Observed data alone may not capture underlying structure. Introduce hidden variables to explain data through simpler latent factors.