🧠
DS/AI
  • Home
  • Artificial Intelligence
    • Introduction
    • Computer Vision
  • Machine Learning
    • Introduction
    • Supervised Learning
    • Unsupervised Learning
    • Reinforcement Learning
    • Applications
      • Computer Vision
      • Sentiment Analysis
      • Recommendation System
    • Common Workflow in ML
    • Resources
  • Deep Learning
    • Introduction
    • Resources
  • Data Science
    • Introduction
    • Resources
  • On Cloud
    • Amazon Web Services
      • AWS AI Devices
    • Microsoft Azure
    • Google Cloud Platform
Powered by GitBook
On this page
  • Content-Based Filtering
  • Collaborative Filtering
  • Problems
  • Cold Start Problem
  • Grey Sheep Problem
  • Evaluation
  • Metrics-based Evaluation
  • Human-based Evaluation

Was this helpful?

  1. Machine Learning
  2. Applications

Recommendation System

Content-Based Filtering

Approaches

  • Classification

  • Regression

Collaborative Filtering

Approaches

  • Model-based

    • Matrix Factorisation

  • Memory-based

    • user-user

    • item-item

Problems

Cold Start Problem

  • Representative based

    • use a subset of items and users that represent the population.

  • Content-based

    • use side information such as text, social networks, etc.

  • Bandit

    • consider the exploration vs exploitation tradeoff in new items.

  • Deep Learning

    • recent methods that try to solve some of the issues tackled above but using a black box.

Solution - Content + Collaborative = Hybrid Filtering

Grey Sheep Problem

Solution - Content + Collaborative = Hybrid Filtering

Evaluation

Metrics-based Evaluation

Human-based Evaluation

PreviousSentiment AnalysisNextCommon Workflow in ML

Last updated 2 years ago

Was this helpful?