2 releases

0.0.2 May 30, 2019
0.0.1 May 30, 2019

#663 in Machine learning

37 downloads per month

GPL-3.0 license

17KB
202 lines

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

Dependencies

~550–780KB
~10K SLoC