billy-enrizky/Pytorch-Handwritten-Digit-Recognition
🚀 PyTorch Handwritten Digit Recognition 🤖 Discover the world of machine learning with our PyTorch Handwritten Digit Recognition project! 🔍 Data Exploration Explore the MNIST dataset with 60,000 training images and 10,000 testing images. 📦 Data Preparation Effortlessly set up and import the dataset using PyTorch and torchvision.
This project helps machine learning practitioners or students learn how to build a basic image recognition system. It takes in images of handwritten digits (like from scanned forms) and outputs the predicted digit for each image. It's designed for those learning about deep learning and convolutional neural networks.
Use this if you are a student or beginner in machine learning looking for a hands-on example to understand how to classify images of digits using PyTorch.
Not ideal if you need to deploy a robust, production-ready system for digit recognition or classify more complex images beyond simple handwritten numbers.
Stars
10
Forks
6
Language
HTML
License
Apache-2.0
Category
Last pushed
Dec 07, 2025
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ml-frameworks/billy-enrizky/Pytorch-Handwritten-Digit-Recognition"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
greydanus/mnist1d
A 1D analogue of the MNIST dataset for measuring spatial biases and answering Science of Deep...
potterhsu/SVHNClassifier
A TensorFlow implementation of Multi-digit Number Recognition from Street View Imagery using...
potterhsu/SVHNClassifier-PyTorch
A PyTorch implementation of Multi-digit Number Recognition from Street View Imagery using Deep...
kensanata/numbers
Handwritten digits, a bit like the MNIST dataset.
kdexd/digit-classifier
A single handwritten digit classifier, using the MNIST dataset. Pure Numpy.