Skip to content

feliciaosy/Kmeans_Clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Kmeans_Clustering

Implemented in Python.

K-means Clustering Algorithm is a centroid-based technique which partitions a given unlabelled dataset into k clusters, creating high intra-class similarity and low inter-class similarity. Each cluster is represented by its center (i.e, centroid) which corresponds to the mean of points assigned to the cluster.

There are 3 main steps involved:

  1. Initialize centroids;
  2. Assign points to centroid;
  3. Update centroid location to cluster mean.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published