Curated Video
React JS Masterclass - Go From Zero To Job Ready - Adding and Deleting Documents / 257
The simplest way to delete data is to call removeValue() on a reference to the location of that data. We can also delete data by specifying null as the value.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents- II / 256
We can use the on() method to retrieve data. This method takes the event type as "value" and retrieves the snapshot of the data.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Fetching Documents - I / 255
You can use the Realtime Database Query class to retrieve data sorted by key, by value, or by the value of a child. You can also filter the sorted result.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Firebase Setup / 253
React Native Firebase provides access to native code by wrapping the native SDKs for Android and iOS into a JavaScript API.
Curated Video
CompTIA A+ Certification Core 1 (220-1101) - Resolutions and Aspect Ratios
More resolution means a more detailed picture. Monitor resolutions have increased for decades, and a good tech understands common resolutions and aspect ratios. This clip is from the chapter "Book Chapter 17 - Display Technologies" of...
Curated Video
Recommender Systems with Machine Learning - Making Recommendations-2
This video explains how to make movie recommendations. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Curated Video
Recommender Systems with Machine Learning - KNN Implementation-2
This video explains the implementation of KNN. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Curated Video
Recommender Systems with Machine Learning - Create Collaborative Filter
This video demonstrates creating a collaborative filter. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Curated Video
Recommender Systems with Machine Learning - Rating Plot
This video helps you with the plot rating from the dataset. This clip is from the chapter "Project 2: Movie Recommendation System Using Collaborative Filtering" of the series "Recommender Systems with Machine Learning".null
Curated Video
Recommender Systems with Machine Learning - Making Recommendations
This video helps you with making recommendations. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine learning for...
Curated Video
Recommender Systems with Machine Learning - Recommendation Engine
This video talks about the recommendation engine in detail. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on the use of machine...
Curated Video
Recommender Systems with Machine Learning - tf-idf (Term Frequency-Inverse Document Frequency) Matrix
This video is about the tf-idf (Term Frequency-Inverse Document Frequency) matrix. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section focuses on...
Curated Video
Recommender Systems with Machine Learning - Data Preparation for Content-Based Filtering
This video explains data preparation for content-based filtering with machine learning. This clip is from the chapter "Machine Learning for Recommender System" of the series "Recommender Systems with Machine Learning".This section...
Curated Video
Recommender Systems with Machine Learning - Collaborative Filtering and User-Based Collaborative Filtering
This video helps you with collaborative filtering and user-based collaborative filtering. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the...
Curated Video
Recommender Systems with Machine Learning - Data Partitioning
This video explains data partitioning. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section focuses on the basics of recommender systems.
Curated Video
Recommender Systems with Machine Learning - User Rating Matrix
This video talks about URM (User Rating Matrix), which is used to store the data of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This section...
Curated Video
Recommender Systems with Machine Learning - ICM
This video talks about the ICM (Item Content Matrix) that is used to store the data of recommender systems. This clip is from the chapter "Basic of Recommender Systems" of the series "Recommender Systems with Machine Learning".This...
Curated Video
Master SQL for Data Analysis - Distinct Values (DISTINCT)
Let's explore the way to find distinct values among multiple rows of data as part of a preliminary preparation process. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This...
Curated Video
Master SQL for Data Analysis - Filtering Conditions (WHERE) – Part 2
Here, you will learn to combine and filter data based on multiple conditions in the same query using operators. This clip is from the chapter "SQL - Retrieving Data with Queries" of the series "Master SQL for Data Analysis".This section...
Curated Video
Master SQL for Data Analysis - Sorting Rows (ORDER BY)
In this lesson, you will learn about the options for sorting the output result of a query in some specific order to save time and keep data better organized. This clip is from the chapter "SQL - Retrieving Data with Queries" of the...
Curated Video
Recommender Systems: An Applied Approach using Deep Learning - Embeddings and User Context
This video focuses on collaborative filtering with the help of deep learning and neural collaborative filtering. This clip is from the chapter "Deep Learning Foundation for Recommender Systems" of the series "Recommender Systems: An...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Updating Documents / 261
This video explains how to update a particular document. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn about the powerful...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Ordering Data / 260
This video explains order by a filter, which helps us get data either in ascending or descending order. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this...
Curated Video
JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects - Firestore Queries / 259
This video explains queries and how to give a particular condition to fetch data. This clip is from the chapter "Firebase" of the series "JavaScript Masterclass - Zero to Job-Ready with Hands-On Projects".In this section, you will learn...