Skip to content

This repository references papers on learning dynamics (typically ODEs) from temporal data

Notifications You must be signed in to change notification settings

julienmartinelli/learning_dynamics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 

Repository files navigation

Learning Dynamics

This repository references papers on learning dynamics from temporal data. We are more precisely concerned with:

  • The dynamics: learning $f$ in $\dot{X} = f(X,t)$ from noisy observations $(Y(t_i) = X(t_i) + \varepsilon)_{1\le i \le n}$ and not simply interactions such as $X_1\to X_2$ as in Gene Regulatory Network Inference.
  • Mechanistic form: we seek an interpretable form for $f$. Therefore, methods concerned with simply learning $f$ using a neural network or gaussian process are not enough. Typically, one assumes that $f$ takes a parametric form: $f(X,t) \equiv f(X,t,\theta)$, for instance $f_1(X,t,\theta) := \theta_1 X_1 - \theta_2 X_2^2$ would be the parametric vector field of the first variable $X_1$.

We focus mostly on learning ODEs from biological data, but same approaches usually apply to PDEs and other research fields than Biology.

Sparse and SINDy-like methods

Symbolic regression

Others

About

This repository references papers on learning dynamics (typically ODEs) from temporal data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published