Deep Probabilistic modeling with Tensorflow made easy
Project description
InferPy: Deep Probabilistic Modeling Made Easy
InferPy is a high-level API for deep probabilistic modeling written in Python and capable of running on top of Tensorflow. InferPy's API is strongly inspired by Keras and it has a focus on enabling flexible data processing, easy-to-code probabilistic modeling, scalable inference, and robust model validation.
Use InferPy if you need a probabilistic programming language that:
- Allows easy and fast prototyping of hierarchical probabilistic models with a simple and user-friendly API inspired by Keras.
- Automatically creates computational efficient batched models without the need to deal with complex tensor operations and theoretical concepts.
- Run seamlessly on CPU and GPU by relying on Tensorflow, without having to learn how to use Tensorflow.
- Defines probabilistic models with complex probabilistic constructs containing deep neural networks.
InferPy is to Edward what Keras is to Tensorflow
InferPy's aim is to be to Edward what Keras is to Tensorflow. Edward is a general purpose probabilistic programing language, like Tensorflow is a general computational engine. But this generality comes a at price. Edward's API is verbose and is based on distributions over Tensor objects, which are n-dimensional arrays with complex semantics operations. Probability distributions over Tensors are powerful abstractions but it is not easy to operate with them. InferPy's API is no so general like Edward's API but still covers a wide range of powerful and widely used probabilistic models, which can contain complex probability constructs containing deep neural networks.
For more details about InferPy, check the online documentation.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file inferpy-1.3.1.tar.gz
.
File metadata
- Download URL: inferpy-1.3.1.tar.gz
- Upload date:
- Size: 1.6 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.8
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f4fbec43cc2454d027d4f885c978fa64142f7b5e1c4defb2665da3db2b50f22e |
|
MD5 | 15e24ee7edffdacf84106722cae321ff |
|
BLAKE2b-256 | 73cccd83f7d46199fb119b27ba320ed5f4917a2b1be0e3c828f346e9246e01ad |