I have been using the the tutorial on Automatically Discover Missing Physics by Embedding Machine Learning into Differential Equations as a textbook to build my ODEs with embedded NN’s (It’s awesome). I also want to optimize the parameters for the rest of my ODE (the ones not in the NN). I am thinking I will iterate between updating the NN parameters while keeping the remaining ODE parameters fixed and then the ODE parameters while keeping the NN parameters fixed.
Is there any precedent for this? Perhaps some good examples or tips that one might offer?
Thanks,
DS