Instructional Video2:51
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Take Notes

Higher Ed
There are many ways to take notes while watching these training videos; the important thing is to find what works for you.
Instructional Video6:31
Curated Video

Action Verbs for Kids and Game

Pre-K - 3rd
In this fun-filled educational adventure, kids will learn all about action verbs through interactive activities. The video is divided into three engaging parts: Talking Flashcards: Learn action verbs with our animated flashcards that...
Instructional Video11:02
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Train and Validation

Higher Ed
After entirely developing our recommender system, we will perform the training and validation, fitting and evaluating our model.
Instructional Video9:57
Curated Video

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

Higher Ed
This is the final part of the project, where we create functions for the content-based recommender.
Instructional Video12:27
Instructional Video7:15
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making Recommendations

Higher Ed
We will now perform some recommendations using the brute-force algorithms and then perform the indexing of our data.
Instructional Video8:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Accuracy Versus Recommendations

Higher Ed
We will now perform data visualization; we will check the accuracy of our recommender model with the recommendations.
Instructional Video3:07
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Compute Loss

Higher Ed
This is the next step of training our model, which entails the compute loss model.
Instructional Video5:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Candidate Tower and Retrieval System

Higher Ed
In this lesson, we will look at making the candidate tower and then execute a retrieval system.
Instructional Video8:18
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Making the Model and Query Tower

Higher Ed
After testing and training the recommendations, we will develop the model by loading the Tensor board extension.
Instructional Video5:09
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Random Train-Test Split

Higher Ed
After mapping the rating to the dataset, we will train-test split the dataset to our recommender system with shuffling and prediction.
Instructional Video4:11
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Download Libraries

Higher Ed
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.
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: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 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 Video7:10
Instructional Video5:12
Curated Video

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

Higher Ed
In this lesson, we will develop a new data frame for our content-based filtering for missing values.