SciML / DataDrivenDiffEq.jl

Data driven modeling and automated discovery of dynamical systems for the SciML Scientific Machine Learning organization
https://docs.sciml.ai/DataDrivenDiffEq/stable/
MIT License
405 stars 57 forks source link

Dynamic Discovery of PDEs #284

Open finmod opened 2 years ago

finmod commented 2 years ago

@AlCap23 In the docs and tutorials, could you give an example of PDE discoveries as in https://royalsocietypublishing.org/doi/10.1098/rspa.2020.0279 to demonstrate the versatility of DataDrivenDiffEq.

AlCap23 commented 2 years ago

I've started on doing this, but I have to dig a little deeper to get the portioning right.

AlCap23 commented 2 years ago

Just to write down what is missing to get the full stack working.

It is not a long list, but this makes it a little bit harder. Especially the first one.

I've been using the same data as Rudy et. al. did, but the hard part is to find the right subset of data for such a big dataset with mostly zeros.