- Recommender systems use algorithms to predict items (e.g. movies, music, news articles) that users may like based on their preferences and behaviors. Common techniques include collaborative filtering, content-based filtering, and hybrid approaches.
- Factors like ratings data, item metadata, user demographics, and social networks can be used as inputs to recommender algorithms like matrix factorization, deep learning, and similarity metrics.
- The effectiveness of recommender systems is demonstrated by services like Netflix, where 2/3 of movies watched are recommended, and Amazon, where 35% of sales come from recommendations.