-
Updated
Aug 19, 2020 - Python
bayesian-inference
Here are 825 public repositories matching this topic...
-
Updated
Sep 18, 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
Sep 17, 2020 - C#
-
Updated
Sep 17, 2020 - Jupyter Notebook
-
Updated
Sep 16, 2020 - Julia
-
Updated
Sep 16, 2020 - Python
-
Updated
Sep 11, 2020 - Jupyter Notebook
-
Updated
Sep 6, 2020 - R
-
Updated
Sep 14, 2020
-
Updated
Sep 8, 2020 - Jupyter Notebook
-
Updated
Sep 17, 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
since numpyro supports enumerating discrete latent variables, imputing missing values for discrete covariates should be a possibility (which makes numpyro suitable for many more applied projects!)
Since array shapes will be altered when using parallel enumeration it is not directly evident how to adapt the continuous imputation example to discrete covariates, an example may be helpful
-
Updated
Aug 8, 2020 - Python
-
Updated
Jul 22, 2020 - C++
-
Updated
Sep 5, 2020 - Julia
-
Updated
Sep 11, 2020 - Jupyter Notebook
-
Updated
Sep 17, 2020 - Jupyter Notebook
-
Updated
Aug 5, 2020 - Jupyter Notebook
-
Updated
Aug 28, 2020 - R
-
Updated
Feb 19, 2018 - Jupyter Notebook
-
Updated
Aug 21, 2020 - HTML
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Oct 12, 2019 - Python
-
Updated
Aug 28, 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