You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 16, 2023. It is now read-only.
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.
About
Implemented K-means algorithm and used it for image compression.