-
Updated
Feb 19, 2020
probabilistic-programming
Here are 229 public repositories matching this topic...
Description of your problem
Most distributions support multiple parameterizations that are hard to grasp from the little description that we have. In some cases the scipy.stats documentation is not helping either.
Proposal / Ideas for improvement
- state what the default parameterization would be
- show examples with both (equal) parameterizations
- link to the
scipy.statsdistrib
I think there is a little typo which gives the following error:
TypeError: init() got an unexpected keyword argument 'mu'
I checked the "mixture_gaussian_gibbs.py" example and I suggest the following suggestion
params = {'loc': tf.zeros(5), 'scale': tf.ones(5)}
SeparableConv enables a much greater range of low power, low latency models. MobileNet and other low cost high performance networks generally utilizes SeparableConv for it's efficiency. I am building a real probabilistic inference version of a MobileNet which uses SeparableConv. I am using regular tfp convolution ops for now for initial validation but it is much less efficient and will not be fit
-
Updated
Feb 18, 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
Feb 18, 2020 - Go
I don't know what the plans are for this software, but if there is a reasonable chance that it will require bug fixes or new features in the future, I would recommend that someone experienced with the system spend maybe 1-3 hours on basic developer documentation - just enough to orient a new person to the code.
If no more work will ever be done, this issue is moot and should be closed as a 'won
Summary:
Documentation of optimizing does not appear accurate, specifically the init parameter
Description:
The description of the init parameter of optimizing is identical to that of sampling, with reference to chains, which optimizing does not use (as far as I understand).
Behavior does not seem to correlate with choices of init either. For example, initializing
-
Updated
Feb 19, 2020 - Swift
The following pkgdown R library allows generating a doc site based on GitHub repo information (e.g. the README.md, developers etc). Wondering whether we can do something similar with Turing sub-modules, particularly build a page from the README.md file and release notes.
-
Updated
Feb 17, 2020
(Assuming it's part of the public API.)
Refer to the discussion in https://forum.pyro.ai/t/hmm-like-model-with-sequences-of-different-lengths/1507.
-
Updated
Feb 16, 2020 - Jupyter Notebook
-
Updated
Feb 20, 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.
- add note that carat is actually bitwise XOR so the things generated from the first box shouldn't actually be run (they later get turned into the right thing in
runify
Remove examples that are not part of the book. Migrate to webppl repository, forest, or specific research repositories as appropriate.
In the scorer, argument x should be checked to lie in the interval [a,b].
-
Updated
Feb 16, 2020 - Julia
-
Updated
Feb 2, 2020 - C#
Although the collection of base Kernels in kernels.jl is significantly broader than it used to be, there's still quite a number of kernels that are listed in, for example, the GPML manual that aren't implemented here. A starting list of un-implemented kernels
This issues tracks changes needed to port the BART forecasting example to funsor.
To reproduce
To run a recorded version of the example, try:
cd funsor
pytest -vs test/examples/test_bart.py --runxfail
To run the original example (requires downloading data):
git clone git@git-
Updated
Nov 22, 2019 - Clojure
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Oct 20, 2019 - Java
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."


Originated as a forum post
Let's add a tutorial demonstrating how to serve trained models in C++ using torch.jit.save() and
torch::jit::load(). I believe there is some subtlety requiring atorch.jit.trace()to wrappoutine.traceandpoutine.replaylogic for SVI mod