Quantcast
Channel: Data Science, Analytics and Big Data discussions - Latest topics
Viewing all articles
Browse latest Browse all 4448

Visualizing K-Means Clustering Algorithm

$
0
0

@syed.danish wrote:

This website visualizes the two steps of k-means clustering :
1. Assign : Assigning every point in the data to the cluster whose centroid is nearest to it.
2. Optimize : Recalculating each centroid's location as the mean (center) of all the points assigned to its cluster.
This process is then iterated until the centroids stop moving, or equivalently until the points stop switching clusters.
You can take a look at it here.

Danish

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4448

Trending Articles