rk4_step_backwards | R Documentation |
Custom internal RK4 solver for solving the backward pass of the Neural ODE.
rk4_step_backwards(backward_dynamics, dt, state, model)
backward_dynamics |
The backward dynamics function for the Neural ODE. |
dt |
The time step to solve the ODE on. |
state |
The current state of the differential equation. |
model |
The neural network that defines the Neural ODE. |
An output list with the updated backwards state.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.