-
Updated
Aug 20, 2020
probabilistic-programming
Here are 264 public repositories matching this topic...
-
Updated
Aug 22, 2020 - Python
-
Updated
Oct 22, 2019 - Jupyter Notebook
This should just be a matter of accepting a dict named line_search_kwargs
or such and passing it through to the actual line search.
This was a feature request that came out of discussing #1034.
-
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
Aug 17, 2020 - Jupyter Notebook
-
Updated
Aug 23, 2020 - Julia
-
Updated
Aug 7, 2020 - Python
-
Updated
Aug 18, 2020 - Python
-
Updated
Jan 17, 2020 - Swift
-
Updated
Aug 20, 2020
Requested by @nkaimcaudle at pyro-ppl/numpyro#703 (comment).
-
Updated
Apr 18, 2019 - JavaScript
-
Updated
Aug 18, 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
Jul 22, 2020 - JavaScript
-
Updated
Aug 19, 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
Aug 23, 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