Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request for Paper Implementation - Neural Operators #219

Open
Robertboy18 opened this issue Oct 26, 2023 · 0 comments
Open

Request for Paper Implementation - Neural Operators #219

Robertboy18 opened this issue Oct 26, 2023 · 0 comments
Labels
paper implementation New paper implementation

Comments

@Robertboy18
Copy link

I would like to request for an implementation of Fourier Neural Operators: https://arxiv.org/abs/2010.08895.

Neural operators are a class of deep learning architectures designed to learn maps between infinite-dimensional function spaces. Neural operators represent an extension of traditional artificial neural networks, marking a departure from the typical focus on learning mappings between finite-dimensional Euclidean spaces or finite sets. Neural operators directly learn operators between function spaces; they can receive input functions, and the output function can be evaluated at any discretization.

The primary application of neural operators is in learning surrogate maps for the solution operators of partial differential equations (PDEs), which are critical tools in modeling the natural environment. Standard PDE solvers can be time-consuming and computationally intensive, especially for complex systems. Neural operators have demonstrated improved performance in solving PDEs compared to existing machine learning methodologies while being significantly faster than numerical solvers. The operator learning paradigm allows learning maps between function spaces, and is different from parallel ideas of learning maps from finite-dimensional spaces to function spaces, and subsumes these settings when limited to fixed input resolution.

There is the neural operator library that we maintain (completely in Pytorch): https://github.com/neuraloperator/neuraloperator but I believe that it would be great to include a side by side example of a simple FNO architecture for the broader community to understand. Do let me know any way on how I can contribute to doing this.

Thank you

@vpj vpj added the paper implementation New paper implementation label Nov 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
paper implementation New paper implementation
Projects
None yet
Development

No branches or pull requests

2 participants