Introduction - If you have any usage issues, please Google them yourself
1. Write a KNN classifier with Python or matlab
Training set is semeion_train.csv (handwriting recognition)
The test set is semeion_test.csv
The error rate is calculated on the test set (k=1, k=3, k=5, k=10).