| Linux | Windows | Coverage | Docs | Crates.io | Licence |
|:-------------------:|:-------------------:|:--------------------:|:---------------------:|:------------------:|:------------------:|
| |
|
| [![licence][11]][12 ] |
|
|
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.
ndarray
dependency version from 0.9
to 0.10
serde
dependency version from 0.9
to 1.0
serde
feature by default.NeuralLayer::random
now uses ChaChaRng
internally instead of weak_rng
sudo