#Restricted Boltzmann Machines Based on Edwin Chen's python implementation of RBM. Read his blog post for an excellent overview of the algorithm.
See Andrew Landgraf's blog for another R implementation of RBM.
To install the latest development version from github:
devtools::install_github('zachmayer/rbm')