/MNIST

Handwritten digit classification using Logistic Regression and KNN.

Primary LanguagePython

MNIST

In this project, I've used logistic regression and Knn classifiers to classify handwritten digits from the MNIST dataset. The accuracy figures are also plotted for both the classifiers. Both the classifiers are implemented from scratch.