-
Updated
Oct 2, 2020 - Python
bayesian-inference
Here are 854 public repositories matching this topic...
-
Updated
Nov 3, 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
Oct 30, 2020 - Jupyter Notebook
-
Updated
Nov 2, 2020 - Julia
-
Updated
Oct 27, 2020 - Python
-
Updated
Oct 29, 2020 - Jupyter Notebook
-
Updated
Oct 30, 2020 - R
Per a question asked by a user in the forum, it would be nice to have a tutorial/example for this type of regression. I searched for some examples available and found some nice ones below.
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
Oct 28, 2020 - Julia
-
Updated
Oct 26, 2020 - Jupyter Notebook
-
Updated
Nov 3, 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
.rstfiles 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