aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 52440a9cb660444447fc95e31f805a02d4da303c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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
```