rasmusbergpalm / variational-smc

Reference implementation of variational sequential Monte Carlo proposed by Naesseth et al. "Variational Sequential Monte Carlo" (2018)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Variational Sequential Monte Carlo

The repository contains code for the variational sequential Monte Carlo (VSMC) algorithm for approximate Bayesian inference:

Variational Sequential Monte Carlo.
Christian A. Naesseth, Scott W. Linderman, Rajesh Ranganath, and David M. Blei
Proceedings of the 21st International Conference on Artificial Intelligence and Statistics 2018,
Lanzarote, Spain.

Furthermore, it contains a simulation example (a linear Gaussian state space model) on how to use the VSMC module. Note that this example learns both model parameters and proposal parameters so the final lower bound will not be a lower bound to the exact log-marginal likelihood for the parameters that generated the data.

About

Reference implementation of variational sequential Monte Carlo proposed by Naesseth et al. "Variational Sequential Monte Carlo" (2018)

License:MIT License


Languages

Language:Python 100.0%