Manu Gupta
    • Create new note
    • Create a note from template
      • Sharing URL Link copied
      • /edit
      • View mode
        • Edit mode
        • View mode
        • Book mode
        • Slide mode
        Edit mode View mode Book mode Slide mode
      • Customize slides
      • Note Permission
      • Read
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Write
        • Only me
        • Signed-in users
        • Everyone
        Only me Signed-in users Everyone
      • Engagement control Commenting, Suggest edit, Emoji Reply
    • Invite by email
      Invitee

      This note has no invitees

    • Publish Note

      Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

      Your note will be visible on your profile and discoverable by anyone.
      Your note is now live.
      This note is visible on your profile and discoverable online.
      Everyone on the web can find and read all notes of this public team.

      Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

      Explore these features while you wait
      Complete general settings
      Bookmark and like published notes
      Write a few more notes
      Complete general settings
      Write a few more notes
      See published notes
      Unpublish note
      Please check the box to agree to the Community Guidelines.
      View profile
    • Commenting
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
      • Everyone
    • Suggest edit
      Permission
      Disabled Forbidden Owners Signed-in users Everyone
    • Enable
    • Permission
      • Forbidden
      • Owners
      • Signed-in users
    • Emoji Reply
    • Enable
    • Versions and GitHub Sync
    • Note settings
    • Note Insights New
    • Engagement control
    • Make a copy
    • Transfer ownership
    • Delete this note
    • Save as template
    • Insert from template
    • Import from
      • Dropbox
      • Google Drive
      • Gist
      • Clipboard
    • Export to
      • Dropbox
      • Google Drive
      • Gist
    • Download
      • Markdown
      • HTML
      • Raw HTML
Menu Note settings Note Insights Versions and GitHub Sync Sharing URL Create Help
Create Create new note Create a note from template
Menu
Options
Engagement control Make a copy Transfer ownership Delete this note
Import from
Dropbox Google Drive Gist Clipboard
Export to
Dropbox Google Drive Gist
Download
Markdown HTML Raw HTML
Back
Sharing URL Link copied
/edit
View mode
  • Edit mode
  • View mode
  • Book mode
  • Slide mode
Edit mode View mode Book mode Slide mode
Customize slides
Note Permission
Read
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Write
Only me
  • Only me
  • Signed-in users
  • Everyone
Only me Signed-in users Everyone
Engagement control Commenting, Suggest edit, Emoji Reply
  • Invite by email
    Invitee

    This note has no invitees

  • Publish Note

    Share your work with the world Congratulations! 🎉 Your note is out in the world Publish Note No publishing access yet

    Your note will be visible on your profile and discoverable by anyone.
    Your note is now live.
    This note is visible on your profile and discoverable online.
    Everyone on the web can find and read all notes of this public team.

    Your account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Your team account was recently created. Publishing will be available soon, allowing you to share notes on your public page and in search results.

    Explore these features while you wait
    Complete general settings
    Bookmark and like published notes
    Write a few more notes
    Complete general settings
    Write a few more notes
    See published notes
    Unpublish note
    Please check the box to agree to the Community Guidelines.
    View profile
    Engagement control
    Commenting
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    • Everyone
    Suggest edit
    Permission
    Disabled Forbidden Owners Signed-in users Everyone
    Enable
    Permission
    • Forbidden
    • Owners
    • Signed-in users
    Emoji Reply
    Enable
    Import from Dropbox Google Drive Gist Clipboard
       Owned this note    Owned this note      
    Published Linked with GitHub
    • Any changes
      Be notified of any changes
    • Mention me
      Be notified of mention me
    • Unsubscribe
    # Recommender Systems **Recommender systems** are algorithms and software applications that suggest products, services, or information to users based on analysis of data. Typically, these systems predict user preferences based on various inputs, which can include past behavior (such as previously viewed products or purchased items), user profiles, or item information. ### Why Do We Need Recommender Systems? The necessity for recommender systems arises from several key challenges and opportunities in digital environments: 1. **Information Overload**: As the amount of available information and the number of available products increase, it becomes overwhelming for users to sift through all possible options to find what they like or need. Recommender systems help by filtering out the noise and presenting a subset of items likely to be of interest. 2. **Personalization**: In the digital world, where user experience is paramount, personalization is crucial. Recommender systems provide personalized experiences by delivering content or product suggestions tailored to individual users' preferences. 3. **Improved User Engagement**: By showing users items that are more relevant to their tastes and needs, recommender systems increase the likelihood of user engagement, whether through longer sessions on a platform or through increased likelihood of purchase in e-commerce scenarios. 4. **Increase Sales and Revenue**: For commercial platforms, such as online retailers and streaming services, recommender systems drive sales by suggesting relevant products or content to users, thereby increasing conversion rates and customer retention. 5. **Discovery of New Products**: Recommender systems help users discover products or content that they may not have come across by themselves, enhancing user satisfaction and stickiness to the platform. ### Recommender Systems in Terms of Retrieval, Browsing, and Recommending 1. **Retrieval**: - This involves the system fetching data that meets certain criteria or query parameters. For recommender systems, retrieval is about extracting the subset of items from a larger dataset that aligns with the user's historical data or preferences. 2. **Browsing**: - Browsing refers to users navigating through data or content, often without a specific goal. Recommender systems enhance browsing by organizing content in meaningful ways, suggesting categories or creating dynamically changing interfaces based on user behavior that facilitate exploration. 3. **Recommending**: - The core function of recommender systems is to suggest items to users. This involves complex algorithms that predict user preferences based on various data inputs and show items that the user is likely to be interested in. ### Real-world Examples of Recommender Systems These following examples illustrate the diverse applications of recommender systems across different industries, showcasing how these technologies help in navigating vast amounts of data to enhance user experience, increase user engagement, and drive business success. Each system uses a tailored approach that suits its specific content and user base, employing advanced algorithms to predict and fulfill user preferences effectively. We will discuss these aproaches in detail in the subsequent sections. 1. **Amazon** (E-commerce): - **Type**: Online retail platform. - **Technique**: Uses collaborative filtering, content-based filtering, and hybrid methods to recommend products. - **Functionality**: - **Retrieval**: Fetches products based on user search queries and filters. - **Browsing**: Allows users to navigate through various product categories and apply filters like price, brand, and customer ratings. - **Recommending**: Suggests products based on past purchases, items in shopping carts, and browsing history using a complex system that also incorporates user reviews and behaviors. 2. **Netflix** (Streaming Services): - **Type**: Online streaming service. - **Technique**: Employs collaborative filtering, matrix factorization, and deep learning models to personalize movie and TV show recommendations. - **Functionality**: - **Retrieval**: Retrieves films and TV shows based on user-defined genres or searches. - **Browsing**: Allows users to explore different genres, new releases, or curated lists like 'Top Picks' or 'Watch Again'. - **Recommending**: Provides personalized recommendations based on viewing history and ratings, employing algorithms that adapt to user feedback dynamically. 3. **Spotify** (Music Streaming): - **Type**: Music streaming and media services provider. - **Technique**: Uses collaborative filtering and natural language processing to analyze both user behavior and music content. - **Functionality**: - **Retrieval**: Retrieves songs, albums, or playlists based on search terms. - **Browsing**: Allows users to navigate through different music genres, new releases, or curated playlists. - **Recommending**: Offers personalized playlists such as 'Discover Weekly' and 'Daily Mix', which reflect the user's music preferences and listening habits. 4. **Jester**: - **Type**: Online joke recommendation service. - **Technique**: Primarily uses collaborative filtering to suggest jokes. - **Functionality**: - **Retrieval**: Fetches jokes from a database. - **Browsing**: Permits users to scroll through jokes seamlessly. - **Recommending**: Suggests jokes that are favored by users with similar taste profiles. 5. **Stitch Fix**: - **Type**: Personal styling service. - **Technique**: Combines collaborative and content-based filtering, augmented by human stylists. - **Functionality**: - **Retrieval**: Gathers clothing and accessory items based on user size, style preferences, and past feedback. - **Browsing**: Clients can review and approve items selected by stylists before shipment. - **Recommending**: Recommends apparel items and accessories tailored to the user’s style, integrating algorithmic predictions with professional stylists' choices. 6. **WhatShouldIReadNext**: - **Type**: Book recommendation platform. - **Technique**: Uses collaborative filtering based on user-provided book lists and ratings. - **Functionality**: - **Retrieval**: Retrieves books based on user input. - **Browsing**: Enables users to explore various book lists and genres. - **Recommending**: Suggests books that align with the user's previous readings and preferences shared by other similar readers. **Herlocker et al.**, in their seminal paper on evaluating collaborative filtering recommender systems, identified ten key reasons why people use recommender systems. Here is a brief overview of each reason: 1. **Find Good Items**: - Users rely on recommender systems to discover high-quality items or content that they would likely appreciate but might not find on their own. 2. **Find All Good Items**: - Beyond finding just a few good items, users want to ensure they are aware of all possible items they might find appealing. 3. **Just Browsing**: - Users often engage with recommender systems without a specific goal, simply exploring available items or content. 4. **Find Novel Items**: - Recommender systems help users discover new or novel items that they have not encountered before. 5. **Find Serendipitous Items**: - Beyond typical recommendations, users appreciate unexpected or surprisingly pleasing recommendations that they might not have initially considered. 6. **Annotate the World**: - Users utilize recommender systems to obtain additional information about items of interest, helping them make informed decisions. 7. **Express Self**: - Engaging with a recommender system allows users to express their preferences and identities, which can be reflected back in the recommendations made. 8. **Influence Others**: - By rating and reviewing items, users can influence the recommender system's suggestions to others, affecting overall perceptions and choices. 9. **Help Others**: - Similar to influencing others, users can guide future recommendations for other users by providing feedback and ratings. 10. **Be Entertained**: - The process of interacting with recommender systems, such as exploring new content or making unexpected discoveries, can be an entertaining experience in itself. These reasons underscore the multifaceted utility of recommender systems, showing that they serve not just as tools for filtering and personalization, but also as platforms for exploration, expression, and social interaction. ## Types of Recommender Systems 1. **Collaborative Filtering**: - This method recommends items by identifying patterns of interest based on the preferences of similar users. If a group of users liked certain items, these items are likely to be recommended to similar users who haven't seen or rated them yet. 2. **Content-based Filtering**: - This approach recommends items similar in content to those a user has liked in the past. It relies on feature descriptions of items and a profile of the user's preferences. 3. **Context-aware Recommender Systems (RS)**: - These systems enhance recommendations by considering the context in which the user interactions take place. This could include the time of the day, the user’s location, or the particular device being used, aiming to make the recommendations more relevant to the user's current situation. 4. **Hybrid Recommender Systems**: - Hybrid systems combine elements of the first three approaches to overcome any limitations of a single approach. For example, a hybrid system might use collaborative filtering to gather broad recommendations and then refine these recommendations using content-based filtering to better match the individual’s specific content preferences. These systems are fundamental in areas such as e-commerce, streaming services, and content platforms, where they help personalize the user experience by aligning recommendations with user tastes and contextual needs. Each type has its strengths and is chosen based on the specific requirements and data availability of the application.

    Import from clipboard

    Paste your markdown or webpage here...

    Advanced permission required

    Your current role can only read. Ask the system administrator to acquire write and comment permission.

    This team is disabled

    Sorry, this team is disabled. You can't edit this note.

    This note is locked

    Sorry, only owner can edit this note.

    Reach the limit

    Sorry, you've reached the max length this note can be.
    Please reduce the content or divide it to more notes, thank you!

    Import from Gist

    Import from Snippet

    or

    Export to Snippet

    Are you sure?

    Do you really want to delete this note?
    All users will lose their connection.

    Create a note from template

    Create a note from template

    Oops...
    This template has been removed or transferred.
    Upgrade
    All
    • All
    • Team
    No template.

    Create a template

    Upgrade

    Delete template

    Do you really want to delete this template?
    Turn this template into a regular note and keep its content, versions, and comments.

    This page need refresh

    You have an incompatible client version.
    Refresh to update.
    New version available!
    See releases notes here
    Refresh to enjoy new features.
    Your user state has changed.
    Refresh to load new user state.

    Sign in

    Forgot password
    or
    Sign in via Google Sign in via Facebook Sign in via X(Twitter) Sign in via GitHub Sign in via Dropbox Sign in with Wallet
    Wallet ( )
    Connect another wallet

    New to HackMD? Sign up

    By signing in, you agree to our terms of service.

    Help

    • English
    • 中文
    • Français
    • Deutsch
    • 日本語
    • Español
    • Català
    • Ελληνικά
    • Português
    • italiano
    • Türkçe
    • Русский
    • Nederlands
    • hrvatski jezik
    • język polski
    • Українська
    • हिन्दी
    • svenska
    • Esperanto
    • dansk

    Documents

    Help & Tutorial

    How to use Book mode

    Slide Example

    API Docs

    Edit in VSCode

    Install browser extension

    Contacts

    Feedback

    Discord

    Send us email

    Resources

    Releases

    Pricing

    Blog

    Policy

    Terms

    Privacy

    Cheatsheet

    Syntax Example Reference
    # Header Header 基本排版
    - Unordered List
    • Unordered List
    1. Ordered List
    1. Ordered List
    - [ ] Todo List
    • Todo List
    > Blockquote
    Blockquote
    **Bold font** Bold font
    *Italics font* Italics font
    ~~Strikethrough~~ Strikethrough
    19^th^ 19th
    H~2~O H2O
    ++Inserted text++ Inserted text
    ==Marked text== Marked text
    [link text](https:// "title") Link
    ![image alt](https:// "title") Image
    `Code` Code 在筆記中貼入程式碼
    ```javascript
    var i = 0;
    ```
    var i = 0;
    :smile: :smile: Emoji list
    {%youtube youtube_id %} Externals
    $L^aT_eX$ LaTeX
    :::info
    This is a alert area.
    :::

    This is a alert area.

    Versions and GitHub Sync
    Get Full History Access

    • Edit version name
    • Delete

    revision author avatar     named on  

    More Less

    Note content is identical to the latest version.
    Compare
      Choose a version
      No search result
      Version not found
    Sign in to link this note to GitHub
    Learn more
    This note is not linked with GitHub
     

    Feedback

    Submission failed, please try again

    Thanks for your support.

    On a scale of 0-10, how likely is it that you would recommend HackMD to your friends, family or business associates?

    Please give us some advice and help us improve HackMD.

     

    Thanks for your feedback

    Remove version name

    Do you want to remove this version name and description?

    Transfer ownership

    Transfer to
      Warning: is a public team. If you transfer note to this team, everyone on the web can find and read this note.

        Link with GitHub

        Please authorize HackMD on GitHub
        • Please sign in to GitHub and install the HackMD app on your GitHub repo.
        • HackMD links with GitHub through a GitHub App. You can choose which repo to install our App.
        Learn more  Sign in to GitHub

        Push the note to GitHub Push to GitHub Pull a file from GitHub

          Authorize again
         

        Choose which file to push to

        Select repo
        Refresh Authorize more repos
        Select branch
        Select file
        Select branch
        Choose version(s) to push
        • Save a new version and push
        • Choose from existing versions
        Include title and tags
        Available push count

        Pull from GitHub

         
        File from GitHub
        File from HackMD

        GitHub Link Settings

        File linked

        Linked by
        File path
        Last synced branch
        Available push count

        Danger Zone

        Unlink
        You will no longer receive notification when GitHub file changes after unlink.

        Syncing

        Push failed

        Push successfully