Skip to content

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

License

Notifications You must be signed in to change notification settings

rasmusbergpalm/variational-smc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%