Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 254 Bytes

Automatic differentiation.md

File metadata and controls

1 lines (1 loc) · 254 Bytes

Automatic differentiation (autodiff) is an algorithm that computes exact derivatives from a computation graph. It comes in two flavors: forward mode and reverse mode. Ashwin and Cade did a recorded reading group on it.