TeaPearce / Deep_Learning_Prediction_Intervals

ICML paper 'High-Quality Prediction Intervals for Deep Learning: A Distribution-Free, Ensembled Approach'

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

High-Quality Prediction Intervals for Deep Learning

Code accompanying the ICML 2018 paper High-Quality Prediction Intervals for Deep Learning: A Distribution-Free, Ensembled Approach https://arxiv.org/abs/1802.07167.

Intro

How can we get uncertainty estimates from deep learning systems?

Estimating model uncertainty.

Comparison against MVE.

Jupyter Notebook Keras Demo

A simple fast demo using Keras is included in QD_AsFastAsPoss_notebook.ipynb.

Code Structure

Main paper code in 5 files:

  • main.py
  • pso.py
  • DataGen.py
  • DeepNetPI.py
  • utils.py
  • inputs.txt

Run main.py to reproduce first figure.

We have included hyperparameters used for the boston and concrete datasets in inputs.txt.

About

ICML paper 'High-Quality Prediction Intervals for Deep Learning: A Distribution-Free, Ensembled Approach'


Languages

Language:Jupyter Notebook 74.9%Language:Python 25.1%