Search Results

Multilevel Delayed Acceptance MCMC

1 code implementation8 Feb 2022

We develop a novel Markov chain Monte Carlo (MCMC) method that exploits a hierarchy of models of increasing complexity to efficiently generate samples from an unnormalized target distribution.

Methodology Computation 62F15, 62M05, 65C05, 65C40

ZhuSuan: A Library for Bayesian Deep Learning

1 code implementation18 Sep 2017

In this paper we introduce ZhuSuan, a python probabilistic programming library for Bayesian deep learning, which conjoins the complimentary advantages of Bayesian methods and deep learning.

Probabilistic Programming regression

Liesel: A Probabilistic Programming Framework for Developing Semi-Parametric Regression Models and Custom Bayesian Inference Algorithms

1 code implementation22 Sep 2022

Liesel is a new probabilistic programming framework developed with the aim of supporting research on Bayesian inference based on Markov chain Monte Carlo (MCMC) simulations in general and semi-parametric regression specifications in particular.

Computation

Exact Bayesian Inference on Discrete Models via Probability Generating Functions: A Probabilistic Programming Approach

1 code implementation NeurIPS 2023

We present an exact Bayesian inference method for discrete statistical models, which can find exact solutions to a large class of discrete inference problems, even with infinite support and continuous priors.

Probabilistic Programming

Functional probabilistic programming for scalable Bayesian modelling

2 code implementations6 Aug 2019

This paper introduces functional programming principles which can be used to develop an embedded probabilistic programming language.

Computation

Automatic structured variational inference

2 code implementations3 Feb 2020

However, the performance of the variational approach depends on the choice of an appropriate variational family.

Probabilistic Programming Variational Inference

An Introduction to Probabilistic Programming

3 code implementations27 Sep 2018

We start with a discussion of model-based reasoning and explain why conditioning is a foundational computation central to the fields of probabilistic machine learning and artificial intelligence.

Probabilistic Programming

BoTorch: A Framework for Efficient Monte-Carlo Bayesian Optimization

2 code implementations NeurIPS 2020

Bayesian optimization provides sample-efficient global optimization for a broad range of applications, including automatic machine learning, engineering, physics, and experimental design.

Experimental Design

End-to-End Meta-Bayesian Optimisation with Transformer Neural Processes

2 code implementations NeurIPS 2023

We enable this end-to-end framework with reinforcement learning (RL) to tackle the lack of labelled acquisition data.

Bayesian Optimisation Inductive Bias +2

Differentiable Expected Hypervolume Improvement for Parallel Multi-Objective Bayesian Optimization

1 code implementation NeurIPS 2020

In many real-world scenarios, decision makers seek to efficiently optimize multiple competing objectives in a sample-efficient fashion.

Bayesian Optimization Second-order methods