-
Updated
Sep 8, 2020
probabilistic-programming
Here are 274 public repositories matching this topic...
-
Updated
Oct 1, 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
Sep 7, 2020 - Jupyter Notebook
-
Updated
Oct 1, 2020 - Julia
-
Updated
Aug 7, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Jan 17, 2020 - Swift
-
Updated
Sep 14, 2020
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.
-
Updated
Apr 18, 2019 - JavaScript
-
Updated
Sep 11, 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
Jul 25, 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
-
Updated
Sep 6, 2020 - JavaScript
-
Updated
Sep 30, 2020 - Julia
-
Updated
Apr 10, 2020 - C#
-
Updated
Sep 24, 2018 - JavaScript
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
In the scorer, argument x should be checked to lie in the interval [a,b].
-
Updated
Sep 28, 2020 - Python
-
Updated
Sep 30, 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."


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