1
2
3
4
pub mod neural_network;
pub mod perceptron;
pub mod setup;
pub mod utils;