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: 18 days ago
JSON representation
Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations
- Host: GitHub
- URL: https://github.com/msurtsukov/neural-ode
- Owner: msurtsukov
- Created: 2019-01-23T22:52:57.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-27T17:43:19.000Z (about 1 year ago)
- Last Synced: 2024-11-04T14:44:53.855Z (6 months ago)
- Topics: jupyter-notebook, neural-ode, pytorch, vae
- Language: Jupyter Notebook
- Homepage:
- Size: 2.17 MB
- Stars: 684
- Watchers: 13
- Forks: 120
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-list - Neural ODEs - Jupyter notebook with Pytorch implementation of Neural Ordinary Differential Equations. (Linear Algebra / Statistics Toolkit / Others)
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)**


# 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.