variational-inference
Here are 272 public repositories matching this topic...
-
Updated
Jul 27, 2021 - Python
I'm trying to have a multi-dimensional lengthscale for my kernel, and cannot find in the documentation how to do this. The closest I've come is specifying input_dim
, as described here, but in version 2.0.5 I get an error that input_dim
is an unknown keyword argument. How would I get these multidimensional lengthscales in gpfl
-
Updated
Aug 24, 2019 - Jupyter Notebook
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
Feb 5, 2021 - Python
-
Updated
Jun 2, 2021 - Python
-
Updated
Aug 1, 2020 - Jupyter Notebook
-
Updated
Jul 11, 2021
-
Updated
Feb 11, 2018
-
Updated
Jun 8, 2021 - Jupyter Notebook
-
Updated
Jul 1, 2021 - Python
-
Updated
Jun 20, 2021
-
Updated
Jan 21, 2019 - Jupyter Notebook
-
Updated
Jul 24, 2021 - Jupyter Notebook
-
Updated
Jun 5, 2019
-
Updated
May 11, 2021
-
Updated
Apr 3, 2020 - Python
-
Updated
Dec 21, 2017 - Python
-
Updated
Aug 26, 2020 - Jupyter Notebook
-
Updated
Sep 3, 2018 - Python
-
Updated
Apr 26, 2020 - Jupyter Notebook
-
Updated
Apr 25, 2017 - Python
-
Updated
Jul 13, 2021 - MATLAB
-
Updated
Jun 14, 2021 - C
-
Updated
Dec 2, 2019 - Jupyter Notebook
-
Updated
Feb 23, 2021 - Jupyter Notebook
-
Updated
Feb 12, 2019 - Python
-
Updated
Aug 5, 2020 - MATLAB
This may be useful for Inference algorithms to use during automatic gradient chaining.
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."
Pyro's HMC and NUTS implementations are feature-complete and well-tested, but they are quite slow in models like the one in our Bayesian regression tutorial that operate on small tensors for reasons that are largely beyond our control (mostly having to do with the design and implementation of
torch.autograd
), which is unfortunate because these