A professional implementation of a neural network from scratch using only NumPy for MNIST digit classification.
-
Updated
May 5, 2026 - Python
A professional implementation of a neural network from scratch using only NumPy for MNIST digit classification.
This project implements the classical LeNet-5 CNN for MNIST digit classification using PyTorch. It covers a complete pipeline from data preprocessing to deployment. The model achieves ~98.8% test accuracy, showing the strong effectiveness of early CNN architectures for image classification.
Add a description, image, and links to the mnist-digit-classification topic page so that developers can more easily learn about it.
To associate your repository with the mnist-digit-classification topic, visit your repo's landing page and select "manage topics."