top | item 42651297

An Introduction to Neural Ordinary Differential Equations [pdf]

79 points| gballan | 1 year ago |diposit.ub.edu

10 comments

order

marmaduke|1 year ago

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.

barrenko|1 year ago

How would you describe what a neural ODE is in the simplest possible terms? Let's say I know what an NN and a DE are :).