Adding rusty-machine to Rust machine learning.

This commit is contained in:
James Lucas 2016-02-15 16:20:47 -08:00
parent b4760df3a2
commit 178283aa8e

View File

@ -891,6 +891,7 @@ on MNIST digits[DEEP LEARNING]
#### General-Purpose Machine Learning
* [deeplearn-rs](https://github.com/tedsta/deeplearn-rs) - deeplearn-rs provides simple networks that use matrix multiplication, addition, and ReLU under the MIT license.
* [rustlearn](https://github.com/maciejkula/rustlearn) - a machine learning framework featuring logistic regression, support vector machines, decision trees and random forests.
* [rusty-machine](https://github.com/AtheMathmo/rusty-machine) - a pure-rust machine learning library.
* [leaf](https://github.com/autumnai/leaf) - open source framework for machine intelligence, sharing concepts from TensorFlow and Caffe. Available under the MIT license.
* [RustNN](https://github.com/jackm321/RustNN) - RustNN is a feedforward neural network library.