Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Data Visualization with WordCloud
In this video, we will explore how to load the dataset and begin data visualization using WordCloud.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Download Libraries
Here, you will learn to implement the Amazon product recommendation system using deep learning. We will import the requisite libraries and build and train the deep learning-based model using TensorFlow.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Project Overview
This video briefly outlines the project and demonstrates the packages installation for the project, TensorFlow, data preparation, recommender development, and testing.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Two-Tower Model
This lecture elaborates on the two-tower model, which we have already seen in the previous projects and modules of the course.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: TensorFlow Recommenders
This video briefly overviews the TensorFlow recommender, an open-source library for building recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Module Overview
In this video, we will look at another project based on a product recommendation using a library called TensorFlow with an Amazon dataset.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz Solution
This video is the solution to the quiz based on the learnings of the lectures and concepts so far.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning Quiz
This video is a quiz based on the learnings of the lectures and concepts so far.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Strengths and Weaknesses of DL Models
This video discusses in detail the strengths and weaknesses of deep learning models, including non-linear transformations and non-trivial relationships.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: VAE Collaborative Filtering
Let's understand the variational autoencoder for collaborative filtering using a representation obtained in the hidden layers.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Neural Collaborative Filtering
In this video, you will learn about another deep learning filter called neural collaborative filtering that uses latent and item latent vectors.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Embeddings and User Context
In this video, we will discuss deep neural network models that are built on the technique of factorization, and interactions between variables and embeddings are taken into account.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference Mechanism
In this video, you will learn about the inference mechanisms for generic recommender systems, including individual interests, candidate generation, ranking and filtering, and item similarities.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference After Training
In this video, you will learn about the inference mechanisms for generic recommender systems, including training the system to capture information to make recommendations.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning in Recommendation systems
As we are aware, recommender systems are migrating from machine learning to deep learning, the reason being to capture non-linear and non-trivial relationships.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Overview
This is a more detailed overview of the deep learning methodology in recommender systems. We will look at the benefits of using deep learning in recommender systems.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Module Introduction
This video briefly introduces deep learning concepts for recommender systems and outlines the concepts to be covered in this module.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Making Recommendations
We will explore how to make recommendations using collaborative filtering in the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: KNN Implementation
Here, you will learn how to implement the k-nearest neighbor algorithm in the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Create Collaborative Filter
In this lesson, you will learn how to create a collaborative filter for the movie recommender system.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Active Users and Popular Movies
In this video, we will understand how to calculate our movie project's active users and popular movies.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Logarithm of Count
In this video, we will explore how to calculate the count of elements using the logarithm function.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count
In this lesson, we will create functions to calculate the count of the elements of the project.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Rating Plot
In this video, you will learn to perform data visualization and analysis for the project using the movies and ratings dataset.