https://github.com/angrybeltman/simple_nn
A simple nerual network library written in rust.
https://github.com/angrybeltman/simple_nn
Last synced: 8 months ago
JSON representation
A simple nerual network library written in rust.
- Host: GitHub
- URL: https://github.com/angrybeltman/simple_nn
- Owner: AngryBeltMan
- Created: 2023-08-07T15:50:37.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-08T23:39:06.000Z (almost 3 years ago)
- Last Synced: 2025-02-02T02:46:44.704Z (over 1 year ago)
- Language: Rust
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# A Simple Nueral Written in Rust
This library is very simple and only uses one external library (the rand crate) but is still good enough to predict handwritten text with over a 90% accuracy.
# Examples
Examples can be found in the example folder in the repository and at this git repository 'https://github.com/AngryBeltMan/Rust_NN_example'.
## Inspired by this video
https://www.youtube.com/watch?v=9RN2Wr8xvro