Concepedia

Publication | Closed Access

Item-based top-<i>N</i>recommendation algorithms

2.2K

Citations

36

References

2004

Year

TLDR

Recommender systems have expanded with the growth of the web and e‑commerce, and user‑based collaborative filtering—though widely used—becomes computationally prohibitive as user counts reach millions. To overcome these scalability problems, the paper proposes model‑based item‑based recommendation algorithms. These algorithms compute similarities between items from the user–item matrix and combine them to estimate basket–item similarity for generating recommendations. Experiments on eight real datasets show that the item‑based methods are up to two orders of magnitude faster than traditional user‑neighborhood systems while delivering comparable or better recommendation quality.

Abstract

The explosive growth of the world-wide-web and the emergence of e-commerce has led to the development of recommender systems ---a personalized information filtering technology used to identify a set of items that will be of interest to a certain user. User-based collaborative filtering is the most successful technology for building recommender systems to date and is extensively used in many commercial recommender systems. Unfortunately, the computational complexity of these methods grows linearly with the number of customers, which in typical commercial applications can be several millions. To address these scalability concerns model-based recommendation techniques have been developed. These techniques analyze the user--item matrix to discover relations between the different items and use these relations to compute the list of recommendations.In this article, we present one such class of model-based recommendation algorithms that first determines the similarities between the various items and then uses them to identify the set of items to be recommended. The key steps in this class of algorithms are (i) the method used to compute the similarity between the items, and (ii) the method used to combine these similarities in order to compute the similarity between a basket of items and a candidate recommender item. Our experimental evaluation on eight real datasets shows that these item-based algorithms are up to two orders of magnitude faster than the traditional user-neighborhood based recommender systems and provide recommendations with comparable or better quality.

References

YearCitations

Page 1