Exercise for implementing neural ODE
Backpropagation is not trivial and it is nice to implement and go through the detialson how the continuous backpropagation works.
Most of the code are copy and reference from Mikhail Surtsukov excellent blog post (https://msurtsukov.github.io/Neural-ODE/)
This repo is meant to be exercise for myself and the blog is for cleaning up question and detials of the implementation
Reference:
- Reference Code: https://msurtsukov.github.io/Neural-ODE/
- Paper: https://arxiv.org/pdf/1806.07366.pdf
- Original paper implementation: https://github.com/rtqichen/torchdiffeq