Stay organized with collections
Save and categorize content based on your preferences.
Before we dive in, there are a few terms that you should know:
Items (also known as documents)
The entities a system recommends. For the Google Play store, the items are apps
to install. For YouTube, the items are videos.
Query (also known as context)
The information a system uses to make recommendations. Queries can be a
combination of the following:
user information
the id of the user
items that users previously interacted with
additional context
time of day
the user's device
Embedding
A mapping from a discrete set (in this case, the set of queries, or the set of
items to recommend) to a vector space called the embedding space. Many
recommendation systems rely on learning an appropriate
embedding representation of
the queries and items.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-02-27 UTC."],[[["Recommendation systems predict user preferences by suggesting relevant items like apps or videos."],["These systems leverage user data, including past interactions and contextual information, to personalize recommendations."],["Embeddings are mathematical representations of queries and items, enabling the system to identify similarities and make predictions."]]],[]]