Giter Club home page Giter Club logo

pinns's Introduction

Physics-informed neural networks (PINNs)

Task:

Description of Task

PINNs original paper [2019] can be accessed here.

The remaining of this document is structured as follows:

  1. Equations: Navier-Stokes and Schrodinger
  2. PINNs : How they work and which gap they fill in the literature.
  3. PINNs : Limitations.
  4. Reproducing paper experiments: Pinns-torch
  5. Discussion and Conclusion

1. Equations

Navier-Stokes

Some people love it, other people hate it. However, it is undeniable that solving Navier-Stokes and fully understanding it remains a million dollar question (or should I say equation? ๐Ÿ˜„).

Image from a youtuber's love for navier stokes equation.

In Raissi et al., they experiment PINNs on the 2D version of Navier Stokes equation. The equation is described explicitly as follows:

$$ u_t +\lambda_{1}(uu_x + vu_y) = -p_x +\lambda_{2}(u_{xx} + u_{yy}) (1),

$$

$v_t + \lambda_{1}(uv_x + vv_y) = -p_y + \lambda_{2}(v_{xx} + v_{yy}) (2)$

$$

$$

$$

$$

$$

$$

where $u(t,x,y)$ denotes the x-component of the velocity field, $v(t,x,y)$ the y-component, whereas the pressure is described by $p(t,x,y)$. I highlight that in this setup, we have no knowledge about the $\lambda$ values ($\lambda_1 , \lambda_2$).

For the purposes of the paper and this assignment, the experiments consider the pseudo problem of a "incompressible flow past a circular cylinder" (Raissi et al., 693) using the Navier Stokes 2D formulation shown above.

Schrodinger

pinns's People

Watchers

Raniery Mendes 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.