1
2
3
4
5
6
7
#![feature(specialization, custom_attribute)]

pub mod activations;
pub mod costs;
pub mod layers;
pub mod network;
pub mod pyrus;