Introduction

Your task is to analyze an existing recommender system that you find interesting. You should:

  1. Perform a Scenario Design analysis as described below. Consider whether it makes sense for your selected recommender system to perform scenario design twice, once for the organization (e.g. Amazon.com) and once for the organization’s customers.
  2. Attempt to reverse engineer what you can about the site, from the site interface and any available information that you can find on the Internet or elsewhere.
  3. Include specific recommendations about how to improve the site’s recommendation capabilities going forward.
  4. Create your report using an R Markdown file, and create a discussion thread with a link to the GitHub repo where your Markdown file notebook resides. You are not expected to need to write code for this discussion assignment.

Recommender System

The The Netflix recommender system

Target Users

Over 207 million subscribers who would like to stream videos from Netflix collection of movies and TV shows.

Key goals?

The Netflix recommender system aims to help Netflix subscribers to easily find videos of their preference and provide a personalized streaming experience. This system uses machine learning and algorithms to help serve different use cases that create a complete Netflix experience.

How the application help them accomplish their goals

The recommender system because we believe that it is core of Netflix business for the following reasons:

The Netflix Recommender System uses the following algorithms:

Reverse Engineering

After logging into Netflix, the homepage layout consists of two rows each representing a large group and often a genre of movies. This helps the user to choose whether they want to watch a movie or show that based on category. A user can swipe right to see more content in a category within each row.

Netflix determines the top few rows, based on rules created using A|B testing; enabling users to pick up where they left off their favorite movie / shows. This typically includes the categories ‘Continue Watching’ and ‘Because You Watched..”. The second row shows ‘Continue Watching’

Recommendations for Improvement

Reference