A feedforward neural network implemented in Rust.
An example of how to use the neural net can be found in ./src/main.rs
. Build it from source with:
bash
cargo build --release
Or use cargo to download the package from crates.io
:
bash
cargo install nnet
nnet # validate success installation
Documenation can be build as follows:
bash
cargo doc # open ./target/doc/nnet/all.html in a browser