Instructional Video2:48
Curated Video

Microsoft Project 2021 From Beginners to Advanced - Switch Between Tables

Higher Ed
This video covers switching between different tables in Project 2021, such as the Task table, Resource table, and Assignment table. Learn to customize tables, save custom tables, and switch between different tables quickly. This clip is...
Instructional Video7:39
Curated Video

Deep Learning - Crash Course 2023 - MP Neuron in Python

Higher Ed
In this video, we will work on our MP Neuron model to predict the output of the given dataset. This clip is from the chapter "MP Neuron in Python" of the series "Deep Learning - Crash Course 2023".In this section, you will learn how to...
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 Video7:59
Curated Video

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

Higher Ed
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.
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 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:53
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 Video2:20
Curated Video

SQL Server Course for Beginners with 100+ examples - Stored Procedures in SQL

Higher Ed
Use the CREATE PROCEDURE statement to learn how to work with stored procedures in SQL. If you want to reuse a query again and again, then create a procedure and save the query in it. Call the procedure whenever you need that same query....
Instructional Video4:12
Curated Video

SQL Server Course for Beginners with 100+ examples - Aliases

Higher Ed
Learn how to work with Aliases in SQL to give a temporary name to a table or column. The AS keyword creates an alias, making column names more readable. Remember that the alias's existence expires when that query's duration ends. This...
Instructional Video3:22
Curated Video

SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint

Higher Ed
Learn how to work with the PRIMARY KEY constraint in SQL. A PRIMARY KEY uniquely identifies each record. Not a Primary Key column can never have NULL values. This clip is from the chapter "Constraints in SQL" of the series "SQL Server...
Instructional Video3:41
Curated Video

SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL

Higher Ed
Learn the difference between SQL and NoSQL. We have considered the example of MySQL (SQL-based) and MongoDB (NoSQL-based) to understand the concept. This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for...
Instructional Video2:27
Curated Video

SQL Server Course for Beginners with 100+ examples - Introduction

Higher Ed
Learn what SQL is and how it is based on RDBMS. We will discuss the features and Microsoft SQL Server and SQL Server Management Studio. This clip is from the chapter "SQL Introduction" of the series "SQL Server Course for Beginners with...
Instructional Video4:36
Curated Video

Learn Tableau by Working on Exciting Dashboards - Top Three Gainers and Top Three Losers

Higher Ed
This video explains how to create the top three gainers and the top three losers in the portfolio.
Instructional Video9:40
Curated Video

Learn Tableau by Working on Exciting Dashboards - Basic Charts

Higher Ed
This video explains how to create the basic charts that we will use in our dashboard.
Instructional Video3:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Include - LOD

Higher Ed
This video explains the include level of detailed expression by an example.
Instructional Video5:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example

Higher Ed
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Instructional Video9:32
Curated Video

Learn Tableau by Working on Exciting Dashboards - Quick Table Calculations

Higher Ed
This video explains quick table calculations in Tableau Public.
Instructional Video5:06
Curated Video

Learn Tableau by Working on Exciting Dashboards - Tableau Generated Fields

Higher Ed
This video explains Tableau generated fields and how we can use them.
Instructional Video5:38
Curated Video

Learn Tableau by Working on Exciting Dashboards - Discrete and Continuous Fields

Higher Ed
This video explains the difference between discrete and continuous fields in Tableau Public.
Instructional Video6:21
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Working with Null Values

Higher Ed
In this video, you will learn how to work with null values. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video8:29
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Dataframe - Load from External File

Higher Ed
In this video, you will learn how to load the data to our dataframe from an external file. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for...
Instructional Video5:50
Curated Video

Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Entry View

Higher Ed
This video explains the exchange rate entry view. This clip is from the chapter "Deep Links in Widgets" of the series "Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island".This section explains deep links in widgets.
Instructional Video5:06
Curated Video

Recommender Systems with Machine Learning - Rating Plot

Higher Ed
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