incertae icon indicating copy to clipboard operation
incertae copied to clipboard

Code for MC Dropout and Model Ensembling Uncertainty Estimate experiments

Uncertainty Estimates

This repo contains code to estimate uncertainty in deep learning models. It has basic implementations for:

Article: Overview of estimating uncertainty in deep neural networks

Regression

  • MC Dropout Regression
  • Ensemble Regression

Classification

  • MC Dropout Classification
  • Ensemble Classification