Evaluating Recommender Sytems
Evaluating Recommender Sytems
Recommender Sytems
EVALUATION METRICS
• It is best suited for usage scenarios in which accurate prediction of ratings for all products is critical. Mean
Absolute Error (MAE), Mean Squared Error (MSE), Root Mean Squared Error (RMSE), and Normalized
Mean Absolute Error (NMAE) are the most important measures for this purpose.
Offline recommender system
methodology
Cosine similarity
• To compute the similarity between a purchased item and
the new item for an item-centered system, we simply
take the cosine between 2 vectors representing those
items.
• Cosine similarity is the best match if there are many
high-dimensional features, especially in text mining.
Jaccard similarity