Transcription of Neural Ordinary Differential Equations
{{id}} {{{paragraph}}}
Neural Ordinary Differential EquationsRicky T. Q. Chen*, Yulia Rubanova*, Jesse Bettencourt*, David DuvenaudUniversity of Toronto, Vector Institute AbstractWe introduce a new family of deep Neural network models. Instead of specifying adiscrete sequence of hidden layers, we parameterize the derivative of the hiddenstate using a Neural network. The output of the network is computed using a black-box Differential equation solver. These continuous-depth models have constantmemory cost, adapt their evaluation strategy to each input, and can explicitly tradenumerical precision for speed.
Software To solve ODE initial value problems numerically, we use the implicit Adams method implemented in LSODE and VODE and interfaced through the package. Being an implicit method, it has better guarantees than explicit methods such as Runge-Kutta but requires solving a nonlinear optimization problem at every step.
Domain:
Source:
Link to this page:
Please notify us if you found a problem with this document:
{{id}} {{{paragraph}}}