An open API service indexing awesome lists of open source software.

https://github.com/zachmayer/rbm

Restricted Boltzmann Machines in R
https://github.com/zachmayer/rbm

Last synced: 3 months ago
JSON representation

Restricted Boltzmann Machines in R

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/zachmayer/rbm.png?branch=master)](https://travis-ci.org/zachmayer/rbm)
[![Coverage Status](https://coveralls.io/repos/zachmayer/rbm/badge.svg)](https://coveralls.io/r/zachmayer/rbm)

#Restricted Boltzmann Machines
Based on [Edwin Chen's](https://github.com/echen/restricted-boltzmann-machines) python implementation of RBM. [Read his blog post](http://blog.echen.me/2011/07/18/introduction-to-restricted-boltzmann-machines/) for an excellent overview of the algorithm.

[See Andrew Landgraf's blog for another R implementation of RBM](http://andland.github.io/blog/2013/01/14/restricted-boltzmann-machines-in-r/).

To install the latest development version from github:
```{R}
devtools::install_github('zachmayer/rbm')
```