Course Catalog
Building Recommendation Systems with Python (TTAML0002)
Code: TTAML0002
Duration: 3 Day
$2395 USD

OVERVIEW

Recommendation systems are at the heart of almost every internet business today, from Facebook to Net?ix 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.

DELIVERY FORMAT

This course is available in the following formats:

Virtual Classroom

Duration: 3 Day

CLASS SCHEDULE
Call 800-798-3901 to enroll in this class!

GOALS

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.

 

OUTLINE

Will Be Updated Soon!

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
LABS

Will Be Updated Soon!
Will Be Updated Soon!
WHO SHOULD ATTEND

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

 

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