Login
From:
rufflewind.com
(Uncensored)
subscribe
Reverse-mode automatic differentiation: a tutorial - Rufflewind's Scratchpad
https://rufflewind.com/2016-12-30/reverse-mode-automatic-differentiation
links
backlinks
Tagged with:
math
python
rust
calculus
numerical
Roast topics
Find topics
Find it!
In this post, I’ll walk through the mathematical formalism of reverse-mode automatic differentiation (AD) and try to explain some simple implementation strategies for reverse-mode AD. Demo programs in Python and Rust are included.