simple_nn 0.1.2

A simple nueral network library.
Documentation
1
2
3
4
5
6
7
8
# 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