-
Updated
Aug 19, 2020 - Python
bayesian-inference
Here are 811 public repositories matching this topic...
-
Updated
Aug 20, 2020 - Python
-
Updated
Jan 9, 2020 - Python
var_context builder
Summary:
It'd be nice to have a builder pattern for var contexts to make them easy to construct for testing. Something that could be used like this:
MatrixXd m(3, 2);
...
var_context vc
= var_context::builder()
.matrix("a", m)
.real("f", 2.3)
.build();
Current Version:
v2.23.0
-
Updated
Aug 18, 2020 - C#
-
Updated
Aug 16, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Julia
-
Updated
Aug 19, 2020 - Python
-
Updated
Aug 20, 2020 - R
-
Updated
Aug 19, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020
-
Updated
May 18, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - C++
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
Requested by @nkaimcaudle at pyro-ppl/numpyro#703 (comment).
-
Updated
Aug 8, 2020 - Python
-
Updated
Jul 22, 2020 - C++
-
Updated
Aug 17, 2020 - Julia
-
Updated
Aug 18, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - Jupyter Notebook
-
Updated
Aug 5, 2020 - Jupyter Notebook
-
Updated
Aug 20, 2020 - R
-
Updated
Feb 19, 2018 - Jupyter Notebook
-
Updated
Aug 20, 2020 - HTML
-
Updated
Jul 30, 2019 - Clojure
-
Updated
Oct 12, 2019 - Python
-
Updated
Aug 17, 2020 - R
-
Updated
Jul 1, 2019 - TeX
-
Updated
Apr 3, 2020 - Python
Improve this page
Add a description, image, and links to the bayesian-inference topic page so that developers can more easily learn about it.
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."
To begin I tried logging in with GitHub and also creating an account on the pyro forums, but neither of those is working.
Problem
I need to fit a batch of four independent Gaussian Processes and I don't want to have to use for loops for fitting each one. The current GP's are able to broadcast properly to my outputs, but I can't batch them so that the inputs are independent.
My input d