Introduction - If you have any usage issues, please Google them yourself
Based on python, it uses principal component analysis (PCA) and K nearest neighbor algorithm (KNN) to classify on the MNIST handwritten data set.
After PCA dimensionality reduction, the final KNN achieved a classification accuracy of over 97% in a 100-dimensional feature space.