-
Updated
Mar 12, 2021
probabilistic-programming
Here are 307 public repositories matching this topic...
-
Updated
Mar 15, 2021 - Python
-
Updated
Oct 22, 2019 - Jupyter Notebook
tfd.Categorical.quantile not working
-
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
Dec 22, 2020 - Jupyter Notebook
-
Updated
Mar 13, 2021 - Go
-
Updated
Mar 12, 2021 - Julia
Following my post here, https://forum.pyro.ai/t/dirichlet-process-gaussian-mixture-model-typeerror-for-small-concentration-parameter/2685, when one tries creating a Dirichlet Process Mixture Model with 0 mixture components, the error message returned is
TypeError: iota shape must have every element be nonnegative, got (-1,).
This isn't helpful in identifying the source of the error. Could
-
Updated
Feb 17, 2021 - Python
-
Updated
Aug 7, 2020 - Python
-
Updated
Jan 17, 2020 - Swift
-
Updated
Feb 12, 2021
-
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
It is hard to keep track of how subsequent changes affect the sampling performance of the library. We should add ˋpytest-benchmark` to the test suite and use related github action to run benchmarks automatically.
-
Updated
Mar 11, 2021 - Python
-
Updated
Mar 15, 2021 - Julia
-
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
Apr 10, 2020 - C#
-
Updated
Mar 13, 2021 - Python
-
Updated
Sep 24, 2018 - JavaScript
In the scorer, argument x should be checked to lie in the interval [a,b].
-
Updated
Dec 4, 2020 - Jupyter Notebook
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."
As it stands, a significant portion of the SVI tutorial code is written in markdown code blocks, rather than standalone Jupyter cells. When formatted this way, the tutorial's notebook cannot be excecuted and experimented with by the reader. I suggest that the markdown code blocks should be refactored into Jupyter code ce