Learn Before
Concept

Bootstrapping Problem in Collaborative Filtering

Bootstrapping problem is one of the major weaknesses of collaborative filtering. It means that the model / system cannot make any recommendations or draw any inferences for users or items about which it has not yet gathered sufficient information. It’s also called the cold start problem. There are several different approaches to solve this issue. For instance, we can come up with an average embedding for a user or movie. Another option can be to select a particular user/movie to represent the average user/movie. Additionally, we can define several questions that could help initialize the embedding vectors for new users and movies.

0

1

Updated 2021-04-18

Tags

Data Science