🧠 OCR Neural Network A handwritten digit recognition system built from scratch using a simple feedforward neural network. Accepts 28×28 pixel grayscale inputs and classifies them into digits (0–9). Includes training, prediction, and a web-based drawing canvas.
Stars
4
Forks
0
Watchers
4
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
12
commits
First Layer and Hidden Layer activation function change sigmoid -> ReLU
86d7f1cView on GitHubMerge branch 'main' of https://github.com/TiagoSBittencourt/Basic-OCR-AI-
ab4b121View on GitHub