| Crates.io | simple_nn |
| lib.rs | simple_nn |
| version | 0.1.2 |
| created_at | 2023-08-08 02:08:04.510039+00 |
| updated_at | 2023-08-08 23:39:19.328936+00 |
| description | A simple nueral network library. |
| homepage | |
| repository | https://github.com/AngryBeltMan/simple_nn |
| max_upload_size | |
| id | 938728 |
| size | 27,233 |
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 can be found in the example folder in the repository and at this git repository 'https://github.com/AngryBeltMan/Rust_NN_example'.