Skip to content(if available)orjump to list(if available)

An Introduction to Neural Ordinary Differential Equations [pdf]

marmaduke

looks like a nice overview. i’ve implemented neural ODEs in Jax for low dimensional problems and it works well, but I keep looking for a good, fast, CPU-first implementation that is good for models that fit in cache and don’t require a GPU or big Torch/TF machinery.