An open API service indexing awesome lists of open source software.

https://github.com/sandialabs/quinn

Quantification of Uncertainties in Neural Networks
https://github.com/sandialabs/quinn

bayesian-inference markov-chain mcmc neural-network scr-2871 snl-applications uncertainty-quantification variational-inference

Last synced: 5 months ago
JSON representation

Quantification of Uncertainties in Neural Networks

Awesome Lists containing this project

README

          

Quantification of Uncertainties in Neural Networks (QUiNN) is a python library centered around various probabilistic wrappers over PyTorch modules in order to provide uncertainty estimation in Neural Network (NN) predictions.

# Build the library
./build.sh
or
./setup.py build; setup.py install

# Requirements
numpy, scipy, matplotlib, pytorch

# Examples
examples/ex_fit.py
examples/ex_fit_2d.py
examples/ex_ufit.py # where method=mcmc, ens or vi.

# Authors
Khachik Sargsyan
Javier Murgoitio-Esandi
Oscar Diaz-Ibarra

# Acknowledgements
This work is supported by
- U.S. Department of Energy, Office of Fusion Energy Sciences (OFES) under Field Work Proposal Number 20-023149.
- Laboratory Directed Research and Development (LDRD) program of Sandia National Laboratories.