Git Product home page Git Product logo

pinns-projects's Introduction

Pytorch Implementation of Physics-informed-Neural-Networks(PINNs)

PINNs were designed to solve a partial differential equation(PDE) by Raissi et al.
The loss of PINNs is defined as PDE loss at collocation points and initial condition(IC) loss, boundary condition(BC) loss. I recommend you to read this for more details.

Getting Started

Prerequisites

This code has been tested with Pytorch 1.10.0, CUDA 11.5, Window 10. However, it would be fine with lower versions as well. The library versions used are:

numpy 1.21.2
scipy 1.7.2
matplotlib 3.4.3
pyDOE 0.3.8
pytorch 1.10.0

Installing

Install required packages:

pip install numpy==1.21.2 scipy==1.7.2 matplotlib==3.4.3 pydoe==0.3.8  
pip3 install torch==1.10.0+cu113 torchvision==0.11.1+cu113 torchaudio===0.10.0+cu113 -f https://download.pytorch.org/whl/cu113/torch_stable.html

Running

Run the main.py to train PINN, then run plot.py to generate result.

Result

Bergers-inference


Bergers-Identification


Heat Equation


Navier-Stokes Equation


Schrodinger Equation


1D Wave Equation


2D Wave Equation


License

This project is licensed under the MIT License - see the LICENSE

References

pinns-projects's People

Contributors

hojunkim13 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.