Examples of dynamical physical systems with exogenous inputs described by UDEs

Can anyone point me to some good examples (code, papers, tutorials) of a dynamical physical system that are modelled with UDEs, i.e., ODEs where parts are known and other parts are unknown and modelled by a neural network, i.e. on the form:

\frac{dx}{dt} = f_{known}(t,x(t), u(t),p) + NN(t,x(t),u(t),p),

where x(t) is the state(s) of the system and u(t) is the time-varying exogenous inputs.

The UDEs could, e.g., describe mass or energy balances.

I have looked alot into these two examples:

But other than that, it is difficult to find good examples to get inspiration from. Maybe I am just looking the wrong places.

Thx! :slight_smile:

1 Like

Not sure if there’s a good example online of this exact form right now? I mean you’d just use DataInterpolations.jl with it, so there’s not much to it. @SebastianM-C do you have a good example to point to?