-
Updated
Sep 8, 2020
probabilistic-programming
Here are 271 public repositories matching this topic...
-
Updated
Sep 17, 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
Sep 16, 2020 - Julia
-
Updated
Aug 7, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Jan 17, 2020 - Swift
-
Updated
Sep 14, 2020
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
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 15, 2020 - Julia
-
Updated
Apr 10, 2020 - C#
-
Updated
Sep 24, 2018 - JavaScript
In the scorer, argument x
should be checked to lie in the interval [a,b]
.
-
Updated
Sep 17, 2020 - Python
-
Updated
Jul 6, 2020 - Jupyter Notebook
-
Updated
Nov 9, 2017 - Clojure
-
Updated
Jul 30, 2020 - JavaScript
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