Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 508 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 508 Bytes

A Comparison of Recommendation Algorithms

The aim of this repository is to compare different recommendation algorithms on the Book Recommendation Dataset. The analysis is performed with the Python library LensKit in a Jupyter notebook. The following algorithms are compared:

  • Alternating Least Squares

  • Funk Singular Value Decomposition

  • k Nearest Neighbour Collaborative Filtering

(c) Mia Müßig