Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 431 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 431 Bytes

Collaborative-Filtering

A Python implementation of user based and item based collaborative filtering for matrix completion

Watch this video for understanding Collaborative Filtering

Dataset Used: Movielens 100k (contains 943 Users, 1682 Movies and 100k Ratings)

Requirements:

numpy>=1.16.0
pandas>=0.24.0