Neural ODEs - ML@B Blog
ml.berkeley.edu › blog › postsJan 28, 2020 · From a bird’s eye perspective, one of the exciting parts of the Neural ODEs architecture by Ricky T. Q. Chen, Yulia Rubanova, Jesse Bettencourt, and David Duvenaud is the connection to physics. ODEs are often used to describe the time derivatives of a physical situation, referred to as the dynamics.
Neural Ordinary Differential Equations - MSur
msurtsukov.github.io › Neural-ODEMar 04, 2019 · As one can see, Neural ODEs are pretty successful in approximating dynamics. Now let’s check if they can be used in a slightly more complicated (MNIST, ha-ha) task. Neural ODE inspired by ResNets In residual networks hidden state changes according to the formula where is residual block number and is a function learned by layers inside the block.