Instructional Video3:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Strengths and Weaknesses of DL Models

Higher Ed
This video discusses in detail the strengths and weaknesses of deep learning models, including non-linear transformations and non-trivial relationships.
Instructional Video3:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: VAE Collaborative Filtering

Higher Ed
Let's understand the variational autoencoder for collaborative filtering using a representation obtained in the hidden layers.
Instructional Video3:21
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Neural Collaborative Filtering

Higher Ed
In this video, you will learn about another deep learning filter called neural collaborative filtering that uses latent and item latent vectors.
Instructional Video5:28
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Embeddings and User Context

Higher Ed
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.
Instructional Video3:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference Mechanism

Higher Ed
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.
Instructional Video3:06
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Inference After Training

Higher Ed
In this video, you will learn about the inference mechanisms for generic recommender systems, including training the system to capture information to make recommendations.
Instructional Video3:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Deep Learning in Recommendation systems

Higher Ed
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.
Instructional Video3:37
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Overview

Higher Ed
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.
Instructional Video2:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Deep Learning Foundation for Recommender Systems: Module Introduction

Higher Ed
This video briefly introduces deep learning concepts for recommender systems and outlines the concepts to be covered in this module.
Instructional Video6:02
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Making Recommendations

Higher Ed
We will explore how to make recommendations using collaborative filtering in the movie recommender system.
Instructional Video5:18
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: KNN Implementation

Higher Ed
Here, you will learn how to implement the k-nearest neighbor algorithm in the movie recommender system.
Instructional Video4:50
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Create Collaborative Filter

Higher Ed
In this lesson, you will learn how to create a collaborative filter for the movie recommender system.
Instructional Video8:53
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Active Users and Popular Movies

Higher Ed
In this video, we will understand how to calculate our movie project's active users and popular movies.
Instructional Video5:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Logarithm of Count

Higher Ed
In this video, we will explore how to calculate the count of elements using the logarithm function.
Instructional Video5:13
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Count

Higher Ed
In this lesson, we will create functions to calculate the count of the elements of the project.
Instructional Video5:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Rating Plot

Higher Ed
In this video, you will learn to perform data visualization and analysis for the project using the movies and ratings dataset.
Instructional Video5:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Dataset Discussion

Higher Ed
In this video, we will look at the various libraries we would need to import for this project, including os, math, NumPy, time, and Pandas.
Instructional Video2:06
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 2: Movie Recommendation System Using Collaborative Filtering: Project Introduction

Higher Ed
This video provides an overview of the movie recommendation system using collaborative filtering.
Instructional Video4:14
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Find Closest Title

Higher Ed
In this lesson, we will try to locate the nearest element to the search, and we will do this using functions.
Instructional Video4:09
Instructional Video5:53
Instructional Video6:25
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: Occurrence Count

Higher Ed
In this video, you will learn how to count the number of occurrences of each element in content-based filtering.
Instructional Video7:10