Chapter 20. Building an AD Engine
A minimal forward mode automatic differentiation engine has one job: evaluate a program while carrying both a value and its derivative. The engine does not build a graph. It...
| Section | Title |
|---|---|
| 1 | Chapter 20. Building an AD Engine |
| 2 | Minimal Reverse Mode Engine |
| 3 | Graph Representation |
| 4 | Tape Design |
| 5 | Memory Management |
| 6 | Operator Libraries |
| 7 | Custom Gradients |
| 8 | Performance Benchmarking |
| 9 | Testing Derivatives |
| 10 | Production Deployment |