New Designed Loss Functions to Solve Ordinary Differential Equations with Artificial Neural Network
This paper investigates the use of artificial neural networks (ANNs) to solve differential equations (DEs) and the construction of the loss function which meets both differential equation and its initial/boundary condition of a certain DE. In section 2, the loss function is generalized to $n^\text{th}$ order ordinary differential equation(ODE). Other methods of construction are examined in Section 3 and applied to three different models to assess their effectiveness.
Code (1)
Similar Papers 제목 키워드 기반
Solving differential equations with unknown constitutive relations as recurrent neural networks
We solve a system of ordinary differential equations with an unknown functional form of a sink (reaction rate) term. We assume that the measurements (time series) of state variables are partially available, and we use re…
Time SeriesTime Series AnalysisSymmetry-regularized neural ordinary differential equations
Neural ordinary differential equations (Neural ODEs) is a class of machine learning models that approximate the time derivative of hidden states using a neural network. They are powerful tools for modeling continuous-tim…
dNNsolve: an efficient NN-based PDE solver
Neural Networks (NNs) can be used to solve Ordinary and Partial Differential Equations (ODEs and PDEs) by redefining the question as an optimization problem. The objective function to be optimized is the sum of the squar…
Constraining Gaussian Processes to Systems of Linear Ordinary Differential Equations
Data in many applications follows systems of Ordinary Differential Equations (ODEs). This paper presents a novel algorithmic and symbolic construction for covariance functions of Gaussian Processes (GPs) with realization…
Gaussian ProcessesInductive BiasElvet -- a neural network-based differential equation and variational problem solver
We present Elvet, a Python package for solving differential equations and variational problems using machine learning methods. Elvet can deal with any system of coupled ordinary or partial differential equations with arb…
BIG-bench Machine Learning