Skip to content
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

Connecting pymc4 and diffeqpy for differential equations #316

Open
ChrisRackauckas opened this issue Aug 29, 2020 · 1 comment
Open

Connecting pymc4 and diffeqpy for differential equations #316

ChrisRackauckas opened this issue Aug 29, 2020 · 1 comment

Comments

@ChrisRackauckas
Copy link

I'd be interesting in getting pymc4 connected with DifferentialEquations.jl through diffeqpy in a way to avoid in a high performance way (like we did with R). What is the right way to get started for defining operations with derivative rules? The library already has a ton of options for defining the derivatives so I just need to figure out how to hook the systems together. Thanks for any help getting started.

@junpenglao
Copy link
Member

I would start with wrapping it as a tensorflow function with custom gradient.
Happy to take a look if you have something working, currently we rely on the ode module provided by Tensorflow Probability, would love to do some comparison and benchmarking re performance.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants