runn 0.1.1

Runn is a feature-rich, easy-to-use library for building, training, and evaluating feed-forward neural networks in Rust
Documentation
1
2
3
4
5
6
7
pub mod error;
pub mod helper;
pub mod matrix;
pub mod numbers;
pub(crate) mod parallel;
pub(crate) mod random;
pub(crate) mod util;