Help people discover new products and content with deep learning, neural networks, and machine learning recommendations. Includes 10 hours of on-demand video and a certificate of completion.
Also available at Udemy
Buy This Course
Lifetime access to all videos and materials for this course with a one-time payment.
Learn how to build recommender systems from one of Amazon’s pioneers in the field. Frank Kane spent over nine years at Amazon, where he managed and led the development of many of Amazon’s personalized product recommendation technologies.
You’ve seen automated recommendations everywhere – on Netflix’s home page, on YouTube, and on Amazon as these machine learning algorithms learn about your unique interests, and show the best products or content for you as an individual. These technologies have become central to the largest, most prestigious tech employers out there, and by understanding how they work, you’ll become very valuable to them.
We’ll cover tried and true recommendation algorithms based on neighborhood-based collaborative filtering, and work our way up to more modern techniques including matrix factorization and even deep learning with artificial neural networks. Along the way, you’ll learn from Frank’s extensive industry experience to understand the real-world challenges you’ll encounter when applying these algorithms at large scale and with real-world data.
Recommender systems are complex; don’t enroll in this course expecting a learn-to-code type of format. There’s no recipe to follow on how to make a recommender system; you need to understand the different algorithms and how to choose when to apply each one for a given situation. We assume you already know how to code.
However, this course is very hands-on; you’ll develop your own framework for evaluating and combining many different recommendation algorithms together, and you’ll even build your own neural networks using Tensorflow to generate recommendations from real-world movie ratings from real people. We’ll cover:
- Building a recommendation engine
- Evaluating recommender systems
- Content-based filtering using item attributes
- Neighborhood-based collaborative filtering with user-based, item-based, and KNN CF
- Model-based methods including matrix factorization and SVD
- Applying deep learning, AI, and artificial neural networks to recommendations
- Using Neural Collaborative Filtering with libRecommender
- Session-based recommendations with recursive neural networks
- Scaling to massive data sets with Apache Spark machine learning, Amazon DSSTNE deep learning, and AWS SageMaker with factorization machines
- Real-world challenges and solutions with recommender systems
- Case studies from YouTube and Netflix
- Building hybrid, ensemble recommenders
This comprehensive course takes you all the way from the early days of collaborative filtering, to bleeding-edge applications of deep neural networks and modern machine learning techniques for recommending the best items to every individual user.
The coding exercises in this course use the Python programming language. We include an intro to Python if you’re new to it, but you’ll need some prior programming experience in order to use this course successfully. We also include a short introduction to deep learning if you are new to the field of artificial intelligence, but you’ll need to be able to understand new computer algorithms.
High-quality, hand-edited English closed captions are included to help you follow along.
I hope to see you in the course soon!
Elena Gorczyca
I would give this course 10 stars if it was possible! It’s not easy by any means, especially if you want to understand / run /modify scripts, but it’ totally worth time and effort. Packed with valuable information, sometimes too condensed, but it’s up to you to explore it further. Besides, Frank – the instructor – is super helpful, responds to questions literally within a few hours. Thank you, Frank!
Varun Tyagi
The course is very well structured. As mentioned in the description of the course, it required only the basic understanding of the Machine Learning to build recommender systems. Highly advised for students who wants to learn to build recommender systems for their own usage or their employers.
Bernadett Kozsahuba
This is the best course I’ve ever taken for recommender systems.
Shimona Manjunath
The course material is extensive, with more information for beginners for example the notebook on pandas, the entire section on deep learning. The explanation and pace of the course is ideal with stimulating and challenging content.
Frank Kane
Author
Our courses are led by Frank Kane, a former Amazon and IMDb developer with extensive experience in machine learning and data science. With 26 issued patents and 9 years of experience at the forefront of recommendation systems, Frank brings real-world expertise to his teaching. His ability to explain complex concepts in accessible terms has helped over one million students worldwide gain valuable skills in machine learning, data engineering, and AI development.
Buy This Course
Lifetime access to all videos and materials for this course with a one-time payment.
Getting Started
[Activity] Install Anaconda, course materials, and create movie recommendations!
Lesson 1 of 7 within section Getting Started.
You must enroll in this course to access course content.
What is a Recommender System?
Lesson 3 of 7 within section Getting Started.
You must enroll in this course to access course content.
Lesson 4 of 7 within section Getting Started.
You must enroll in this course to access course content.
Understanding You through Implicit and Explicit Ratings
Lesson 5 of 7 within section Getting Started.
You must enroll in this course to access course content.
Top-N Recommender Architecture
Lesson 6 of 7 within section Getting Started.
You must enroll in this course to access course content.
[Quiz] Review the basics of recommender systems.
Lesson 7 of 7 within section Getting Started.
You must enroll in this course to access course content.
Introduction to Python [Optional]
[Activity] The Basics of Python
Lesson 1 of 4 within section Introduction to Python [Optional].
You must enroll in this course to access course content.
Data Structures in Python
Lesson 2 of 4 within section Introduction to Python [Optional].
You must enroll in this course to access course content.
Lesson 3 of 4 within section Introduction to Python [Optional].
You must enroll in this course to access course content.
[Exercise] Booleans, loops, and a hands-on challenge
Lesson 4 of 4 within section Introduction to Python [Optional].
You must enroll in this course to access course content.
Evaluating Recommender Systems
Train/Test and Cross Validation
Lesson 1 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
Accuracy Metrics (RMSE, MAE)
Lesson 2 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
Top-N Hit Rate – Many Ways
Lesson 3 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
Coverage, Diversity, and Novelty
Lesson 4 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
Churn, Responsiveness, and A/B Tests
Lesson 5 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
[Quiz] Review ways to measure your recommender.
Lesson 6 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
[Activity] Walkthrough of RecommenderMetrics.py
Lesson 7 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
[Activity] Walkthrough of TestMetrics.py
Lesson 8 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
[Activity] Measure the Performance of SVD Recommendations
Lesson 9 of 9 within section Evaluating Recommender Systems.
You must enroll in this course to access course content.
A Recommender Engine Framework
Our Recommender Engine Architecture
Lesson 1 of 4 within section A Recommender Engine Framework.
You must enroll in this course to access course content.
[Activity] Recommender Engine Walkthrough, Part 1
Lesson 2 of 4 within section A Recommender Engine Framework.
You must enroll in this course to access course content.
[Activity] Recommender Engine Walkthrough, Part 2
Lesson 3 of 4 within section A Recommender Engine Framework.
You must enroll in this course to access course content.
[Activity] Review the Results of our Algorithm Evaluation.
Lesson 4 of 4 within section A Recommender Engine Framework.
You must enroll in this course to access course content.
Content-Based Filtering
Content-Based Recommendations, and the Cosine Similarity Metric
Lesson 1 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
K-Nearest-Neighbors and Content Recs
Lesson 2 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
[Activity] Producing and Evaluating Content-Based Movie Recommendations
Lesson 3 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
A Note about Implicit Ratings
Lesson 4 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
[Activity] Bleeding Edge Alert! Mise en Scene Recommendations
Lesson 5 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
[Exercise] Dive Deeper into Content-Based Recommendations
Lesson 6 of 6 within section Content-Based Filtering.
You must enroll in this course to access course content.
Neighborhood-Based Collaborative Filtering
Measuring Similarity, and Sparsity
Lesson 1 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
Lesson 2 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
User-based Collaborative Filtering
Lesson 3 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Activity] User-based Collaborative Filtering, Hands-On
Lesson 4 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
Item-based Collaborative Filtering
Lesson 5 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Exercise] Tuning Collaborative Filtering Algorithms
Lesson 7 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Activity] Evaluating Collaborative Filtering Systems Offline
Lesson 8 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Exercise] Measure the Hit Rate of Item-Based Collaborative Filtering
Lesson 9 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
Lesson 10 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Activity] Running User and Item-Based KNN on MovieLens
Lesson 11 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
[Exercise] Experiment with different KNN parameters.
Lesson 12 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
Bleeding Edge Alert! Translation-Based Recommendations
Lesson 13 of 13 within section Neighborhood-Based Collaborative Filtering.
You must enroll in this course to access course content.
Matrix Factorization Methods
Principal Component Analysis (PCA)
Lesson 1 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
Singular Value Decomposition
Lesson 2 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
[Activity] Running SVD and SVD++ on MovieLens
Lesson 3 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
Lesson 4 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
[Exercise] Tune the hyperparameters on SVD
Lesson 5 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
Bleeding Edge Alert! Sparse Linear Methods (SLIM)
Lesson 6 of 6 within section Matrix Factorization Methods.
You must enroll in this course to access course content.
Introduction to Deep Learning [Optional]
Deep Learning Introduction
Lesson 1 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Deep Learning Pre-Requisites
Lesson 2 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
History of Artificial Neural Networks
Lesson 3 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Playing with Tensorflow
Lesson 4 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Lesson 5 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Lesson 6 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Introduction to Tensorflow
Lesson 7 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Handwriting Recognition with Tensorflow, part 1
Lesson 8 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Handwriting Recognition with Tensorflow, part 2
Lesson 9 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Lesson 10 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Handwriting Recognition with Keras
Lesson 11 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Classifier Patterns with Keras
Lesson 12 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Exercise] Predict Political Parties of Politicians with Keras
Lesson 13 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Intro to Convolutional Neural Networks (CNN’s)
Lesson 14 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Lesson 15 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Handwriting Recognition with Convolutional Neural Networks (CNNs)
Lesson 16 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Intro to Recurrent Neural Networks (RNN’s)
Lesson 17 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Training Recurrent Neural Networks
Lesson 18 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Sentiment Analysis of Movie Reviews using RNN’s and Keras
Lesson 19 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Generative Adversarial Networks (GAN’s)
Lesson 20 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Lesson 21 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
[Activity] Generating fake images of clothing with a GAN
Lesson 22 of 22 within section Introduction to Deep Learning [Optional].
You must enroll in this course to access course content.
Deep Learning for Recommender Systems
Intro to Deep Learning for Recommenders
Lesson 1 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Restricted Boltzmann Machines (RBM’s)
Lesson 2 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Activity] Recommendations with RBM’s, part 1
Lesson 3 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Activity] Recommendations with RBM’s, part 2
Lesson 4 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Activity] Evaluating the RBM Recommender
Lesson 5 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Exercise] Tuning Restricted Boltzmann Machines
Lesson 6 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Exercise Results: Tuning a RBM Recommender
Lesson 7 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Auto-Encoders for Recommendations: Deep Learning for Recs
Lesson 8 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Activity] Recommendations with Deep Neural Networks
Lesson 9 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Clickstream Recommendations with RNN’s
Lesson 10 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Exercise] Get GRU4Rec Working on your Desktop
Lesson 11 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Exercise Results: GRU4Rec in Action
Lesson 12 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Bleeding Edge Alert! Generative Adversarial Networks for Recommendations (RecGAN)
Lesson 13 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Tensorflow Recommenders (TFRS): Introduction and Building a Retrieval Stage
Lesson 14 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Tensorflow Recommenders (TFRS): Building a Ranking Stage
Lesson 15 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
TFRS: Side Features and Deep RetrievalÂ
Lesson 16 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
TFRS: Deep & Cross Networks, Multi-Task Recommenders, Deploying to Production
Lesson 17 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
More Emerging Tech to Watch
Lesson 19 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Neural Collaborative Filtering
Lesson 20 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Introducing LibRecommender
Lesson 21 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
[Activity] Neural Collaborative Filtering with LibRecommender
Lesson 22 of 22 within section Deep Learning for Recommender Systems.
You must enroll in this course to access course content.
Scaling it Up
[Activity] Introduction and Installation of Apache Spark
Lesson 1 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Apache Spark Architecture
Lesson 2 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
[Activity] Movie Recommendations with Spark, Matrix Factorization, and ALS
Lesson 3 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
[Activity] Recommendations from 20 million ratings with Spark
Lesson 4 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Lesson 5 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Lesson 7 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
AWS SageMaker and Factorization Machines
Lesson 8 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
SageMaker in Action: Factorization Machines on one million ratings, in the cloud
Lesson 9 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Lesson 10 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Recommender System Architecture
Lesson 11 of 11 within section Scaling it Up.
You must enroll in this course to access course content.
Real-World Challenges of Recommender Systems
The Cold Start Problem (and solutions)
Lesson 1 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
[Exercise] Implement Random Exploration
Lesson 2 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Exercise Solution: Random Exploration
Lesson 3 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Lesson 4 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
[Exercise] Implement a Stoplist
Lesson 5 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Exercise Solution: Implement a Stoplist
Lesson 6 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
[Exercise] Identify and Eliminate Outlier Users
Lesson 8 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Exercise Solution: Outlier Removal
Lesson 9 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Fraud, The Perils of Clickstream, and International Concerns
Lesson 10 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Temporal Effects, and Value-Aware Recommendations
Lesson 11 of 11 within section Real-World Challenges of Recommender Systems.
You must enroll in this course to access course content.
Case Studies
Case Study: YouTube, Part 2
Lesson 2 of 4 within section Case Studies.
You must enroll in this course to access course content.
Case Study: Netflix, Part 1
Lesson 3 of 4 within section Case Studies.
You must enroll in this course to access course content.
Case Study: Netflix, Part 2
Lesson 4 of 4 within section Case Studies.
You must enroll in this course to access course content.
Hybrid Approaches
Hybrid Recommenders and Exercise
Lesson 1 of 2 within section Hybrid Approaches.
You must enroll in this course to access course content.
Exercise Solution: Hybrid Recommenders
Lesson 2 of 2 within section Hybrid Approaches.
You must enroll in this course to access course content.
Wrapping Up
Lesson 1 of 2 within section Wrapping Up.
You must enroll in this course to access course content.
Continue your Learning Journey!
Lesson 2 of 2 within section Wrapping Up.
You must enroll in this course to access course content.
Hello Frank. To begin with, I would like to thank you for this very interesting course.
I started the course a few weeks ago and as I was going on through it, I realized that there was no documentation: no PDF, no link to an online article, no link to a book, etc. I find this very frustrating as there are quite a lot of theoretical and and mathematical concepts that we need to grasp and fully understand along the course, and for me, just listening to you briefly mentioning those concepts is far from being enough. As a software engineer, I would like to improve my knowledge in AI and Data science, and I truly believe that theory and documentation are as much as important as practice.
I don’t think we made any claims that this was anything other than a video-based training course. However, you will find a link to the course slides in the course materials page that we direct you to in the first lecture. There is also a book version of the course available from https://www.amazon.com/gp/product/1718120125/ref=as_li_tl?ie=UTF8&camp=1789&creative=9325&creativeASIN=1718120125&linkCode=as2&tag=sundog07-20&linkId=0d47c78ea5184442739f851bfe0a126f if you’re so inclined.
Thank you.
Will this course require setting up a Spark cluster in AWS? If so, what should we anticipate as the out-of-pocket cost for running the necessary infrastructure to follow along with this course?
You can run the Spark example locally on your own PC for free.