An open API service indexing awesome lists of open source software.

https://github.com/daemon/neurde

Understanding neural differential equations, from theory to practice.
https://github.com/daemon/neurde

Last synced: 6 months ago
JSON representation

Understanding neural differential equations, from theory to practice.

Awesome Lists containing this project

README

          

# NeurDE

NeurDE (pronounced nɜrd) is a teaching library with Jupyter notebooks for understanding some of the neural differential equations literature, namely

1. [Neural Ordinary Differential Equations (2018)](https://arxiv.org/abs/1806.07366)
2. [Infinitely Deep Bayesian Neural Networks with SDEs (2021)](https://arxiv.org/abs/2102.06559)

For the engineering bits, the codebase is as cogent and comprehensive as possible, without any cryptic optimization tricks, to better facilitate learning.
As for the theoretical parts, the Jupyter notebooks contain a full dissection of neural ordinary differential equations (ODEs) and stochastic differential equations (SDEs).