1 2 3 4 5 6 7
pub mod matrix; pub mod matrix3d; pub mod network; pub mod activations; pub mod input; pub mod layer; pub mod serialize;