-
Updated
Oct 2, 2020 - Python
bayesian-inference
Here are 855 public repositories matching this topic...
-
Updated
Nov 7, 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
Oct 29, 2020 - C#
-
Updated
Nov 6, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2020 - Julia
-
Updated
Nov 6, 2020 - Python
-
Updated
Nov 7, 2020 - Jupyter Notebook
Support AutoDelta
AutoDelta is used to do MAP inference in Pyro. It would be nice to have it in NumPyro too.
References
- Pyro AutoDelta implementation
- AutoNormal implementatio
To be more in line with the rest of the regression families I think it would be a good idea to support loglinear distribution reparameterized with mean and standard deviation on the natural scale.
Here is the reparametrization (from ProbOnto, https://sites.google.com/site/probonto/download):
$P\left(x ; \boldsymbol{\mu}{N}, \boldsymbol{\sigma}{N}\right)=\frac{1}{x \sqrt{2 \pi \log \left
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
Sep 8, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2020
-
Updated
Oct 31, 2020 - C++
-
Updated
Sep 27, 2020 - Python
-
Updated
Jul 22, 2020 - C++
-
Updated
Nov 6, 2020 - Julia
-
Updated
Oct 26, 2020 - Jupyter Notebook
-
Updated
Nov 8, 2020 - Jupyter Notebook
-
Updated
Oct 29, 2020 - Jupyter Notebook
-
Updated
Aug 28, 2020 - R
-
Updated
Feb 19, 2018 - Jupyter Notebook
-
Updated
Oct 12, 2020 - HTML
-
Updated
Sep 10, 2020 - Clojure
-
Updated
Oct 12, 2019 - Python
-
Updated
Nov 2, 2020 - R
-
Updated
Jul 1, 2019 - TeX
There are a variety of interesting optimisations that can be performed on kernels of the form
k(x, z) = w_1 * k_1(x, z) + w_2 * k_2(x, z) + ... + w_L k_L(x, z)
A naive recursive implementation in terms of the current Sum
and Scaled
kernels hides opportunities for parallelism in the computation of each term, and the summation over terms.
Notable examples of kernels with th
Plotting Docs
GPU Support
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."
Currently our non-notebook examples are manually included in the examples webpage via custom
.rst
files intutorial/source/
. As the number of examples increases, it would be better to follow NumPyro's approach and generate HTML pages automatically withsphinx_gallery
. This would make examples easier t