Expand description
§rsdiff
rsdiff is an autodifferentiaion library for Rust. It is designed to be a flexible and powerful tool for building machine learning models and other differentiable programs.
Modules§
Macros§
- autodiff
- Compute the partial derivative of a given expression w.r.t a particular variable. At the moment, the macro only supports expressions defined within the same scope.
- nested