PROPHET - Neural Network Library

| Linux | Windows | Codecov | Coveralls | Docs | Crates.io | |:-----------------:|:-------------------:|:--------------------:|:--------------------:|:------------------:|:---------------------:| | travis | appveyor | codecov | coveralls | [![docs][11]][12 ] | crates.io |

A simple neural net implementation written in Rust with a focus on cache-efficiency and sequential performance.

Currently only supports supervised learning with fully connected layers.

How to use

The preferred way to receive prophet is via cargo or github.

Compile prophet with

cargo build

Run the test suite with

cargo test --release

Note: It is recommended to use --release for testing since optimizations are insanely effective for prophet.

For additional information while running some long tests use

cargo test --release --verbose -- --nocapture

Run performance test with

cargo bench --features benches

Planned Features

License

Licensed under either of

at your option.

Dual licence: badge badge

Release Notes (YYYY/MM/DD)

0.4.2 (2017/10/13)

0.4.1 (2017/08/27)

0.4.0 (2017/08/09)