neural_operators

Work-in-progress

https://github.com/ceadpx/neural_operators

Science Score: 49.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
    Found 2 DOI reference(s) in README
  • Academic publication links
    Links to: arxiv.org
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (14.6%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

Work-in-progress

Basic Info
  • Host: GitHub
  • Owner: CEADpx
  • License: bsl-1.0
  • Language: Jupyter Notebook
  • Default Branch: main
  • Size: 502 MB
Statistics
  • Stars: 4
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 1
Created over 1 year ago · Last pushed 12 months ago
Metadata Files
Readme License Citation

README.md

neural_operators

This repository aims to implement (or interface with existing libraries) various neural operators and apply them to solve a few parametric linear PDEs.

Content description

We include neuralop.yml file that can be used to setup the conda environment. The scripts and notebooks are mostly used in Ubuntu 24.04 and hopefully the dependencies mentioned in the script will be sufficient to run the files.

Next, some key directories are described.

src

This directory contains various methods and classes used in survey_work. It tries to make the problems object-oriented so that same functions are not defined from scratch. Specifically, the directory contains following methods:

  1. src/data: Data related methods to process data and make it ready for neural networks.
  2. src/pde: PDE related methods to model the PDE-based forward problem. We rely on Fenics for finite element method.
  3. src/prior: We implement Gaussian-measure based prior for generating samples of random fields in function space. It implements the Gaussian prior based on the inverse of elliptic operator.
  4. src/nn: Implementation of three key neural operators DeepONet, PCANet, and FNO using torch library.
  5. src/mcmc: MCMC implementation. The implementation is done from scratch, and as such it does not depend on any external library for MCMC.
  6. src/plotting: Several functions for plotting fields on finite element unstructured and grid mesh and point and scatter data are included.

survey_work

This directory contains the scripts, notebooks, and results for the neural oeprator survey article. Key files and directories in this directory are as follows

survey_work/problems

Neural operators are applied to Poisson and Linear Elasticity problems. This directory contains the notebooks used to generate data and train and test three neural operators, DeepONet, PCANet, and FNO.

survey_work/applications

Neural oeprators as a surrogate of the forward model is applied to Bayesian inverse and topology optimization problems. The subdirectories contain implementation and results for these two applications.

surveywork/testdifferentimplementationsfrompublicrepositories

The contents in this directory were extremely useful in testing the neural operator implementations. Different versions of implementations available in publicly-shared repositories are considered as a first step in our goal to survey the neural operator techniques. The README.md inside this directory provides further details. Based on the information gained, three neural operator models DeepONet, PCANet, and FNO are implemented using torch library and as mentioned earlier the implementations are in src directory.

Citing this work

Code: [1] Jha, P. K. (2025). CEADpx: neuraloperators (survey25v1). Zenodo, link: https://doi.org/10.5281/zenodo.15014505

Article: [2] Jha, P. K. (2025). From Theory to Application: A Practical Introduction to Neural Operators in Scientific Computing. arXiv, arXiv:2503.05598, link: https://arxiv.org/abs/2503.05598

Owner

  • Name: <CEAD,P>=X
  • Login: CEADpx
  • Kind: organization

Computational Engineering Analsysis and Design (CEAD) Group

GitHub Events

Total
  • Watch event: 6
  • Push event: 2
  • Public event: 1
  • Fork event: 4
Last Year
  • Watch event: 6
  • Push event: 2
  • Public event: 1
  • Fork event: 4