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
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.