Skip to content
This repository was archived by the owner on Sep 16, 2023. It is now read-only.

Latest commit

 

History

History
4 lines (3 loc) · 246 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 246 Bytes

K-means Clustering

Implemented K-means algorithm and used it for image compression.

It is the standard implementation (naive k-means) and uses random initialization points. More detail of the implementation is provided in the notebook itself.