concept content - base filtering in category recommender system

appears as: Content-based filtering
Practical Recommender Systems

This is an excerpt from Manning's book Practical Recommender Systems.

Content-based filtering uses the metadata you have on the items in your catalog. Netflix uses descriptions of its movies, for example.

Depending on the specific algorithm, the system can calculate recommendations either by taking the items the user has liked and finding similar content, by comparing the items and user profiles, or, if there’s no user involved, by finding similar content between items. When there’s a user profile, the system calculates a profile for each user that contains categories of the content. If Netflix used content-based filtering, it could create a user profile of genres like thrillers, comedies, drama, and new films, and give values to them all. Then a film gets recommended if it has similar values as the user.

  • You’ll be introduced to content-based filtering.
  • Figure 10.5. The item retriever returning recommendations with content-based filtering online.
    sitemap

    Unable to load book!

    The book could not be loaded.

    (try again in a couple of minutes)

    manning.com homepage
    test yourself with a liveTest