Skip to content
Discussion options

You must be logged in to vote

What you describe is very common, if you plot the distribution of popularity, you get a very long tail.

There are two main approaches to recommend items that I will present with two over-simplified examples:

  • Collaborative Filtering: "User A buys X and Y, user B buys X, so let's recommend Y to B"
  • Content-based: "User B buys items from the screwdrivers section, let's recommend items in that section"

If you have lot of data on the items, you should go on the content-based approach. You can also combine both approaches in hybrid systems or use two recommenders and display them one on top of another in the web ui.

In your case, where you don't have a lot of data from each user and it is sto…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@filiptrivan
Comment options

Answer selected by filiptrivan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants