#deep-learning #machine-learning #data

burn-autodiff

Automatic differentiation backend for the Burn framework

8 breaking releases

new 0.11.1 Dec 4, 2023
0.10.0 Oct 24, 2023
0.8.0 Jul 25, 2023
0.6.0 Mar 21, 2023
0.3.0 Nov 20, 2022

#145 in Machine learning

Download history 69/week @ 2023-08-19 78/week @ 2023-08-26 146/week @ 2023-09-02 168/week @ 2023-09-09 122/week @ 2023-09-16 91/week @ 2023-09-23 69/week @ 2023-09-30 115/week @ 2023-10-07 187/week @ 2023-10-14 265/week @ 2023-10-21 2591/week @ 2023-10-28 2996/week @ 2023-11-04 3109/week @ 2023-11-11 1611/week @ 2023-11-18 1579/week @ 2023-11-25 1169/week @ 2023-12-02

8,328 downloads per month
Used in 7 crates (6 directly)

MIT/Apache

1MB
19K SLoC

Burn Autodiff

Burn autodiff backend

Current Crates.io Version license

For now only first order reverse mode autodiff is supported.


lib.rs:

Burn Autodiff

This autodiff library is a part of the Burn project. It is a standalone crate that can be used to perform automatic differentiation on tensors. It is designed to be used with the Burn Tensor crate, but it can be used with any tensor library that implements the Backend trait.

Dependencies

~5MB
~94K SLoC