Implementation of Restricted Boltzmann Machine (RBM) and its variants in Tensorflow
Using pip:
pip install xrbm
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
For any questions, feedback, and bug reports, please use the Github Issues.
Created by Omid Alemi
This code is available under the MIT license.