What is the bottleneck of user-based CF and how does item-based Cf avoid it
the search for neighbours (in real-time) among a large user population of potential neighbours.
item-based CF avoids this by computing similarities between items instead of users
What is the intuition of item-based CF?
users are interested in items similar to those previously experienced
What is the edge that item-item similarities have over user-based and why?
They are more “stable” as the domain of items changes less than users, allowing for less frequent system updates.
What is the benefit of adjusted cosine similarity in item-based CF?
It accounts for differences in how users rate items
What is the underlying heuristic of CF?
people who agreed or disagreed on items in the past are likely to agree or disagree on future items
What are the steps in the UBCF algorithm
What is the main issue with the MSD similarity metric?
it assumes that users rate according to similar distribution
For MSD similarity, what are two important features of the metric
For Pearson similarity, what are two important features of the metric
What is the benefit of significance weighting to Pearson
It adjusts for the number of co-rated items
What impacts the range of cosine similarity results
the non-negativity of ratings
Briefly describe some of the extensions to Pearson Correlation
CF advantages
CF Limitations
What do RS help drive?
demand down the long-tail; benefits to both consumers and retailers alike
What does CF automate?
The “word-of-mouth” process
What is the key difference between CF and Content-based recommendation?
The use of the item’s descriptions/features (content)
How is document-document similarity calculated in Content-based?
The cosine of the angle between the document’s vectors
What is case-based recommendation?
A form of content-based recommendation which represents items using a well-defined set of features and feature values
List sources of recommendation knowledge and give examples of each
List some properties of consumer reviews
Do reviews matter?
Yes. Research shows that reviews help users to make better decisions. They increase conversion rates and improve satisfaction.
What are some considerations when making recommendations and ranking them
How are non-personalised recommendations usually presented?
in the form of a top-N ranked list