xRBM Library¶
xRBM is a library for Restricted Boltzmann Machine (RBM) and its variants implemented in Python for Tensorflow.
Installation¶
You can install the latest release of xRBM using pip:
pip install xrbm
You can also install xRBM directly from git:
pip install git+https://github.com/omimo/xrbm.git
You can download the latest source code:
https://github.com/omimo/xRBM