Skip to content

IvanKotik/Python_kMeans_clustering

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python_kMeans_clustering

A take on k-means clustering in python.

By providing two-dimentional data the algorith creates a user pre-defined number of random points on the space. After that the algorith calculates the distance between the points and the dataset and reiterates the point choise in order to minimize the mean square error. When the algorith point choise stops to converge to some value the procedure stops and the fialized groups are define.

A choise of 5 groups KMeans_clustering

A choise of 3 groups KMeans_clustering2

About

A take on k-means clustering in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages