Code Monkey home page Code Monkey logo

Comments (4)

cdelavegamartin avatar cdelavegamartin commented on September 25, 2024 1

Hi, not sure if it will be of any use @remi-rc , but I've been thinking about similar problems, and what you describe,

In the examples you treat, the FNO maps (x0,y0,t) to (x,y,t), whereas in my case, the initial condition is always zero, but the simulation depends on many parameters.

The problem is (a1, a2, a3) --> f(x, y), with a1, a2 and a3 scalars. Using your library, I expect the operator to learn the dependency in these parameters, to avoid having to perform my simulations for values of a2 and a3 higher than the one trained (in the same wave you increase time above the training limit).

is not really the use case for neural operators, at least in their vanilla versions, AFAIK. Operators in this context refer to maps between function spaces, specifically states of the system. These states need to be discretised somehow to be able to do computations with them, but are assumed to be good representations of elements of an infinite dimensional function space. In your case, you want to map a finite dimensional vector space (coefficients a) to an infinite dimensional space (functions f(x,y) ).

from neuraloperator.

JeanKossaifi avatar JeanKossaifi commented on September 25, 2024

We now provide some simple examples (https://neuraloperator.github.io/neuraloperator/dev/auto_examples/index.html) and are planning to keep adding more over time.

from neuraloperator.

remi-rc avatar remi-rc commented on September 25, 2024

Thank you for enriching the example database, I'll stay tuned :)

from neuraloperator.

Robertboy18 avatar Robertboy18 commented on September 25, 2024

The above answer is correct, we want to map an infinite dimensional space to an infinite dimensional space. The problem you are targeting, it might be more appropriate to use a standard regression approach or a neural network specifically designed for parameterized function approximation.

from neuraloperator.

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.