Instructional Video5:24
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Manage Custom Table Definitions

Higher Ed
In this video, we will delve into managing custom table definitions. We will explore how to create, edit, and save custom table configurations to efficiently switch between tailored data views based on project tracking needs. This clip...
Instructional Video9:43
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Customize Tables

Higher Ed
In this video, we will learn to customize tables within Microsoft Project 2021. We will discover how to modify table layouts and content to create data views that align with their project management requirements, enhancing data...
Instructional Video3:33
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - The Images View

Higher Ed
Let's understand how to change the image preview in the image view. We will use the repeat function to define the number of times the image view appears and add scroll views. This clip is from the chapter "Emoji App" of the series...
Instructional Video5:30
Curated Video

SwiftUI iOS 16 Crash Course - Emoji Quote App in SwiftUI - Create Context Menu to Copy to Clipboard

Higher Ed
Here, we will understand how to create image constants and a context menu. We will access the images we have chosen for the app, create a grid, and iterate through the images. This clip is from the chapter "Emoji App" of the series...
Instructional Video16:59
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN

Higher Ed
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Instructional Video13:04
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Filtering Data Preparation

Higher Ed
In this video, you will learn to implement Python to develop item-based collaborative filtering using Pandas, NumPy, and Matplotlib.
Instructional Video4:57
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Item-Based Collaborative Filtering

Higher Ed
In this video, you will learn to use machine learning to develop item-based collaborative filtering.
Instructional Video11:52
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 Video6:12
Curated Video

Recommender Systems Complete Course Beginner to Advanced - Project Amazon Product Recommendation System: Make Tensors from DataFrame

Higher Ed
We will now advance further by checking our dataset using a single user and developing the Tensor from DataFrame.
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: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 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.
Instructional Video7:44
Curated Video

AWS Certified Solutions Architect Associate (SAA-C03) - Relational Databases

Higher Ed
Understanding the capabilities of relational databases is the starting point to architecting a good AWS database implementation. This video provides the fundamentals concepts and terminology of relational databases.
Instructional Video3:22
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Create the Customer Model Class

Higher Ed
The Customer model is created in this video. The model is mapped to the corresponding Customer table in the database. This clip is from the chapter "Coding Project Part 1: Build a Web API" of the series "ASP.NET 6.0 - Build Hands-On Web...
Instructional Video9:18
Curated Video

ASP.NET 6.0 - Build Hands-On Web Projects - Understand the Stored Procedures for CRUD Operation

Higher Ed
This video discusses all the CRUD stored procedures that are used for this application. You will understand and be able to write simple stored procedures for these CRUD operations. Stored procedure script is added as resource to generate...
Instructional Video2:46
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Views

Higher Ed
Learn how to work with Views in SQL. A view is a virtual table created from the actual table, displaying the current result set. We will use the CREATE VIEW and DROP VIEW statements to develop and delete views. This clip is from the...
Instructional Video3:23
Curated Video

SQL Server Course for Beginners with 100+ examples - Indexes in SQL

Higher Ed
Learn how to work with the CREATE INDEX statement in SQL to create indexes in a table. Indexes retrieve data quickly from the database. We will also see how to delete indexes using the DROP INDEX statement. This clip is from the chapter...
Instructional Video4:02
Curated Video

SQL Server Course for Beginners with 100+ examples - CHECK Constraint

Higher Ed
Learn how to work with the CHECK constraint in SQL to allow only specific values for a column. You can limit the value range set in a column, for example, Age > 18, Marks > 75, and so on. This clip is from the chapter "Constraints in...
Instructional Video2:39
Curated Video

SQL Server Course for Beginners with 100+ examples - AND Operator

Higher Ed
Learn how to work with the AND operator in SQL to display records only if both conditions are TRUE. These two conditions should be separated by the AND operator. This clip is from the chapter "Operators in SQL" of the series "SQL Server...
Instructional Video3:44
Curated Video

SQL Server Course for Beginners with 100+ examples - ORDER BY Keyword in SQL

Higher Ed
Learn how to order records in SQL using the ORDER BY keyword. The default sorts in ascending order. We will see examples of both ASC and DESC keywords as well. This clip is from the chapter "Order Records in SQL" of the series "SQL...