simple_nn

Crates.iosimple_nn
lib.rssimple_nn
version0.1.2
sourcesrc
created_at2023-08-08 02:08:04.510039
updated_at2023-08-08 23:39:19.328936
descriptionA simple nueral network library.
homepage
repositoryhttps://github.com/AngryBeltMan/simple_nn
max_upload_size
id938728
size27,233
Myriad (AngryBeltMan)

documentation

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

Commit count: 5

cargo fmt