MatteoEURECOM / PAC2BAYES

This repository contains the Python code to reproduce all the figures and experiments presented in the paper: Masegosa, Andrés. R., Learning under Model Misspecification: Applications to Variational and Ensemble methods.

Home Page:https://arxiv.org/abs/1912.08335

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PAC2BAYES

This repository contains the Python code to reproduce all the figures and experiments presented in the paper:

Masegosa, Andrés. R., Learning under Model Misspecification: Applications to Variational and Ensemble methods. https://arxiv.org/abs/1912.08335

Dependencies

The code is written in Python 3 and uses the following libraries:

Directory structure

This repository has the following directory structure

  • README: This file.
  • scripts: Folder containing the python scripts to reproduce the results of the empirical evaluation of the paper. More details below.
  • results: Foder containing the ouput of the python scripts included in the folder 'scritps'.
  • notebooks: Folder containing Jupyter notebooks where all the figures and analysis with artificial data sets can be reprodcued. More details below.

Reproduce experiments with real data sets

Execute the following python scrpits, which are grouped by algorithm and by task. Running each script you get back results for each data set and for each method used in the paper.

Notebooks

Each of the figures with artificial data illustrating the algorithms can be reproduced using the following notebooks:

About

This repository contains the Python code to reproduce all the figures and experiments presented in the paper: Masegosa, Andrés. R., Learning under Model Misspecification: Applications to Variational and Ensemble methods.

https://arxiv.org/abs/1912.08335

License:Apache License 2.0


Languages

Language:Jupyter Notebook 92.9%Language:Python 7.1%