GitXplorerGitXplorer
r

Digit-Recognition

public
0 stars
0 forks
0 issues

Commits

List of commits on branch main.
Verified
752e2f59dbcdca5e526c77863e8e38d0a63d9e9b

Update README.md

rrohitpoks committed 3 years ago
Verified
55019129a1c12ac70c4ce2d37164094026008685

Update main.py

rrohitpoks committed 3 years ago
Verified
f2f5e329a8cbf7da51bc7a764e71d0d61b0b35be

Update README.md

rrohitpoks committed 3 years ago
Verified
f345b14cec57f34d9462644383aa4f5ced28b043

Add files via upload

rrohitpoks committed 3 years ago
Verified
9f76f378cac52f97c04ed944aa57e5954be775a4

Update README.md

rrohitpoks committed 3 years ago
Verified
8c6820da69e630c7dcdcb7bbb09d077fa8a206c7

Initial commit

rrohitpoks committed 3 years ago

README

The README file for this repository.

Digit-Recognition

Neural network to identify hand-written digits, works well with the MNIST train dataset (97% accuracy) however doesn't perform as expected when input is given through the pygame mini-program, mostly because user's handwriting deviates from the dataset that the model is accustomed to.

Canvas is of size 140x140 but can be changed to meet preferences, make sure to change array_temp1 and te_pixels (twenty-eight pixels) accordingly. Thanks!