paper-with-me

Papers

Practical Aspects on Solving Differential Equations Using Deep Learning: A Primer

2024-08-21 · Georgios Is. Detorakis

Deep learning has become a popular tool across many scientific fields, including the study of differential equations, particularly partial differential equations. This work introduces the basic principles of deep learning and the Deep Galerkin method, which uses deep neural networks to solve differential equations. This primer aims to provide technical and practical insights into the Deep Galerkin method and its implementation. We demonstrate how to solve the one-dimensional heat equation step-by-step. We also show how to apply the Deep Galerkin method to solve systems of ordinary differential equations and integral equations, such as the Fredholm of the second kind. Additionally, we provide code snippets within the text and the complete source code on Github. The examples are designed so that one can run them on a simple computer without needing a GPU.

📄 PDF Abstract BibTeX arXiv:2408.11266

Code (1)

gdetor/differential_equations_dnn 공식 구현 pytorch

Tasks

Deep LearningGPU

Similar Papers 제목 키워드 기반

A Deep Neural Network Framework for Solving Forward and Inverse Problems in Delay Differential Equations

2024-08-17 · Housen Wang, Yuxing Chen, Sirong Cao, Xiaoli Wang 외

We propose a unified framework for delay differential equations (DDEs) based on deep neural networks (DNNs) - the neural delay differential equations (NDDEs), aimed at solving the forward and inverse problems of delay di…

Construction of Differentially Private Empirical Distributions from a low-order Marginals Set through Solving Linear Equations with l2 Regularization

2018-12-12 · Evercita C. Eugenio, Fang Liu

We introduce a new algorithm, Construction of dIfferentially Private Empirical Distributions from a low-order marginals set tHrough solving linear Equations with l2 Regularization (CIPHER), that produces differentially p…

L2 Regularization

Solving Inverse PDE Problems using Minimization Methods and AI

2026-03-02 · Noura Al Helwani, Sophie Moufawad, Georges Sakr arxiv

Many physical and engineering systems require solving direct problems to predict behavior and inverse problems to determine unknown parameters from measurement. In this work, we study both aspects for systems governed by…

FinNet: Solving Time-Independent Differential Equations with Finite Difference Neural Network

2022-02-18 · Son N. T. Tu, Thu Nguyen

Deep learning approaches for partial differential equations (PDEs) have received much attention in recent years due to their mesh-freeness and computational efficiency. However, most of the works so far have concentrated…

Computational EfficiencyDeep Learning

Robust SDE-Based Variational Formulations for Solving Linear PDEs via Deep Learning

2022-06-21 · Lorenz Richter, Julius Berner

The combination of Monte Carlo methods and deep learning has recently led to efficient algorithms for solving partial differential equations (PDEs) in high dimensions. Related learning problems are often stated as variat…

Deep Learning