1. PROJECTS
  2. Handwritten Digit Recognition AI

Handwritten Digit Recognition AI

Wed, 24 Jan 2024

This is a basic project on a neural network trained on the MNIST dataset using Python, Numpy and Matplotlib. This neural network can predict digits with 95% accuracy (when trained with 3000 max iterations and 0.5 learning rate).