- Density Estimation
- Finding Latent Variables
- Dimensionality Reduction
Initialize: Pick K Random Points to be the Cluster Centers.
While not converged:
Assign each points to the nearest cluster center.
Recalculate each cluster center from points that belong to it.
- You have to choose K
- Stuck in Local Minima
- Sensitive to Initial Configuration
- Can't Solve the Donut Problem
- Doesn't Take into account Density of the cluster