Skip to content
#

bayesian-inference

Here are 1,260 public repositories matching this topic...

pyro
eb8680
eb8680 commented Dec 14, 2021

NumPyro now has several excellent introductory examples with no direct counterparts in Pyro. Porting one of these to Pyro would be a great way for someone to simultaneously learn more about Bayesian data analysis and make a valuable open source contribution.

If you are reading this and want to give one of them a try, please leave a comment here so that other peo

help wanted Examples good first issue
hessammehr
hessammehr commented May 11, 2022

A quick search for mixture distributions in numpyro only turns up examples using Categorical in conjunction with an array of distributions. Since sampling from discrete distributions is not always desirable, I have implemented a quick general purpose mixture distribution with continuous log probability.

class Mixture(Distribution):
    arg_constraints = {}

    def __init__(self
enhancement good first issue
danielkelshaw
danielkelshaw commented Apr 30, 2020

Hi @JavierAntoran @stratisMarkou,

First of all, thanks for making all of this code available - it's been great to look through!

Im currently spending some time trying to work through the Weight Uncertainty in Neural Networks in order to implement Bayes-by-Backprop. I was struggling to understand the difference between your implementation of `Bayes-by-Bac

good first issue question

Improve this page

Add a description, image, and links to the bayesian-inference topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the bayesian-inference topic, visit your repo's landing page and select "manage topics."

Learn more