wiseodd / MCMC

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

Home Page:https://wiseodd.github.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

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

https://wiseodd.github.io

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%