nnet 0.0.2

A feedforward neural network.
nnet-0.0.2 is not a library.

NNet

crates.io

A feedforward neural network implemented in Rust.

Use the library

An example of how to use the neural net can be found in ./src/main.rs. Build it from source with:

cargo build --release

Or use cargo to download the package from crates.io:

cargo install nnet
nnet # validate success installation

Documenation can be build as follows:

cargo doc # open ./target/doc/nnet/all.html in a browser