RuiShu / tensorbayes

Deep variational inference in tensorflow

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Deep variational inference in tensorflow

License:MIT License


Languages

Language:Python 100.0%