Implement a K Means clustering algorithm and run in on MNIST dataset.
There are 5 functions to implement total: 4 in k_means.py and 1 in main.py.
Then I also implement calculate_error and lloyd_algorithm.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Implement a K Means clustering algorithm and run in on MNIST dataset.
There are 5 functions to implement total: 4 in k_means.py and 1 in main.py.
Then I also implement calculate_error and lloyd_algorithm.