Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 332 Bytes

File metadata and controls

5 lines (4 loc) · 332 Bytes

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