DeepAI AI Chat
Log In Sign Up

Sparsely constrained neural networks for model discovery of PDEs

11/09/2020
by   Gert-Jan Both, et al.
16

Sparse regression on a library of candidate features has developed as the prime method to discover the PDE underlying a spatio-temporal dataset. As these features consist of higher order derivatives, model discovery is typically limited to low-noise and dense datasets due to the erros inherent to numerical differentiation. Neural network-based approaches circumvent this limit, but to date have ignored advances in sparse regression algorithms. In this paper we present a modular framework that combines deep-learning based approaches with an arbitrary sparse regression technique. We demonstrate with several examples that this combination facilitates and enhances model discovery tasks. We release our framework as a package at https://github.com/PhIMaL/DeePyMoD

READ FULL TEXT

page 1

page 2

page 3

page 4

04/20/2019

DeepMoD: Deep learning for Model Discovery in noisy data

We introduce DeepMoD, a deep learning based model discovery algorithm wh...
01/21/2020

DLGA-PDE: Discovery of PDEs with incomplete candidate library via combination of deep learning and genetic algorithm

Data-driven methods have recently been developed to discover underlying ...
06/22/2021

Sparsistent Model Discovery

Discovering the partial differential equations underlying a spatio-tempo...
05/16/2020

Deep-learning of Parametric Partial Differential Equations from Sparse and Noisy Data

Data-driven methods have recently made great progress in the discovery o...
05/31/2021

Robust discovery of partial differential equations in complex situations

Data-driven discovery of partial differential equations (PDEs) has achie...
09/24/2021

Discovering PDEs from Multiple Experiments

Automated model discovery of partial differential equations (PDEs) usual...
06/09/2021

Fully differentiable model discovery

Model discovery aims at autonomously discovering differential equations ...

Code Repositories

DeePyMoD

DeepMod is a deep learning based model discovery algorithm which seeks the partial differential equation underlying a spatio-temporal data set. DeepMoD employs sparse regression on a library of basis functions and their corresponding spatial derivatives. This code is based on the paper: [arXiv:1904.09406](http://arxiv.org/abs/1904.09406)


view repo