Skip to content

A neural network from scratch to recognize handwritten digits, with a pygame interface for testing.

Notifications You must be signed in to change notification settings

hiexbris/Digit_Classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✍️ Handwritten Digit Recognizer (from Scratch)

This is a simple neural network built entirely from scratch (no PyTorch or TensorFlow) to recognize handwritten digits from the MNIST dataset. After training, you can draw digits using a pygame interface, and the model will predict what you wrote.


📁 Files

.
├── main.py   # Trains a neural network from scratch using MNIST data
├── app.py    # Launches a pygame app to draw digits and predict them

About

A neural network from scratch to recognize handwritten digits, with a pygame interface for testing.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages