GithubHelp home page GithubHelp logo

ceyron / pinns-in-julia Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 321 KB

Simple implementation of Physics-Informed Neural Networks for the solution of Partial Differential Equations in Julia

License: MIT License

Jupyter Notebook 100.00%

pinns-in-julia's Introduction

Physics-Informed Neural Networks (PINNs) in Julia

PINNs are coordinate networks trained to be the solution to an initial-boundary value problem. The optimization problem is based on minimizing the residuum of the PDE in the domain, as well as residuums on the boundary and initial conditions. Additional supervised data (i.e., labeled point-wise solution values) are optional. The classical approach to PINNs is to use the automatic differentiation capabilities of deep learning frameworks to compute the input-output derivatives of the network. For a second-order PDE, that requires three hierarchical autodiff passes (two to obtain the residuum loss and a final one to backpropagate into the parameter space). As of the creation of this repo, Julia does not yet properly support higher-order autodiff, so we implement the input-output derivatives of the network manually. For a simple MLP, this is still manageable.

This repository contains a simple PINN example for the 1d Poisson equation with homogeneous Dirichlet boundary conditions. Check out the intro part of the Jupyter notebook for more details. You might also find the accompanying YouTube video helpful to code along.

Generally interested in Scientific Machine Learning? Check out my YouTube channel and the corresponding GitHub repository.

pinns-in-julia's People

Contributors

ceyron avatar

Stargazers

 avatar  avatar

Watchers

 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.