Instructional Video5:36
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: User Rating Matrix

Higher Ed
In this video, we will understand what a user rating matrix is and how we can build a user rating matrix.
Instructional Video4:17
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM

Higher Ed
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Instructional Video3:25
Curated Video

A Detailed Guide to the OWASP Top 10 - API Endpoints

Higher Ed
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
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 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 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 Video16:55
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all

Higher Ed
This video explains a new function called Promise.allSettled(). This clip is from the chapter "Async Patterns and Promises" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains async...
Instructional Video5:11
Curated Video

Learn Tableau by Working on Exciting Dashboards - Stacked Bar and Dual Axis Charts

Higher Ed
This video explains the stacked bar and dual-axis charts in the Netflix dashboard.
Instructional Video4:42
Curated Video

Learn Tableau by Working on Exciting Dashboards - Country Map

Higher Ed
This video explains how to create a map that shows us which TV shows or movies were produced in which countries using country dimensions.
Instructional Video11:42
Curated Video

Learn Tableau by Working on Exciting Dashboards - Donut Chart

Higher Ed
This video explains how to create the donut chart in the Netflix dashboard.
Instructional Video28:28
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074

Higher Ed
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Instructional Video15:18
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071

Higher Ed
Here, you will learn how to clean up the Fetch API, which provides a JavaScript interface for accessing and manipulating protocol parts, such as requests and responses.
Instructional Video11:53
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070

Higher Ed
Let's understand how to deal with errors in a fetch API. If errors are encountered during a fetch() call, it is often necessary to halt the compiler from reading the following few lines of code, rectifying the code, and re-fetching the API.
Instructional Video17:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Setup-1

Higher Ed
This video explores the components of the project. We will import the index.js file from the previous project and we will create all the required folder structures for the Cinemate project.
Instructional Video13:29
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 076

Higher Ed
In this lecture, the next step is to start building the homepage of the eCommerce site. We will use components to tell React what we want to see on the screen.
Instructional Video14:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069

Higher Ed
In this video, we will learn to fetch specific movies on the Movie list API. We will create a default empty list. We will then learn to send fetch requests to the URLs.
Instructional Video10:35
Curated Video

React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064

Higher Ed
In this lesson, we will learn to use the TMDB API, a free API that showcases movies and we will register to create our account on the API. We will then examine the documentation, send links, and other parameters to work with.
Instructional Video4:36
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Cinemate Demo

Higher Ed
This video showcases the project that we will build called Cinemate, which is basically an information provider of popular movies, and is a movies based API project.
Instructional Video7:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261

Higher Ed
This guide explains how to use the set, add, or update individual documents in Cloud Firestore. If you want to write data in bulk, see transactions.
Instructional Video10:37
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260

Higher Ed
You can specify the sort order for your data using orderBy() and limit the number of documents retrieved using the limit(). Note an orderBy() clause.
Instructional Video6:24
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259

Higher Ed
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Instructional Video6:02
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258

Higher Ed
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.