backward_dynamics | R Documentation |
Internal function to solve the backwards dynamics of the Neural ODE
backward_dynamics(state, model)
state |
The current state of the differential equation |
model |
The neural network that defines the Neural ODE. |
Returns a list of the number 1, the new backwards state of the differential equation and the gradients calculated for the network.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.