Skip to content
/ xRBM Public

Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow

License

Notifications You must be signed in to change notification settings

omimo/xRBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Aug 16, 2017
b301aa8 · Aug 16, 2017

History

54 Commits
Aug 15, 2017
Aug 15, 2017
Aug 15, 2017
Aug 15, 2017
Dec 2, 2016
Aug 16, 2017
Jul 27, 2017
Aug 15, 2017

Repository files navigation

xRBM Library

Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow

Installation

Using pip:

pip install xrbm

Examples

Tutorial 1: Training an RBM on MNIST Dataset

Tutorial 2: Training an RBM on MNIST Dataset - More Tricks

Tutorial 3: Training a Conditional RBM on Timeseries Data

Documentation

https://omid.al/xRBM/

Feedback, Bugs, and Questions

For any questions, feedback, and bug reports, please use the Github Issues.

Credits

Created by Omid Alemi

License

This code is available under the MIT license.