-
Updated
Oct 6, 2020
probabilistic-programming
Here are 278 public repositories matching this topic...
-
Updated
Nov 7, 2020 - Python
-
Updated
Oct 22, 2019 - Jupyter Notebook
In X-ray crystallography, the most important prior distributions include two special cases of the generalized gamma distribtion. I am very keen to try this parameterization of the variational distritribution in my research project. How hard would it be for the TFP devs to implement this distr
-
Updated
Jan 9, 2020 - Python
Ankit Shah and I are trying to use Gen to support a project and would love the addition of a dirichlet distribution
-
Updated
May 20, 2020 - Go
-
Updated
Oct 10, 2020 - Jupyter Notebook
-
Updated
Nov 6, 2020 - Julia
-
Updated
Nov 7, 2020 - Python
-
Updated
Aug 7, 2020 - Python
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
-
Updated
Jan 17, 2020 - Swift
-
Updated
Nov 2, 2020
-
Updated
Oct 2, 2020 - JavaScript
-
Updated
Oct 26, 2020 - Jupyter Notebook
The current example on MDN from Edward tutorials needs small modifications to run on edward2. Documentation covering these modifications will be appreciated.
-
Updated
Nov 2, 2020 - Haskell
-
Updated
Sep 12, 2019 - Scala
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 tests
Tests not only allow to make sure the code is working as expected but they can also be used to make sure that the documentation and examples are up to date.
- Test the code examples in the doc
- Test the code in docstrings
- Run examples and notebooks to make sure they still work
Documentation should be quite fast to test so can run with the CI after every push. We might need to do
-
Updated
Nov 8, 2020 - Julia
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Apr 10, 2020 - C#
-
Updated
Sep 24, 2018 - JavaScript
-
Updated
Nov 7, 2020 - Python
In the scorer, argument x
should be checked to lie in the interval [a,b]
.
-
Updated
Nov 5, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2017 - Clojure
Improve this page
Add a description, image, and links to the probabilistic-programming topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the probabilistic-programming 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