1
2
3
4
5
6
mod activations;
mod layers;
mod math;
pub mod rann;

extern crate rand;