- Use K-means clustering algorithm to group the samples into K=3 clusters.
- Plot the cost of assignment step vs iteration.
(Note: pipenv
doesn't work with matplotlib
😕)
First time
make all
After first time
make start
- Python 3+
- numpy
- matplotlib
- xlrd