5 Minute Summary Lecture - 1
5 Minute Summary Lecture - 1
2. Update step: Update the centroids to be the mean of the points assigned to
them.
Lloyd's Algorithm
Lloyd's Algorithm, often synonymous with K-Means, refers to the two-step iterative
approach K-Means uses to converge on a solution. It's worth noting that while
efficient, Lloyd's algorithm can sometimes fall into local minima, and its performance
can be sensitive to the initial choice of centroids.