yarnn 0.1.0

Yet Another rust Neural Network framework
Documentation
1
2
3
4
5
mod mse;
mod cross_entropy;

pub use self::mse::*;
pub use self::cross_entropy::*;