rust_nn 0.1.0

An educational Neural Network framework in Rust
Documentation
1
2
3
4
pub mod matrix;
pub mod neural;
pub mod prelude;
pub mod viz;