A deep learning project implementing LeNet-5 architecture to classify handwritten digits using the MNIST dataset.
This project builds and trains a Convolutional Neural Network (CNN) based on the LeNet-5 architecture on the MNIST dataset.
- mnist_lenet5.ipynb: Main notebook containing the code.
- requirements.txt: List of dependencies.
Achieved 98.6% accuracy on the test dataset.
- Clone the repository.
- Install dependencies:
pip install -r requirements.txt
- Open
leNet5_implementation.ipynb
in Jupyter Notebook or run it on Google Colab.