Skip to content
#

variational-inference

Here are 322 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
jesnie
jesnie commented Feb 4, 2022

Feature request

In several places we use multiple dispatch. Right now the types to dispatch on are configured separately. Could we infer the types to dispatch on from Python type hints? That would simplify the code.

Motivation

Instead of:

@dispatch.expectation.register(Gaussian, kernels.Sum, InducingPoints, NoneType, NoneType)
def expectation_gaussian_sum_inducingpoints(
    
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

Generative Models Tutorial with Demo: Bayesian Classifier Sampling, Variational Auto Encoder (VAE), Generative Adversial Networks (GANs), Popular GANs Architectures, Auto-Regressive Models, Important Generative Model Papers, Courses, etc..

  • Updated Jan 21, 2019
  • Jupyter Notebook

Improve this page

Add a description, image, and links to the variational-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 variational-inference topic, visit your repo's landing page and select "manage topics."

Learn more