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 (981 forks)batch import
Examplesdocumentationhelp wanted

Repository metrics

Stars
 (8,211 stars)
PR merge metrics
 (Avg merge 10d 19h) (1 merged PR in 30d)

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