Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 278 Bytes

File metadata and controls

3 lines (2 loc) · 278 Bytes

This is a recommender system built on research done on the Netflix Prize.

Two main approaches I looked at is one based on matrix factorization and one based on nearest neighbors. Currently, the nearest neighbor approach outperforms the matrix factorization nearly every time.