This is a simple neural network built entirely from scratch (no PyTorch or TensorFlow) to recognize handwritten digits from the MNIST dataset. After training, you can draw digits using a pygame
interface, and the model will predict what you wrote.
.
├── main.py # Trains a neural network from scratch using MNIST data
├── app.py # Launches a pygame app to draw digits and predict them