RAI
ML framework with Ergonomic APIs in Rust. Lazy computation and composable transformations.
Installation
Code snippets
Function transformations (jvp, vjp, grad, value_and_grad)
use ;
NN Modules, Optimizer and loss functions
Examples
- linear_regression
cargo run --bin linear_regression --release
- mnist
cargo run --bin mnist --release
LICENSE
This project is licensed under either of
- Apache License, Version 2.0, (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.