- Notifications
You must be signed in to change notification settings - Fork5
The K-Means algorithm, written from scratch using the Python programming language
License
NotificationsYou must be signed in to change notification settings
tugot17/K-Means-Algorithm-From-Scratch
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
The K-Means algorithm, written from scratch using the Python programming language. The main jupiter notebook shows how to write k-means from scratch and shows an example application - reducing the number of colors.
The main file isK-means.ipynb
The code itself, without comments, can be found in thek-means.py file
Image used as example for color reduction was downloaded fromhere
-numpy-sklearn-matplotlib-cv2
This project is licensed under the MIT License - see theLICENSE file for details