Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 413 Bytes

File metadata and controls

7 lines (6 loc) · 413 Bytes

Collaborative-Filter

This is solution to netflix challenge for recommender system. I have used matrix decomposition method. In addition to it I am also using global, user and item bias. Source Paper

Spark implementation

Recommender System