Skip to content

v1.0.0

Latest

Choose a tag to compare

@bcExpt1123 bcExpt1123 released this 02 Jul 00:03
28a62bb

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.ipynb with step-by-step instructions.

Changed

  • N/A

Deprecated

  • N/A

Removed

  • N/A

Fixed

  • N/A