-
-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SInDy example with Neural ODE #124
Comments
The code from the Universal Differential Equations paper is here: https://github.com/ChrisRackauckas/universal_differential_equations. Specifically, this is the example that first demonstrated it: We plan to add this as a tutorial to the documentation soon, but it's this portion: |
That's great. Thanks Chris. I am really enjoying everything SciML is developing. Really intriguing work. |
Leaving this open to mark that this should become a tutorial |
Possible along with #157 |
I would like to start doing some research on this area. Would you please update the last two links to the VolterraExp.jl examples? They are now broken. I would also appreciate any other example code similar to the one in section "2.3.1 Improved Identification of Nonlinear Interactions with Universal Ordinary Differential Equations" of your Universal Differential Equations paper. Thank you! |
The documentation version is the one that's kept up to date: https://docs.sciml.ai/Overview/dev/showcase/missing_physics/. We should just start deleting things from that repo and start pointing to the docs. |
Thank you! I'll spend the winter break playing with this. |
My plan for finishing our documentation overhaul (SciML/SciMLDocs#107) includes updating those codes and making them into tested examples in the SciMLSensitivity documentation. If you're interested in helping update some of them, let me know. For now I think this can close since it's out there in the docs. |
I'm flattered, but I am afraid I'm still too new to Julia to be useful. I had been following Kutz and Brunton's work, but I would like to try your Neural DE approach in fluid dynamics (free-surface flows) after I saw McKinley applications. I hope I will be able to contribute some simple work in that area. |
Hi,
I was hoping someone could point me to an example that integrates Neural ODEs and SInDy together on just the unknown flux in an ODE. The Neural ODE example could be something like:
You can see that we only want to optimize the
z
flux here with a neural network. How would we adapt the code to run SInDy just on that flux?Perhaps a naive side question: Does the sign in front of the neural network matter (be it + or - to match the direction of the flux)?
Thanks,
Ahmed.
The text was updated successfully, but these errors were encountered: