A simple python implementation of a restricted Boltzmann machine.
To use, simply install with distutils:
(sudo )python setup.py installThen, wherever you want to use an RBM:
from pyrbm import RBMpython 2.7+
Though this has only been tested with python 2.7, it likely works with earlier versions, and python 3+.