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

https://github.com/dataplayer12/rbm

Restricted Boltzmann Machines implemented in 99 lines of python
https://github.com/dataplayer12/rbm

restricted-boltzmann-machine unsupervised-learning

Last synced: 6 months ago
JSON representation

Restricted Boltzmann Machines implemented in 99 lines of python

Awesome Lists containing this project

README

          

## Restricted Boltzmann machine

Implementation of a restricted boltzmann machine with numpy in 99 lines of python

Implementation is contained in restricted.py.

Example use is in jupyter notebook.