Full Changelog: https://github.com/bcExpt1123/Handwritten-Digit-Recognition-PyTorch/commits/v1.0.0
Added
- Initial release of the Handwritten Digit Recognition model using PyTorch.
- Implementation of a fully connected neural network for digit classification.
- Support for loading and preprocessing a custom dataset of handwritten digits.
- Evaluation metrics to assess model performance.
- Visualization of predictions using Matplotlib and OpenCV.
- Jupyter notebook
Handwritten_Digit_Recognition.ipynbwith step-by-step instructions.
Changed
- N/A
Deprecated
- N/A
Removed
- N/A
Fixed
- N/A