Presentation and notebook with four assignments on neural ODE solvers.
The materials were designed for AI Tech spring school held in May 2022 at Politechnika Gdańska, Poland.
Slides from the presentation are available in the neural_ode_solvers_presentation.pdf
file. They are divided into sections:
- Introduction.
- Numerical ODE solvers.
- Neural network as an ODE (covering the adjoint method).
- Continuous Normalizing Flow (CNF).
The neural_ode_solvers.ipynb
file contains solved exercises with descriptions, instructions, and unit tests. You can find four models on the following topics:
- Linear system of two ODEs - stationary dynamic function.
- 1D ODE - non-stationary dynamic function.
-
MNIST classification. Classifier achieves ~97% accuracy.
-
Continuous Normalizing Flow (CNF).