Git Product home page Git Product logo

Comments (2)

nish-ant avatar nish-ant commented on September 24, 2024

You can refer fractional PINN for higher order time derivatives.

from pinns.

FMagnani avatar FMagnani commented on September 24, 2024

In the paper "Physics-informed neural networks: A deep learning framework for solving forward and inverse problems involving nonlinear partial differential equations" to which this repository refers, it is said that:

In this work, we consider parametrized and nonlinear partial differential equations of the general form
u t + N [ u ; λ] = 0 , x ∈ Ω, t ∈ [ 0 , T ]
where u ( t , x ) denotes the latent (hidden) solution, N [ · ; λ] is a nonlinear operator parametrized by λ , and Ω is a subset
of R^D

Thus it's not considered the case with higher time derivatives.
Nevertheless, I guess that some trials can be done. The discrete time approach employs the Runge Kutta method that's tailored to a form like the one shown above, so I would forget it.
Let's focus on the continuous time approach, i.e. the one employed in the example with the Schrodinger equation. The only adaptation I would do to the script by Raissi would be the definition of the part of the loss computed in the collocation points (the N_f points extracted from the interior of the spatio-temporal domine).
In the Raissi's repo, in the file main/continuous_time_inference (Schrodinger)/Schrodinger.py, at line 148 it's defined net_f_uv. I would change its content computing a higher time derivative and substituting f_u, f_v with the residual that you need.
I actually do not know if that's a good approach since I'm totally not an expert, but I hope my opinion will help you somehow.

from pinns.

Related Issues (20)

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.