Skip to content

thepapercoder/RBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RBM

My implementation for RBM - Restricted Bolzmann Machine for Collaborative Filtering

Dependency

The implementation run in Tensorflow and Numpy. If you are using windows, please install Anaconda and then Tensorflow and Numpy. If you are on linux machine, just using pip to install but still Anaconda is recommended. Detail can be found below.

How to run

To run the program just use "python main.py" in the directory. All the data have been saved in data folder, you can read the description of the data on the description.txt and README file on the data/raw_data folder.

Credit

Special thank to Blackecho and his gist "Restricted Boltzmann Machine implementation in TensorFlow, before and after code refactoring." you can find it here: https://gist.github.com/blackecho/db85fab069bd2d6fb3e7

About

Implementation for RBM - Restricted Bolzmann Machine for Collaborative Filtering

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages