-
Notifications
You must be signed in to change notification settings - Fork 0
Machine Learning & Data Science Recommender Systems Content Based Recommender Systems
Content-based recommender systems provide personalised recommendations by leveraging features of the items themselves, as well as the interactions or preferences of the users with those items.
Each user has a "profile", i.e., a set of parameters
To learn the parameters for each user, we want to minimise the cost function
- No Cold Start: Content-based systems do not require other users to have interacted with an item to recommend it.
- Personalised: Recommendations are tailored to individual users based on their own behaviour.
- Limited Scope: Can only recommend items similar to those the user has already interacted with, potentially resulting in a lack of diversity.
- Feature Engineering: Requires meaningful feature representation of items, which can be challenging.