nnet-0.0.2 is not a library.
NNet
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:
Or use cargo to download the package from crates.io
:
Documenation can be build as follows: