Handwriting classification using KNN Aim To classify numbers from mnist first using KNN algorithm. Then building a custom KNN to do the same classification. Conclusion KNN uses a Brute Force Approach which is slower than other algorithm.