recommendation systems
play

Recommendation Systems Stony Brook University CSE545, Fall 2017 - PowerPoint PPT Presentation

Recommendation Systems Stony Brook University CSE545, Fall 2017 Recommendation Systems What other item will this user like? (based on previously liked items) How much will user like item X? Recommendation Systems What other item


  1. Recommendation Systems Stony Brook University CSE545, Fall 2017

  2. Recommendation Systems ● What other item will this user like? (based on previously liked items) ● How much will user like item X?

  3. Recommendation Systems ● What other item will this user like? (based on previously liked items) ● How much will user like item X? ?

  4. Recommendation Systems ● What other item will this user like? (based on previously liked items) ● How much will user like item X?

  5. Recommendation Systems

  6. Recommendation Systems Past User Ratings

  7. Recommendation Systems Why Big Data? ● Data with many potential features (and sometimes observations) ● An application of techniques for finding similar items ○ locality sensitive hashing ○ dimensionality reduction

  8. Recommendation System: Example

  9. Enabled by Web Shopping ● Does Wal-Mart have everything you need?

  10. Enabled by Web Shopping ● Does Wal-Mart have everything you need? (thelongtail.com)

  11. Enabled by Web Shopping ● Does Wal-Mart have everything you need? ● A lot of products are only of interest to a small population (i.e. “long-tail products”). ● However, most people buy many products that are from the long-tail. ● Web shopping enables more choices (thelongtail.com) ○ Harder to search ○ Recommendation engines to the rescue

  12. Enabled by Web Shopping ● Does Wal-Mart have everything you need? ● A lot of products are only of interest to a small population (i.e. “long-tail products”). ● However, most people buy many products that are from the long-tail. ● Web shopping enables more choices (thelongtail.com) ○ Harder to search ○ Recommendation engines to the rescue

  13. A Model for Recommendation Systems Given: users , items, utility matrix

  14. A Model for Recommendation Systems Given: users , items, utility matrix Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 5 3 3 B 5 4 2 C 5 2

  15. A Model for Recommendation Systems Given: users , items, utility matrix Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 5 3 3 B 5 4 2 C 5 2 ? ? ?

  16. Recommendation Systems Problems to tackle: 1. Gathering ratings 2. Extrapolate unknown ratings a. Explicit: based on user ratings and reviews (problem: only a few users engage in such tasks) b. Implicit: Learn from actions (e.g. purchases, clicks) (problem: hard to learn low ratings) 3. Evaluation

  17. Common Approaches Recommendation Systems 1. Content-based Problems to tackle: 2. Collaborative 3. Latent Factor 1. Gathering ratings 2. Extrapolate unknown ratings a. Explicit: based on user ratings and reviews (problem: only a few users engage in such tasks) b. Implicit: Learn from actions (e.g. purchases, clicks) (problem: hard to learn low ratings) 3. Evaluation

  18. Common Approaches Recommendation Systems 1. Content-based Problems to tackle: 2. Collaborative 3. Latent Factor 1. Gathering ratings 2. Extrapolate unknown ratings a. Explicit: based on user ratings and reviews (problem: only a few users engage in such tasks) b. Implicit: Learn from actions (e.g. purchases, clicks) (problem: hard to learn low ratings) 3. Evaluation

  19. Concept, In Matrix Form: columns: p features f1, f2, f3, f4, … fp o1 o2 o3 … rows: N observations oN

  20. Concept, In Matrix Form: f1, f2, f3, f4, … fp o1 o2 o3 … oN

  21. Dimensionality reduction Try to best represent but with on p’ columns. Concept, In Matrix Form: f1, f2, f3, f4, … fp c1, c2, c3, c4, … cp’ o1 o1 o2 o2 o3 o3 … … oN oN

  22. Dimensionality Reduction - PCA - Example T X [nxp] = U [nxr] D [rxr] V [pxr] Users to movies matrix

  23. Dimensionality Reduction - PCA - Example T X [nxp] = U [nxr] D [rxr] V [pxr]

  24. Dimensionality Reduction - PCA Linear approximates of data in r dimensions. Found via Singular Value Decomposition: T X [nxp] = U [nxr] D [rxr] V [pxr] X: original matrix, U: “left singular vectors”, D: “singular values” (diagonal), V: “right singular vectors” Projection (dimensionality reduced space) in 3 dimensions: T ) (U [nx3] D [3x3] V [px3] To reduce features in new dataset: X new V = X new_small

  25. Common Approaches Recommendation Systems 1. Content-based Problems to tackle: 2. Collaborative 3. Latent Factor 1. Gathering ratings 2. Extrapolate unknown ratings a. Explicit: based on user ratings and reviews (problem: only a few users engage in such tasks) b. Implicit: Learn from actions (e.g. purchases, clicks) (problem: hard to learn low ratings) 3. Evaluation

  26. Content-based Rec Systems Based on similarity of items to past items that they have rated.

  27. Content-based Rec Systems Based on similarity of items to past items that they have rated.

  28. Content-based Rec Systems Based on similarity of items to past items that they have rated. Build profiles of items (set of features); examples: 1. shows: producer, actors, theme, review people: friends, posts pick words with tf-idf

  29. Content-based Rec Systems Based on similarity of items to past items that they have rated. Build profiles of items (set of features); examples: 1. shows: producer, actors, theme, review people: friends, posts pick words with tf-idf Construct user profile from item profiles; approach: 2. average all item profiles variation: weight by difference from their average

  30. Content-based Rec Systems Based on similarity of items to past items that they have rated. Build profiles of items (set of features); examples: 1. shows: producer, actors, theme, review people: friends, posts pick words with tf-idf Construct user profile from item profiles; approach: 2. average all item profiles of items they’ve purchased variation: weight by difference from their average ratings Predict ratings for new items; approach: 3. x i

  31. Why Content Based? ● Only need users history ● Captures unique tastes ● Can recommend new items ● Can provide explanations

  32. Why Content Based? ● Only need users history ● Need good features ● Captures unique tastes ● New users don’t have history ● Can recommend new items ● Doesn’t venture “outside the box” ● Can provide explanations (Overspecialized)

  33. Why Content Based? ● Only need users history ● Need good features ● Captures unique tastes ● New users don’t have history ● Can recommend new items ● Doesn’t venture “outside the box” ● Can provide explanations (Overspecialized) (not exploiting other users judgments)

  34. Collaborative Filtering Rec Systems ● Need good features ● New users don’t have history ● Doesn’t venture “outside the box” (Overspecialized) (not exploiting other users judgments)

  35. Collaborative Filtering Rec Systems -- neighborhood

  36. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 5 2 3 B 5 4 2 C 5 2

  37. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 5 2 3 B 5 4 2 C 5 2 General Idea: 1) Find similar users = “neighborhood” 2) Infer rating based on how similar users rated

  38. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 5 2 3 B 5 4 2 C 5 2 Given user, x, item, i 1. Find neighborhood, N # set of k users most similar to x who have also rated i

  39. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 => 0.5 5 => 1.5 2 => -1.5 => 0 3 => -0.5 B 5 4 2 C 5 2 Given: user, x; item, i; utility matrix, u 1. Find neighborhood, N # set of k users most similar to x who have also rated i Two Challenges: (1) user bias, (2) missing values

  40. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 => 0.5 5 => 1.5 2 => -1.5 => 0 3 => -0.5 B 5 4 2 C 5 2 Given: user, x; item, i; utility matrix, u 1. Find neighborhood, N # set of k users most similar to x who have also rated i Two Challenges: (1) user bias, (2) missing values Solution: subtract user’s mean, add zeros for missing

  41. Collaborative Filtering Rec Systems Game of Fargo Ballers Silicon Walking user Thrones Valley Dead A 4 => 0.5 5 => 1.5 2 => -1.5 => 0 3 => -0.5 B 5 4 2 C 5 2 Given: user, x; item, i; utility matrix, u 0. Update u: mean center, missing to 0 1. Find neighborhood, N # set of k users most similar to x who have also rated i -- sim( x , other ) = cosine_sim( u[x], u[other] ) -- threshold to top k (e.g. k = 30)

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend