https://github.com/brickman1444/numeral-recognition
Rust numeral recognition using MNIST data
https://github.com/brickman1444/numeral-recognition
machine-learning mnist neural-network rust supervised-learning web-assembly
Last synced: 2 months ago
JSON representation
Rust numeral recognition using MNIST data
- Host: GitHub
- URL: https://github.com/brickman1444/numeral-recognition
- Owner: brickman1444
- License: mit
- Created: 2021-12-26T22:46:03.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-01-09T22:10:23.000Z (over 4 years ago)
- Last Synced: 2025-03-11T12:56:06.363Z (over 1 year ago)
- Topics: machine-learning, mnist, neural-network, rust, supervised-learning, web-assembly
- Language: HTML
- Homepage: https://brickman1444.github.io/numeral-recognition/
- Size: 13.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# numeral-recognition
A web page to detect hand drawn numerals. View [here](https://brickman1444.github.io/numeral-recognition/).
The site uses a Web Assembly module built from Rust Source code. The module instantiates a neural network trained on [MNIST](http://yann.lecun.com/exdb/mnist/) data.