tensorbayes

Deep Variational Inference in TensorFlow


Keywords
tensorflow deep learning
License
MIT
Install
pip install tensorbayes==0.4.0

Documentation

Tensorbayes: Deep learning library for deep generative models in Tensorflow

Tensorbayes is a light-weight wrapper around Tensorflow that provides access to functions useful for deep generative models. To a first-order approximation, Tensorbayes is a Tensorflow analog to Parmesan.

Installation

Tensorbayes requires the following dependencies:

  1. numpy
  2. tensorflow >= 0.12

To install, simply run:

pip install tensorbayes