Herding Paper

Optimally-weighted herding is Bayesian Quadrature
Alternatives To Herding Paper
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Tikz Bayesnet638
6 years ago4mitTeX
TikZ library for drawing Bayesian networks, graphical models and (directed) factor graphs in LaTeX.
Bayesian Statistics288
4 months ago1cc-by-sa-4.0TeX
This repository holds slides and code for a full Bayesian statistics graduate course.
Master Thesis Bayesiancnn197
4 years agomitTeX
Master Thesis on Bayesian Convolutional Neural Network using Variational Inference
Awesome Agi Cocosci152
13 days agocc0-1.0TeX
An awesome & curated list for Artificial General Intelligence, an emerging inter-discipline field that combines artificial intelligence and computational cognitive sciences.
Bml Course57
3 months ago1TeX
Public repo for course material on Bayesian machine learning at ENS Paris-Saclay and Univ Lille
Bayesian Surprise52
2 years agomitTeX
Bayesian Weighting for De-Biasing Thematic Maps
Bayes Vis Paper49
3 years agoTeX
'Visualization in Bayesian workflow' by Gabry, Simpson, Vehtari, Betancourt, and Gelman. (JRSS discussion paper and code)
Stats33142
3 years ago1mitTeX
Lecture notes for an introductory undergraduate course in Bayesian Inference
Stats Shortcourse41
4 years agobsd-3-clauseTeX
The statistics short course is both a resource and survey of the areas of probability and statistics that are foundational for the data science immersive at Galvanize.
Nonparametric Bayes33
3 years ago15otherTeX
:notebook: Non-parametric Bayesian Inference for Conservation Decisions
Alternatives To Herding Paper
Select To Compare


Alternative Project Comparisons
Readme

Optimally-weighted Herding is Bayesian Quadrature

This repo contains the experiment source code as well as the latex source for a paper that mathematically relates two very different approaches to approximate integration.

http://arxiv.org/pdf/1204.1664.pdf

This paper was accepted as an oral presentation at the 2012 Uncertainty in Artificial Intelligence conference.

Abstract:

Herding and kernel herding are deterministic methods of choosing samples which summarise a probability distribution. A related task is choosing samples for estimating integrals using Bayesian quadrature. We show that the criterion minimised when selecting samples in kernel herding is equivalent to the posterior variance in Bayesian quadrature. We then show that sequential Bayesian quadrature can be viewed as a weighted version of kernel herding which achieves performance superior to any other weighted herding method. We demonstrate empirically a rate of convergence faster than O(1/N). Our results also imply an upper bound on the empirical error of the Bayesian quadrature estimate.

Contact the Authors:

Running the code:

Running code/demo.m automatically reproduces most of the figures in the paper, with some of the settings turned down to make the demo run fast.

If you want to exactly reproduce the results found in the paper, set

num_samples = 400; num_queries = 10000;

The code used was optimized for legibility and simplicity, not speed. Thus the herding implementation is O(N^3) instead of O(N^2), and the BQ implementation is O(N^4) instead of O(N^3).

Feel free to contact us if you have any questions.

Popular Bayesian Projects
Popular Tex Projects
Popular Machine Learning Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Tex
Kernel
Paper
Bayesian