Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/msurtsukov/neural-ode

Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
https://github.com/msurtsukov/neural-ode

jupyter-notebook neural-ode pytorch vae

Last synced: 4 days ago
JSON representation

Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations

Awesome Lists containing this project

README

        

# Neural ODEs

[Notebook](https://nbviewer.jupyter.org/github/urtrial/neural_ode/blob/master/Neural%20ODEs.ipynb) here collects theory, basic implementation and some experiments of [*Neural Ordinary Differential Equations*](https://arxiv.org/abs/1806.07366) [1].

[Link to the blog post](https://msurtsukov.github.io/Neural-ODE/)
[Link to the blog post (Russian)](https://habr.com/ru/company/ods/blog/442002/)

**For actual usage consider using authors [original implementation](https://github.com/rtqichen/torchdiffeq)**

![dyn_func](assets/linear_learning.gif)

![homotopy](assets/spirals_homotopy.png)

# References

[[1]](https://arxiv.org/abs/1806.07366) Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, David Duvenaud. "Neural Ordinary Differential Equations." Advances in Neural Processing Information Systems. 2018.