1pub mod f; 2pub mod nn; 3pub mod optim; 4pub mod util; 5 6pub use ndarray; 7pub use ndarray_rand; 8pub use ndarray_stats;