pyro-ppl/pyro

Tutorial on implementing custom MCMC samplers

Open

#2,069 opened on Oct 18, 2019

View on GitHub
 (1 comment) (0 reactions) (0 assignees)Python (8,211 stars) (981 forks)batch import
Examplesdocumentationhelp wanted

Description

Similar to the tutorial on custom losses in SVI, we should have a tutorial on implementing custom MCMC kernels using the new MCMC API. Something simple like SGLD seems like a good starting point.

Contributor guide