paper-with-me

Papers

Universal Differential Equations for Scientific Machine Learning

2020-01-13 · Christopher Rackauckas, Yingbo Ma, Julius Martensen, Collin Warner, Kirill Zubov, Rohit Supekar, Dominic Skinner, Ali Ramadhan, Alan Edelman

In the context of science, the well-known adage "a picture is worth a thousand words" might well be "a model is worth a thousand datasets." In this manuscript we introduce the SciML software ecosystem as a tool for mixing the information of physical laws and scientific models with data-driven machine learning approaches. We describe a mathematical object, which we denote universal differential equations (UDEs), as the unifying framework connecting the ecosystem. We show how a wide variety of applications, from automatically discovering biological mechanisms to solving high-dimensional Hamilton-Jacobi-Bellman equations, can be phrased and efficiently handled through the UDE formalism and its tooling. We demonstrate the generality of the software tooling to handle stochasticity, delays, and implicit constraints. This funnels the wide variety of SciML applications into a core set of training mechanisms which are highly optimized, stabilized for stiff equations, and compatible with distributed parallelism and GPU accelerators.

📄 PDF Abstract BibTeX arXiv:2001.04385

Code (9)

ChrisRackauckas/universal_differential_equations 공식 구현
sciml/differentialequations.jl 공식 구현
titu1994/tfdiffeq 공식 구현 tf
JuliaDiffEq/DiffEqFlux.jl
SciML/diffeqpy
jack-h-buckner/universaldiffeq.jl
mitmath/18S096SciML
nalinda05kl/FrictionLearner
psu-efd/Hydrograd.jl pytorch

Tasks

BIG-bench Machine LearningGPU

Similar Papers 제목 키워드 기반

Forecasting N-Body Dynamics: A Comparative Study of Neural Ordinary Differential Equations and Universal Differential Equations

2025-12-12 · Suriya R S, Prathamesh Dinesh Joshi, Rajat Dandekar, Raj Dandekar 외 arxiv

The n body problem, fundamental to astrophysics, simulates the motion of n bodies acting under the effect of their own mutual gravitational interactions. Traditional machine learning models that are used for predicting a…

An analysis of Universal Differential Equations for data-driven discovery of Ordinary Differential Equations

2023-06-17 · Mattia Silvestri, Federico Baldo, Eleonora Misino, Michele Lombardi

In the last decade, the scientific community has devolved its attention to the deployment of data-driven approaches in scientific research to provide accurate and reliable analysis of a plethora of phenomena. Most notabl…

Physics-informed machine learning

UniFIDES: Universal Fractional Integro-Differential Equation Solvers

2024-07-01 · Milad Saadat, Deepak Mangal, Safa Jamali

The development of data-driven approaches for solving differential equations has been followed by a plethora of applications in science and engineering across a multitude of disciplines and remains a central focus of act…

A comparative study of NeuralODE and Universal ODE approaches to solving Chandrasekhar White Dwarf equation

2024-10-19 · Raymundo Vazquez Martinez, Raj Abhijit Dandekar, Rajat Dandekar, Sreedath Panat

In this study, we apply two pillars of Scientific Machine Learning: Neural Ordinary Differential Equations (Neural ODEs) and Universal Differential Equations (UDEs) to the Chandrasekhar White Dwarf Equation (CWDE). The C…

AstronomyHyperparameter Optimization

Universal Differential Equations for Scientific Machine Learning of Node-Wise Battery Dynamics in Smart Grids

2025-06-09 · Tarushri N. S.

Universal Differential Equations (UDEs), which blend neural networks with physical differential equations, have emerged as a powerful framework for scientific machine learning (SciML), enabling data-efficient, interpreta…