Lecture
Mediaspace scheduled maintenance: Aug 25, 2026 07:00 - 12:00 AM. During this time, videos will be temporarily unavailable. Check status updates.
This lecture covers the assignment step in K-means clustering, where the distance from each data point to each center is calculated, and the data point is assigned to the closest center. It also explains the update step, where the position of the center is computed based on the assignment of the points. Additionally, it discusses the minimization of a loss function in K-means clustering, the effect of different distance metrics, and provides practical examples using ML tools.