An open API service indexing awesome lists of open source software.

https://github.com/xiaohan2012/sghmc-matlab

Matlab Implementation for Stochastic Gradient Hamiltonian Monte Carlo
https://github.com/xiaohan2012/sghmc-matlab

Last synced: 2 months ago
JSON representation

Matlab Implementation for Stochastic Gradient Hamiltonian Monte Carlo

Awesome Lists containing this project

README

          

# Stochastic Gradient Hamiltonian Monte Carlo: Matlab Implementation

This implementation originates directly from [Chen, 2014](http://arxiv.org/abs/1402.4102)

This is also produced for [Seminar in Probabilistic Models for Big Data](http://www.cs.helsinki.fi/en/courses/58314301/2014/s/s/1) organized by University of Helsinki.

## Slides

See the seminar presentation slides at `slides.pdf`

## Main files

- `hmc.m`: HMC algorithm
- `sghmc.m`: SGHMC algorithm
- `probdist.m`: code that generate Figure 2 in the essay
- `divergence.m`: code that generate Figure 3 in the essay