Introduction to Algorithmic Differentiation
Due to the ongoing pandemic it remains unclear to what extend lectures / tutorials can be held in a non-virtual environment. A decision for the whole semester will be made by Oct. 12, 2021 at 2:30pm (first lecture to be held on Zoom). In any case, videos of all lectures and other relevant material are available online (see below).
Contents
- Welcome [slides]
- Derivative code by overloading
- univariate scalar differentiable programs
- multivariate vector-valued differentiable programs
- motivation. essential calculus. finite differences [video_1] [video_2] [slides] [code] (week 5)
- first-order tangent code [video_1] [video_2] [slides] [code] (week 6)
- second- and higher-order tangent code [video] [slides] [code] (week 7)
- first-order adjoint [video_1] [video_2] [slides] [code] (week 8)
- second- and higher-order adjoint [video] [slides] [code] (week 9)
- Derivative code by hand
- Derivative code by automatic source transformation
Disclaimer: Numerical results obtained during some finite difference experiments (1.2.1. and 1.2.2.) turned out to be erroneous due to hardware problems (now sorted). Correct results should be produced on your own computers. Comments about deviations of finite differences from tangent and adjoint results made in the video to be taken with a "grain of salt".