Project information

  • Category: Machine Learning
  • Project date: April 2020
  • GitHub repo: link

About MNIST

This project was my implementation of various machine learning models to solve the MNIST handwritten digit classification problem. Using only Python and NumPy, I implemented KNN, Logistic Regression, SVM with kernels, and Neural Net models which accomplished varying degrees of test accuracy on the dataset. For more details, visit the GitHub repository link.