diff --git a/docs/libraries.rst b/docs/libraries.rst index fc2c892..af62efd 100644 --- a/docs/libraries.rst +++ b/docs/libraries.rst @@ -893,8 +893,10 @@ Rust .. rubric:: General-Purpose Machine Learning +- `candle `__ - Candle is a minimalist ML framework for Rust with a focus on performance (including GPU support) and ease of use. - `deeplearn-rs `__ - deeplearn-rs provides simple networks that use matrix multiplication, addition, and ReLU under the MIT license. -- `rustlearn `__ - a machine learning framework featuring logistic regression, support vector machines, decision trees and random forests. +- `juice `__ - Juice is a open Machine Learning Framework for hackers to build classical, deep or hybrid machine learning applications. +- `rustlearn `__ - a machine learningr framework featuring logistic regression, support vector machines, decision trees and random forests. - `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. [**[Deprecated]** `__ - `RustNN `__ - RustNN is a feedforward neural network library.