Outline
- Clustering
- Regression
- Classification
- Dimensionality Reduction
- Recommendation systems
When to use it?
- When you want to find similar items
- Depends on your distance metric
- When you have to many items, and you want to aggregate
Examples
- Customer segmentation
- Grouping experiment outcomes
When to use it?
- Present (Identify/Compare) Tendency
- Predict values
Examples
- Stock prices
- Drug response
Classification
When to use it?
- Present (Identify/Compare) Tendency
- Present (Identify/Compare) Groups
- Aggregate
- Predict values
Examples
- Photo categorization
- Sentiment analysis
- Spam filtering
Dimensionality Reduction
When to use it?
- Attribute Filtering
- Categorize Documents (Topic modeling)
When to use it?
- Large catalog, with user preference history
- If you like a, and b, maybe you will like c
Types
- Collaborative filtering
- Content based systems
- Hybrids
Examples
- Amazon
- Facebook
- Google
- Yahoo
- Netflix Prize
How to use the algorithms?