Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 312 Bytes

README.md

File metadata and controls

11 lines (9 loc) · 312 Bytes

MCMC Algorithms

Collection of Monte Carlo (MC) and Markov Chain Monte Carlo (MCMC) algorithms applied on simple examples.

What's in it

  1. Rejection Sampling
  2. Gibbs Sampling
  3. Metropolis(-Hastings)
  4. Slice Sampling
  5. Stochastic Gradient Langevin Dynamics (SGLD)
  6. Annealed Importance Sampling (AIS)