nnet

Crates.ionnet
lib.rsnnet
version0.0.2
sourcesrc
created_at2019-05-30 18:11:52.761782
updated_at2019-05-30 22:55:57.988875
descriptionA feedforward neural network.
homepage
repositoryhttps://github.com/DanielSchuette/nnet
max_upload_size
id137938
size46,607
Daniel Schuette (DanielSchuette)

documentation

README

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
Commit count: 16

cargo fmt