diff options
| author | y-jan137 <yousefjan24000@gmail.com> | 2026-03-16 16:07:35 +0300 |
|---|---|---|
| committer | y-jan137 <yousefjan24000@gmail.com> | 2026-03-16 16:07:35 +0300 |
| commit | 07974279e12aa086e37490c610596cc3d0d41085 (patch) | |
| tree | 18c034dc7cf87e8df9381febf01fbbd5e6383fe5 /README.md | |
| parent | 2777d6ca845c98811f45a13f21b4afcd9dced690 (diff) | |
Reorganize
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
@@ -1,3 +1,22 @@ # Neural ODE --- + A C implementation of [Neural Ordinary Differential Equations by Chen et al. (2018)](https://arxiv.org/abs/1806.07366) + +## Build + +```bash +gcc -O2 -Wall -Wextra -o neural_ode neural_ode.c +``` + +## Run +```bash +./neural_ode +``` + + + + + + + |