Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 424 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 424 Bytes

DeepEnsemble

Implementation of 'Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles'

  • Requirements

    • numpy
    • matplotlib
  • Command

    • python3 main.py --epochs [epochs] --batch_size [batch_size] --fig [figure number]

Reference

  1. Simple and Scalable Predictive Uncertainty Estimation using Deep Ensembles (https://arxiv.org/abs/1612.01474)
  2. Dataset (https://arxiv.org/abs/1502.05336)