Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 548 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 548 Bytes

K-Means-Clustering

K-means Clustering algorithm with python K-means clustering is one of the simplest and popular unsupervised machine learning algorithms and this aglorithm practice k-means clustering on a random generated dataset

This is the scatter plot of the randomly generated data. alt text

This is the scatter plot of the the data after K-means clustering K=4 alt text