This project implements the LeNet-5 neural network architecture to recognize handwritten digits using the MNIST dataset.
LeNet-5 is a classic convolutional neural network (CNN) architecture designed by Yann LeCun,
learn more, primarily for handwritten digit classification. This project uses
TensorFlow and Keras to build and train the LeNet-5 model on the MNIST dataset. The dataset is already included in this project.
1git clone https://github.com/jumarubea/lenet-5_architecture_model.git
2cd lenet-5-digit-recognition
The trained LeNet-5 model achieves a test accuracy of approximately 98% on the MNIST dataset.
If you want to contribute to this project, please fork the repository and submit a pull request.