Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 268 Bytes

File metadata and controls

10 lines (8 loc) · 268 Bytes

collaborative-filtering-recommender

A collaborative filtering based recommender for a movie database. User based collaborative filtering is used.

similarity measures

  • pearson correlation
  • cosine similarity
  • manhattan distance

models

  • k nearest neighbour