Code Monkey home page Code Monkey logo

neuraluq's Introduction

NeuralUQ

Scientific machine learning (SciML) has emerged recently as an effective and powerful tool for data fusion, solving ordinary/partial differential equations (ODEs, PDEs), and learning operator mappings in various scientific and engineering disciplines. Physics-informed neural networks (PINNs) and deep operator networks (DeepONets) are two such models for solving ODEs/PDEs and learning operator mappings, respectively. Quantifying predictive uncertainties is crucial for risk-sensitive applications as well as for efficient and economical design. NeuralUQ is a Python library for uncertainty quantification in various SciML algorithms. In NeuralUQ, each UQ method is decomposed into a surrogate and an inference method for posterior estimation. NeuralUQ has included various surrogates and inference methods, i.e.,

  • Surrogates
    • Bayesian Neural Networks (BNNs)
    • Deterministic Neural Networks, e.g., fully-connected neural networks (FNNs)
    • Deep Generative Models, e.g., Generative Adversarial Nets (GANs)
  • Inference Methods
    • Sampling methods
      • Hamiltonian Monte Carlo (HMC)
      • Langevin Dynamics (LD)
      • No-U-Turn (NUTS)
      • Metropolis-adjusted Langevin algorithm (MALA)
    • Variational Methods
      • Mean-field Variational Inference (MFVI)
      • Monte Carlo Dropout (MCD)
    • Ensemble Methods
      • Deep ensembles (DEns)
      • Snapshot ensemble (SEns)
      • Laplace approximation (LA)

Users can refer to this paper for the design and description, as well as the examples, of the NeuralUQ library:

Users can refer to the following papers for more details on the algorithms:

Installation

NeuralUQ requires the following dependencies to be installed:

  • Tensorflow 2.9.1
  • TensorFlow Probability 0.17.0

Then install with python:

$ python setup.py install

For developers, you could clone the folder to your local machine via

$ git clone https://github.com/Crunch-UQ4MI/neuraluq.git

Explore more

Cite NeuralUQ

@misc{zou2022neuraluq,
title={NeuralUQ: A comprehensive library for uncertainty quantification in neural differential equations and operators},
author={Zongren Zou, Xuhui Meng, Apostolos F Psaros, and George Em Karniadakis},
year={2022},
eprint={2208.11866},
archivePrefix={arXiv},
primaryClass={cs.LG}
}

neuraluq's People

Contributors

zongrenzou avatar crunch-uq4mi avatar xuhuim avatar

Watchers

James Cloos 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.