Giter Site home page Giter Site logo

shyamalschandra / pyro Goto Github PK

View Code? Open in Web Editor NEW

This project forked from pyro-ppl/pyro

0.0 2.0 0.0 23.81 MB

Deep universal probabilistic programming with Python and PyTorch

Home Page: https://pyro.ai

License: Other

Makefile 0.18% Python 53.60% CSS 0.06% TeX 0.42% Jupyter Notebook 45.75%

pyro's Introduction


Build Status Latest Version

Getting Started | Documentation | Contributing

Pyro is a flexible, scalable deep probabilistic programming library built on PyTorch. Notably, it was designed with these principles in mind:

  • Universal: Pyro is a universal PPL -- it can represent any computable probability distribution.
  • Scalable: Pyro scales to large data sets with little overhead compare to hand-written code.
  • Minimal: Pyro is agile and maintainable. It is implemented with a small core of powerful, composable abstractions.
  • Flexible: Pyro aims for automation when you want it, control when you need it. This is accomplished through high-level abstractions to express generative and inference models, while allowing experts easy-access to customize inference.

Pyro is in an alpha release. It is developed and used by Uber AI Labs.

Installation

First install PyTorch.

Most features of Pyro work on PyTorch's 0.2 release, but some features are only available on PyTorch's master branch (e.g. pyro.SVI(... enum_discrete=True and pyro.SVI(..., num_particles=100) require PyTorch more recent than 0.2). To use these features, we recommend installing PyTorch from source. We have verified that commit f964105 supports all of Pyro. To get this version, run git clone https://github.com/pytorch/pytorch.git && git checkout f964105.

Install via pip:

Python 2.7.*:

pip install pyro-ppl

Python 3.5:

pip3 install pyro-ppl

Install from source:

git clone [email protected]:uber/pyro.git
cd pyro
pip install .

pyro's People

Contributors

eb8680 avatar jpchen avatar martinjankowiak avatar fritzo avatar neerajprad avatar karalets avatar null-a avatar rohitsingh0812 avatar optimuslime avatar myhrvold avatar

Watchers

Shyamal Suhana Chandra avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.