/Kmeans-Clustering

K-means clustering is an algorithm that groups similar data points into a predetermined number of clusters by minimizing the sum of squared distances between data points and their cluster centroids.

Primary LanguagePythonMIT LicenseMIT

No issues in this repository yet.