Concepedia

Publication | Closed Access

Amazon.com recommendations: item-to-item collaborative filtering

5.3K

Citations

11

References

2003

Year

TLDR

Recommendation algorithms on e-commerce sites generate personalized item lists by leveraging customer interests inferred from purchases, ratings, views, demographics, and other attributes, and are typically implemented using collaborative filtering, clustering, or search‑based methods. Amazon uses recommendation algorithms to personalize each customer's online shopping experience. The authors introduce item‑to‑item collaborative filtering, an algorithm that scales independently of customer and item counts, and compare it to traditional collaborative filtering, clustering, and search‑based methods. The algorithm delivers real‑time, high‑quality recommendations at scale on massive datasets.

Abstract

Recommendation algorithms are best known for their use on e-commerce Web sites, where they use input about a customer's interests to generate a list of recommended items. Many applications use only the items that customers purchase and explicitly rate to represent their interests, but they can also use other attributes, including items viewed, demographic data, subject interests, and favorite artists. At Amazon.com, we use recommendation algorithms to personalize the online store for each customer. The store radically changes based on customer interests, showing programming titles to a software engineer and baby toys to a new mother. There are three common approaches to solving the recommendation problem: traditional collaborative filtering, cluster models, and search-based methods. Here, we compare these methods with our algorithm, which we call item-to-item collaborative filtering. Unlike traditional collaborative filtering, our algorithm's online computation scales independently of the number of customers and number of items in the product catalog. Our algorithm produces recommendations in real-time, scales to massive data sets, and generates high quality recommendations.

References

YearCitations

Page 1