Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: User Rating Matrix
In this video, we will understand what a user rating matrix is and how we can build a user rating matrix.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Basics of Recommender System: ICM
In this lesson, you will learn about the item-context matrix, a list of items and attributes in the recommender system.
Curated Video
A Detailed Guide to the OWASP Top 10 - API Endpoints
In this video, we will learn about API endpoints, their role in API architecture, and how they interact with web applications.
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 - 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: Rating Plot
In this video, you will learn to perform data visualization and analysis for the project using the movies and ratings dataset.
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Promises-all Settled-vs-all
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...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Stacked Bar and Dual Axis Charts
This video explains the stacked bar and dual-axis charts in the Netflix dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Country Map
This video explains how to create a map that shows us which TV shows or movies were produced in which countries using country dimensions.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Donut Chart
This video explains how to create the donut chart in the Netflix dashboard.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Individual Movie Information / 074
You will learn to create forms to collect information and validate user information such as billing address, mode of payment, and more.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie Search / 071
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Custom Hook: useFetch / 070
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Setup-1
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Dynamic Page Title / 076
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - API Fetch: Movie List / 069
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - TMDB API: Documentation / 064
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Cinemate Demo
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Updating Documents / 261
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Ordering Data / 260
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firestore Queries / 259
Cloud Firestore provides powerful query functionality for specifying which documents you want to retrieve from a collection or collection group.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Snapshots / 258
A DataSnapshot contains data from a Database location. Any time you read data from the database, you receive the data as a data snapshot.