Handwritten Digit Recognition with LeNet5 Model in PyTorch
Handwritten digit recognition is a fundamental problem in the field of computer vision and machine learning. In this project, we propose to implement the LeNet5 model using PyTorch to recognize handwritten digits from the MNIST dataset. The goal is to build an accurate digit recognition system that can classify digits with high accuracy.
- Implementation of various models for handwritten digit recognition, including MLP, CNN, and LeNet5.
- Evaluation reports comparing the performance of different models in terms of accuracy and computational efficiency.
- Visualizations of model predictions and evaluation metrics.
- Documentation detailing the methodology, implementation details, and findings of the project