Contents

pyro-ppl 1.9.0

0

A Python library for probabilistic modeling and inference

A Python library for probabilistic modeling and inference

Stars: 8330, Watchers: 8330, Forks: 979, Open Issues: 253

The pyro-ppl/pyro repo was created 6 years ago and the last code push was 2 hours ago.
The project is extremely popular with a mindblowing 8330 github stars!

How to Install pyro-ppl

You can install pyro-ppl using pip

pip install pyro-ppl

or add it to a project with poetry

poetry add pyro-ppl

Package Details

Author
Uber AI Labs
License
Apache 2.0
Homepage
http://pyro.ai
PyPi:
https://pypi.org/project/pyro-ppl/
Documentation:
https://docs.pyro.ai
GitHub Repo:
https://github.com/pyro-ppl/pyro

Classifiers

No  pyro-ppl  pypi packages just yet.

Errors

A list of common pyro-ppl errors.

Code Examples

Here are some pyro-ppl code examples and snippets.

GitHub Issues

The pyro-ppl package has 253 open issues on GitHub

  • Support 4D ProjectedNormal distribution
  • add log normal negative binomial distributions
  • [FR] consider improving/modifying error message handling w.r.t. stack level
  • Update test_poutines.py
  • Implement Bayesian regression example from NumPyro in Pyro
  • Is AutoStructured implementing the guide for directed graphical models?
  • [bug] AffineAutoregressive transform leads to exploding gradients
  • Add a compatibility shim for using contrib.funsor with existing models
  • Add modified Bayesian regression tutorial with more direct PyTorch usage
  • Port NumPyro introductory examples to Pyro
  • Behavior of init messenger for using reparam inside plate
  • Implementation of quantiles for messenger guides [WIP]
  • Tutorial on Bayesian workflow, with a SARS-CoV-2 running example
  • 🐛 LocScaleReparam and enumeration with NUTS
  • Pyro 1.9 release checklist

See more issues on GitHub

Related Packages & Articles

orbit-ml 1.1.4.9

Orbit is a package for Bayesian time series modeling and inference.

pymc3 3.11.5

Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with Theano

pytorch-lightning 2.2.1

PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.

petastorm 0.12.1

Petastorm is a library enabling the use of Parquet storage from Tensorflow, Pytorch, and other Python-based ML training frameworks.

onnx 1.16.0

Open Neural Network Exchange (ONNX) is an open ecosystem that empowers AI developers to choose the right tools as their project evolves. ONNX provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of built-in operators and standard data types. Currently we focus on the capabilities needed for inferencing (scoring).

kornia 0.7.2

Open Source Differentiable Computer Vision Library for PyTorch