Skip to content

Latest commit

 

History

History
60 lines (35 loc) · 1.44 KB

README.rst

File metadata and controls

60 lines (35 loc) · 1.44 KB

RBM

Build Status Documentation Status Code coverage

An implementation of RBM. Check the documentation :)

The implementation are based from:

Docker

Clone repo

git clone https://github.com/SrMouraSilva/RBM --depth=1

Go to docker path

cd docker

Install dependencies

docker-compose up install

Run experiment

docker-compose up tensorflow

Inspect learning log files (tensorboard). Attention! The current logging process demands ENOUGH RAM MEMORY. Use not yet recommended.

docker-compose up tensorboard