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
- Host: GitHub
- URL: https://github.com/dataplayer12/rbm
- Owner: dataplayer12
- Created: 2017-09-07T12:57:22.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2023-12-22T09:33:02.000Z (almost 2 years ago)
- Last Synced: 2025-03-24T16:02:19.570Z (7 months ago)
- Topics: restricted-boltzmann-machine, unsupervised-learning
- Language: Jupyter Notebook
- Homepage:
- Size: 607 KB
- Stars: 9
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.