November 2017
Beginner to intermediate
366 pages
7h 59m
English
This is a very simple strategy where the recommendations are based on the item popularity. Among the products not rated by a user, the most popular ones among all the users are suggested as recommendations.
There are several other implementations of the recommendation model available in this package.
To get a list of the available recommendation models, apply the following:
> recommenderRegistry$get_entries(dataType = "binaryRatingMatrix")$ALS_implicit_binaryRatingMatrixRecommender method: ALS_implicit for binaryRatingMatrixDescription: Recommender for implicit data based on latent factors, calculated by alternating least squares algorithm.Reference: Yifan Hu, Yehuda Koren, Chris Volinsky (2008). Collaborative Filtering for ...
Read now
Unlock full access