/Movies_Recommendation

Recommendation System: It helps a user to discover new Movies/Products by predicting Rating on each item for a particular user from Past Experience of that User

Primary LanguagePython

Movies_Recommendation

Recommendation System: It helps a user to discover new Movies/Products by predicting Rating on each item for a particular users from Past Experience of that User

Requirements

  • pandas
  • numpy

Introduction

  • A Simple python Script to Predict 20 best suitable movies for a particular user from list of 9200 movies on the basis of ratings given by that user on other movies.
  • This Script uses an Algorithm called "Low-Rank Matrix Factorisation".