Skip to content

jman278/RecommenderSystem_BoltzmannMachine_AutoEncoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Predict if a user will like a movie or not using a Boltzmann Machine

Also predict the possible rating (1 to 5) that will be given by a user

Datasets used: MovieLens 100K Dataset and MovieLens 1M Dataset from https://grouplens.org/datasets/movielens/
Note: The data preprocessing part is the same for both algorithms