https://github.com/neilfraser/recog
Simple character recognition and learning with neural networks.
https://github.com/neilfraser/recog
Last synced: 2 months ago
JSON representation
Simple character recognition and learning with neural networks.
- Host: GitHub
- URL: https://github.com/neilfraser/recog
- Owner: NeilFraser
- License: apache-2.0
- Created: 2021-03-14T02:40:26.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-01T01:51:22.000Z (almost 4 years ago)
- Last Synced: 2025-03-18T22:36:31.116Z (3 months ago)
- Language: JavaScript
- Size: 22.5 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Recog
=====Simple character recognition and learning with neural networks.
Recog is an online app that learns and recognises characters and symbols.
It uses neural networks to identify mouse-drawn characters. You can easily
teach it to recognise new characters, or it can even teach itself. The
program's accuracy improves as it learns your hand-writing (or mouse-drawing).It is primarily an educational program. Recog demonstrates the difference
between supervised and unsupervised learning. It has been used to introduce
neural networks to students from grade one to the senior undergraduate level.