Skip to content

VincLee8188/Physics-Informed-Neural-Networks-PyTorch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Physics-Informed-Neural-Networks

I tried to construct the Pytorch-version implementation of the physics informed neural networks and successfully reproduced the numerical results in Physics Informed Deep Learning (Part I): Data-driven Solutions of Nonlinear Partial Differential Equations.

The author's original implementation in TensorFlow can be found here:

As it was put in the article, the resulting neural networks form a new class of data-efficient universal function approximators that naturelly encode any underlying physical laws as prior information. The most inspiring idea I acquired from this article is encoding structured information gained by prior knowledge into a learning algorithm, which can significantly relieve data acquisition pressure and reduce training time. In addition, deep neural networks' capability as universal function approximators is well demonstrated in this task, for they are able to directly tackle nonlinear problems without the need for committing to any prior assumptions, linearization, or local time-stepping.

About

Implementation of physics informed neural networks with PyTorch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages