Implementation of "Artificial Neural Networks for Solving Ordinary and Partial Differential Equations"
This repository contains the implementation of the paper “Artificial Neural Networks for Solving Ordinary and Partial Differential Equations” by Isaac Elias Lagaris, Aristidis Likas, and Dimitrios I. Fotiadis.
yDE_z.txt: Contains the description of the problem.yDE_z.pynb: Jupyter Notebook with the implementation of the corresponding problem.
y:Ofor Ordinary Differential Equations (ODEs).Pfor Partial Differential Equations (PDEs).
z:1to7,3i, or3b, representing the specific problem as defined in the paper.
For example:
ODE_3b.txtandODE_3b.pynbrefer to the description and implementation of the "3b" ODE problem.PDE_6.txtandPDE_6.pynbrefer to the description and implementation of the sixth PDE problem.