You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to fit a Neural ODE to some observations of a dynamical system, which has some control inputs. That is, the control inputs are not part of the state space and shouldn't be fit. To my understanding this is pretty close to what's being done with DataControl, except the control inputs are time-varying? I'm having some trouble with input shapes, is there any documentation on how the input time dimension should be handled?
Also, I am having trouble with how I would have to modify the DataControl setup to this scenario, so any help would be appreciated.
The text was updated successfully, but these errors were encountered:
I'm trying to fit a Neural ODE to some observations of a dynamical system, which has some control inputs. That is, the control inputs are not part of the state space and shouldn't be fit. To my understanding this is pretty close to what's being done with
DataControl
, except the control inputs are time-varying? I'm having some trouble with input shapes, is there any documentation on how the input time dimension should be handled?Also, I am having trouble with how I would have to modify the
DataControl
setup to this scenario, so any help would be appreciated.The text was updated successfully, but these errors were encountered: