1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)Python981 forks (981 forks)batch import
Examplesdocumentationhelp wanted
Repository metrics
- Stars
- 8,211 stars (8,211 stars)
- PR merge metrics
- Avg merge 10d 19h (Avg merge 10d 19h)1 merged PR in 30d (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
- Research direction
- Study the existing custom losses tutorial and the new MCMC API in Pyro. Implement a simple SGLD sampler as an example, then document the process step by step.
- Tech stack
- pythonpytorch
- Domain
- machine learningai
- Issue type
- Documentation
- Prerequisites
- PythonPyTorchMCMC basics