Skip to content

Implementation of MC Dropout and Ensembles for uncertainty estimation in deep neural networks

Notifications You must be signed in to change notification settings

thomasbbrunner/uncertainty-networks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Uncertainty Networks

Implementation of MC Dropout and Deep Ensembles for model uncertainty estimation in deep neural networks.

Features:

  • Estimation of model (epistemic) uncertainty for MLPs and GRUs
  • Supports propagation of uncertainty across different modules
  • Example script to train network that estimate both model & data uncertainties

Example for data and model uncertainty estimation.

Installation

To install, run:

pip install .

Usage

Examples for usage can be found in the scripts folder.

About

Implementation of MC Dropout and Ensembles for uncertainty estimation in deep neural networks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages