Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shah314 authored Dec 10, 2020
1 parent 3cd33ee commit e6aa8df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Bayesian Personalized Ranking (BPR) [1] is a recommender systems algorithm that can be used to personalize the experience of a user on a movie rental service, an online book store, a retail store and so on.

This implementation uses the MovieLens data set [2] but the implementation can be used for any recomender system application.
This implementation uses the MovieLens data set [2] but the implementation can be used for any recommender system application.

BPR learns latent factors of a user and an item (movie) and based on inner products of user and item embeddings, it ranks movies in the decreasing order of the predicted rating. The algorithm can be used for any application where implicit or explicit preferences of guests are available. The algorithm is similar to collaborative filtering algorithms, and can be used for matrix factorization/completion problems.

Expand Down

0 comments on commit e6aa8df

Please sign in to comment.