A simple movie recommender system. Made a simple UI that just recommends a genre, for now.
Used:
-
KMeans: to cluster similar movies together.
-
Pearson Correlation Similarity Measure: to measure similarity between two users.
Currently getting a Mean Squared Error of 1.23 on the test set.