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:
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?
Hi Chris, thx for your reply. Fair. Yes I use DataInterpolations.jl for the inputs. My main challenge is that the gradient computation of the loss functions seems to be extremely slow with my setup. It seems like something is wrong or done in a inefficient way.
So I made a new post with a MWE of my setup - maybe you or someone else can see what is missing.