Editing
Recommendation Systems
(section)
Jump to navigation
Jump to search
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
== <span style="color: #FFFFFF;">Understanding</span> == Recommendation systems solve the '''information overload''' problem: given millions of items and millions of users, what should each user see? The key insight is that users can be represented by their interaction history, and items can be represented by their features and interaction patterns. '''Collaborative filtering''' rests on the assumption that users who agreed in the past tend to agree in the future. User-based CF: find similar users, recommend what they liked. Item-based CF: find items similar to what you've liked before. Matrix factorization learns latent user and item embeddings that capture these similarity patterns efficiently. '''Neural recommenders''' have replaced classical CF for most large-scale systems. Two-tower models learn separate user and item representations; recommendation = nearest neighbors in the shared embedding space. Deep learning enables incorporating side features (user demographics, item attributes, context) that pure CF ignores. '''The industrial pipeline''': Production recommenders have multiple stages: 1. '''Candidate generation''' (retrieval): Given user context, quickly retrieve N=1000 candidate items from millions. Uses efficient ANN search over learned embeddings. 2. '''Ranking''': A more complex model re-ranks the N candidates using richer features, producing the top-K displayed items. 3. '''Re-ranking''': Apply business rules, diversity constraints, and policy filters to the final list. '''Beyond CTR''': Optimizing purely for CTR leads to clickbait and engagement traps. Production recommenders optimize multi-objective rewards: engagement + satisfaction + diversity + session length + business metrics. </div> <div style="background-color: #8B0000; color: #FFFFFF; padding: 20px; border-radius: 8px; margin-bottom: 15px;">
Summary:
Please note that all contributions to BloomWiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
BloomWiki:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Navigation menu
Personal tools
Not logged in
Talk
Contributions
Create account
Log in
Namespaces
Page
Discussion
English
Views
Read
Edit
View history
More
Search
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Tools
What links here
Related changes
Special pages
Page information