Data Recommendation Engines

Recommendation System    |    Beginner
  • 13 videos | 1h 4m 41s
  • Includes Assessment
  • Earns a Badge
Rating 5.0 of 1 users Rating 5.0 of 1 users (1)
This 13-video course explores recommendation engines, systems which provide various users with items or products that they may be interested in by observing their previous purchasing, search, and behavior histories. They are used in many industries to help users find or explore products and content; for example, to find movies, news, insurance, and a myriad of other products and services. Learners will examine the three main types of recommendation systems: item-based, user-based or collaborative, and content-based. The course next examines how to collect data to be used for learning, training, and evaluation. You will learn how to use RStudio, an open-source IDE (integrated development environment) to import, filter, and massage data into data sets. Learners will create an R function that will give a score to an item based on other user ratings and similarity scores. You will learn to use R to create a function called compareUsers, to create an item-to-item similarity or content score. Finally, learn to validate and score by using the built-in R function RMSE (root mean square error).

WHAT YOU WILL LEARN

  • Describe what a recommendation engine does, how it can be used, and the types and reasons they are used
    Compare the different types of recommendation engines and how they can be used to solve different recommendation problems
    Describe the process of collecting data and why data sets that can be used for learning, training, and evaluating a recommendation engine are needed
    Use r to import, filter, and massage data into data sets
    Describe how similarity and neighborhoods can be used to score users and items against another user or a new item
    Create an r function that will score a user against another user to compare their similarity
  • Create an r function that will give a score to an item a user has not seen before based on other users' ratings and similarity scores
    Create an r function that finds similar users and finds products they liked which would be good to recommend to the user
    Use r to create an item to item similarity, or content, score to recommend similar items
    Evaluate a recommendation engine by using known data and metrics to calculate the accuracy of recommendations
    Validate and score a recommendation system using r and an evaluation data set
    Describe the types and interfaces required to build a recommendation system

IN THIS COURSE

  • 1m 39s
  • 2m 55s
    After completing this video, you will be able to describe what a Recommendation Engine is, how it can be used, and the types and reasons they are used. FREE ACCESS
  • Locked
    3.  Comparing the Types of Recommendation Engines
    4m 17s
    In this video, you will compare the different types of Recommendation Engines and how they can be used to solve different recommendation problems. FREE ACCESS
  • Locked
    4.  Collecting and Manipulating Data
    4m 29s
    After completing this video, you will be able to describe the process of collecting data and why data sets that can be used for learning, training, and evaluating a Recommendation Engine are needed. FREE ACCESS
  • Locked
    5.  Manipulating Data in R
    6m 27s
    Find out how to use R to import, filter, and massage data into data sets. FREE ACCESS
  • Locked
    6.  Describing Similarity and Neighborhoods
    3m 22s
    After completing this video, you will be able to describe how Similarity and Neighborhoods can be used to score users and items. FREE ACCESS
  • Locked
    7.  Creating a Recommendation Engine
    5m 10s
    In this video, learn how to create an R function that will compare the similarity of two users by scoring them against each other. FREE ACCESS
  • Locked
    8.  Recommending Another Item
    4m 57s
    In this video, you will create an R function that will give a score to an item a user has not seen before based on other users' ratings and similarity scores. FREE ACCESS
  • Locked
    9.  Finding Items to Recommend
    5m 5s
    In this video, you will create an R function that finds similar users and finds products they liked, which would be good to recommend to the user. FREE ACCESS
  • Locked
    10.  Recommending Items Based on Other Items
    7m 47s
    In this video, you will learn how to use R to create an Item to Item similarity, or content, score to recommend similar items. FREE ACCESS
  • Locked
    11.  Evaluating a Recommendation System
    4m 54s
    Learn how to evaluate a Recommendation Engine by using known data and metrics to calculate the accuracy of recommendations. FREE ACCESS
  • Locked
    12.  Validating a Recommendation System
    6m 22s
    In this video, you will learn how to validate and score a Recommendation System using R and an evaluation data set. FREE ACCESS
  • Locked
    13.  Exercise: Creating a Recommendation Engine
    7m 18s
    Upon completion of this video, you will be able to describe the types and interfaces required to build a Recommendation System. FREE ACCESS

EARN A DIGITAL BADGE WHEN YOU COMPLETE THIS COURSE

Skillsoft is providing you the opportunity to earn a digital badge upon successful completion on some of our courses, which can be shared on any social network or business platform.

Digital badges are yours to keep, forever.

YOU MIGHT ALSO LIKE

Rating 4.6 of 23 users Rating 4.6 of 23 users (23)
Rating 4.6 of 30 users Rating 4.6 of 30 users (30)

PEOPLE WHO VIEWED THIS ALSO VIEWED THESE

Rating 4.4 of 9 users Rating 4.4 of 9 users (9)
Rating 4.2 of 134 users Rating 4.2 of 134 users (134)
Rating 4.6 of 62 users Rating 4.6 of 62 users (62)