Chapter 12. AD in Modern Programming Languages
Lisp is one of the natural homes of automatic differentiation. It treats programs as data, has a simple expression syntax, and supports macro systems that can transform code...
| Section | Title |
|---|---|
| 1 | Chapter 12. AD in Modern Programming Languages |
| 2 | Functional Languages |
| 3 | Differentiable Programming |
| 4 | AD in C and C++ |
| 5 | AD in Python |
| 6 | AD in Rust |
| 7 | AD in Julia |
| 8 | AD in Swift |
| 9 | Type Systems for Differentiation |
| 10 | Effect Systems and Mutation |