variational-inference
Here are 322 public repositories matching this topic...
-
Updated
Jul 8, 2022 - Python
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(
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
-
Updated
Aug 24, 2019 - Jupyter Notebook
-
Updated
Feb 5, 2021 - Python
-
Updated
Nov 11, 2021 - Python
-
Updated
Nov 5, 2021 - Jupyter Notebook
-
Updated
Jul 5, 2022 - Python
-
Updated
Jul 11, 2021
-
Updated
Jun 19, 2022 - Python
-
Updated
Jun 21, 2022 - Jupyter Notebook
-
Updated
Feb 11, 2018
-
Updated
Apr 4, 2022 - Jupyter Notebook
-
Updated
Jun 14, 2022
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Jun 5, 2019
-
Updated
Apr 3, 2020 - Python
-
Updated
Jan 19, 2022 - Jupyter Notebook
-
Updated
Dec 21, 2017 - Python
-
Updated
Sep 3, 2018 - Python
-
Updated
May 17, 2022 - C
-
Updated
Sep 18, 2021 - Jupyter Notebook
-
Updated
Jul 6, 2022 - MATLAB
-
Updated
Jun 10, 2022 - Python
-
Updated
Apr 25, 2017 - Python
-
Updated
Apr 12, 2022 - Jupyter Notebook
-
Updated
Sep 24, 2021 - MATLAB
-
Updated
Dec 2, 2019 - Jupyter Notebook
-
Updated
Feb 12, 2019 - Python
Improve this page
Add a description, image, and links to the variational-inference topic page so that developers can more easily learn about it.
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."
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