Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 320 Bytes

README.md

File metadata and controls

7 lines (6 loc) · 320 Bytes

Movie-Recommendation-System

The project contains various tasks as given by the project mentor:-

  1. EDA on MovieLens Dataset.
  2. User-User or Item-Item CF or both (Memory based).
  3. SVD, KNN, NNMF (Model based CF) using Surprise library.
  4. (optional) If you want you can go for implementing Content based RecSys too.