This repo has code for movie recommendation system working on collaborative filtering.
Running the Collaborative_filtering.py will first predict the missing ratings in the data based on available ratings and compare the predicted value against given test data, and yields the RMSE value (around 1) on the given netflix data.