Checkout

Cart () Loading...

    • Quantity:
    • Delivery:
    • Dates:
    • Location:

    $

Building Recommendation Systems with Python (TTAML0002)

Learn how to build recommendation systems to help your customers.

Recommendation systems are at the heart of almost every internet business today, from Facebook to Netflix to Amazon. They are providing good recommendations, whether its friends, movies, or groceries, that go a long way in defining user experience and enticing customers to use your platform.

This course shows you how to do just that. You'll learn the different kinds of recommenders used in the industry and how to build them from scratch using Python. No need to wade through tons of machine learning theory, you'll get started with building and learning about recommenders quickly. In this course, you'll build an IMDB Top 250 clone, a content-based engine that works on movie metadata. You'll use collaborative filters to make use of customer behavior data, and a Hybrid Recommender that incorporates content-based and collaborative filtering techniques.

Join us to learn how to build industry-standard recommender systems, leveraging Python syntax skills. This is an applied AI course, so machine learning theory is only used to highlight how to build recommenders in this course.

GK# 100792 Vendor# TTAML0002
Vendor Credits:
No matching courses available.
Start learning as soon as today! Click Add To Cart to continue shopping or Buy Now to check out immediately.
Access Period:
Scheduling a custom training event for your team is fast and easy! Click here to get started.

Who Should Attend?

Developers, Analysts, and other professionals interested in learning the tools and techniques needed to build recommendation systems.

 

What You'll Learn

Join an engaging hands-on learning environment, where you’ll learn:

  • Understand the different kinds of recommender systems
  • Master data-wrangling techniques using the pandas library
  • Building an IMDB Top 250 Clone
  • Build a content-based engine to recommend movies based on real movie metadata
  • Employ data-mining techniques used in building recommenders
  • Build industry-standard collaborative filters using powerful algorithms
  • Building Hybrid Recommenders that incorporate content based and collaborative filtering

This course has a 50% hands-on labs to 50% lecture ratio with engaging instruction, demos, group discussions, labs, and project work. This is not a basic class.

 

Course Outline

Getting Started with Recommender Systems

  • Technical requirements
  • What is a recommender system?
  • Types of recommender systems

Manipulating Data with the Pandas Library

  • Technical requirements
  • Setting up the environment
  • The Pandas library
  • The Pandas DataFrame
  • The Pandas Series

Building an IMDB Top 250 Clone with Pandas

  • Technical requirements
  • The simple recommender
  • The knowledge-based recommender

Building Content-Based Recommenders

  • Technical requirements
  • Exporting the clean DataFrame
  • Document vectors
  • The cosine similarity score
  • Plot description-based recommender
  • Metadata-based recommender
  • Suggestions for improvements

Getting Started with Data Mining Techniques

  • Problem statement
  • Similarity measures
  • Clustering
  • Dimensionality reduction
  • Supervised learning
  • Evaluation metrics

Building Collaborative Filters

  • Technical requirements
  • The framework
  • User-based collaborative filtering
  • Item-based collaborative filtering
  • Model-based approaches

Hybrid Recommenders

  • Technical requirements
  • Introduction
  • Case study and final project – Building a hybrid model

Prerequisites

Before attending this course, you should have:

  • Basic to Intermediate IT skills
  • Basic Python syntax skills are recommended (attendees without a programming background like Python may view labs as follow along exercises or team with others to complete them)
  • Good foundational mathematics or logic skills
  • Basic Linux skills, including familiarity with command-line options such as ls, cd, cp, and su