diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-03-15 15:48:49 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-03-15 15:48:49 +0300 |
| commit | 5daac22038d510293cee467a123d489cb9b6f3d7 (patch) | |
| tree | ced1f4c3f63828bc3875314bc5718af7d7cd6bd6 /README.md | |
| parent | 27fda8581f1ecf90491f211113f40277c4140a9f (diff) | |
Add op scaffolding
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -1,2 +1,3 @@ -# neural-ode -A C implementation of Neural Ordinary Differential Equations +# Neural ODE +--- +A C implementation of [Neural Ordinary Differential Equations by Chen et al. (2018)](https://arxiv.org/abs/1806.07366) |