Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 513 Bytes

readme.md

File metadata and controls

14 lines (9 loc) · 513 Bytes

K-means Algorithm

K-means clustering is one of the simplest and popular unsupervised machine learning algorithms... In other words, the K-means algorithm identifies k number of centroids, and then allocates every data point to the nearest cluster, while keeping the centroids as small as possible.

Available Scripts

py main.py

Runs the app in the development mode.

This is my first python code

Screenshot

Screenshot