https://github.com/alon-regev/ml_digits
https://github.com/alon-regev/ml_digits
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alon-regev/ml_digits
- Owner: Alon-Regev
- Created: 2022-05-11T16:17:55.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-05-24T15:40:28.000Z (almost 3 years ago)
- Last Synced: 2025-02-08T01:33:33.401Z (3 months ago)
- Language: Python
- Size: 11.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Digit Classification
Simple project, learning about neural networks and supervised learning. Implemented neural network from scratch using a gradient descent algorithm.
Project contains:
- A training program which produces a file of the trained model (takes a few minutes).
- An interactive digit classification which allows drawing in real time.

- Simple digit classification from a picture. (picture should have a white background, like a paper).
# How to use
run Main.py from any of the files.
requires numpy, pillow and mnist dataset library for training progra (or you can use the already trained model).# Accuracy

It has some issues reading from paper with some of the digits, so the overall accuracy from a picture is around 67%.
