This is the code for "K-Means Clustering - The Math of Intelligence (Week 3)" By SIraj Raval on Youtube
This is the code for this video on Youtube by Siraj Raval as part of The Math of Intelligence course.
- numpy
- matplotlib
Install missing dependencies using pip.
Just run jupyter notebook
in terminal and you can visit the notebook in your web browser.
Install jupyter
from here
The credits for a big part of the code go to gleydson. I've merely created a wrapper to get people started.