Skip to content

Implementation of DGM: A deep learning algorithm for solving partial differential equations

Notifications You must be signed in to change notification settings

Boaty30/DGM-Keras

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

DGM Keras

Implementation

This is my implementation of DGM: A deep learning algorithm for solving partial differential equations. I implemented a solver for the wave equation using DGM.

Results

Here is the solution for a 1d wave with c=1 and a rect as initial condition. The code also solves a 2D version of this problem.

1d_wave

The file wave_pde are the weights of the 2D version of the problem if you want to try it out!

About

Implementation of DGM: A deep learning algorithm for solving partial differential equations

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%