Skip to content

This repo implements Robert, Wu, Stoehr, CP Robert - 2019 (https://arxiv.org/abs/1810.04449) algorithms eHMC and prHMC

Notifications You must be signed in to change notification settings

danielquintao/MCMC-project

Repository files navigation

Python implementation of Faster Hamiltonian Monte Carlo by Learning Leapfrog Scale¹

We implemented and tested the Empirical Hamiltonian Monte Carlo (eHMC) and Partially Refreshed Hamiltonian Monte Carlo (prHMC) proposed in the paper mentioned above. These are HMC-based Markov Chain Monte Carlo (MCMC) methods that allow us to sample from complicated distributions (which we may know only up to a constant) efficiently.

We ran a simpler version of the Experiment 1 of the paper, using tensorflow_probability implementtion of NUTS as benchmark.

img.png

About

This repo implements Robert, Wu, Stoehr, CP Robert - 2019 (https://arxiv.org/abs/1810.04449) algorithms eHMC and prHMC

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages