An open API service indexing awesome lists of open source software.

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.

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