1
2
3
4
5
//! `n2` is a library implementation of a feedforward, backpropagation
//! artificial neural network.
//!
//! **Note**: This is version `0.0.0` of this crate, which contains no
//! functionality yet. Version `0.1.0` is currently being developed.