02 - Intro to Recommender Systems Flashcards
What are examples of Recommender Systems?
- Popular (Netflix)
- Frequently bought together (Amazon)
- Customers who bought this item also bought (Amazon)
- Daily Mix (Spotify)
What are examples of non-obvious Recommender Systems?
Google recommendations for locations and restaurants
What are the the main types of recommendations?
- Rating prediction
- Ton-n ranking
Are Recommender Systems also Machine Learning?
- Sometimes RecSys are based on standard ML algorithms (Tabular data, Regression, Classification)
- Many non-ML algorithms
What is (much) more important in RecSys than typically in machine learning?
For RecSys online evaluations are (much) more important
Why are Recommender Systems important?
- Recommender Systems are everywhere
- One of the most common fields to apply ML
- Strong impact on business, society, environment
- AutoML could really advance RecSys
How could AutoML advance RecSys?
- Make Algorithm Selection and Tuning possible
- Ease the development of RecSys/ Make RecSys available for small businesses
- Reproducibility
What types of data are there for recommender systems?
- Tabular
- Images (medicine or fashion)
- Text
- Time Series
What domains of applications are there for recommender systems?
- Movies, Music
- Health
- Finance
- E-Commerce
What is part of the developement process of RecSys?
- Recommendation Algorithms
- User Interfaces
- Architectures (APIs, high Performance, Realtime)
- Business Aspects (Money)
- Economy, society and environment
- Ethics (data privacy, discrimination)
What recommendation approaches are there?
- Popularity based
- Collaborative Filtering
- Rating prediction
- Content-based Filtering
- Product based
- Link-based (Zitate oder Hyperlinks)
- Personalized
On what criteria to decide for a recommender systems algorithm?
- Applicability
- Complexity
- Serendpity
- Privacy
When can Collaborative Filterung work?
Collaborative Filtering only works for user with (many) ratings and items with at least one rating
When can Popularity work?
Popularity works for every User but only for items with many ratings/views
When can Content-based Filtering work?
Content-based Filtering works for every User and every Item