Curated Video
Microsoft Project 2021 From Beginners to Advanced - Switch Between Tables
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...
Curated Video
Deep Learning - Crash Course 2023 - MP Neuron in Python
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...
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Collaborative Filtering using KNN
This video demonstrates implementing a collaborative filter using the k-nearest neighbor algorithm.
Curated Video
Recommender Systems Complete Course Beginner to Advanced - Machine Learning for Recommender Systems: Data Preparation for Content-Based Filtering
In this lesson, you will learn to develop content-based filtering for a recommender system using Python.
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
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
Recommender Systems Complete Course Beginner to Advanced - Project 1: Song Recommendation System Using Content-Based Filtering: tf-idf Implementation
In this video, we will understand how to calculate and use the tf-idf vectorizers with sklearn.
Curated Video
AWS Certified Solutions Architect Associate (SAA-C03) - Relational Databases
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.
Curated Video
SQL Server Course for Beginners with 100+ examples - Stored Procedures in SQL
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....
Curated Video
SQL Server Course for Beginners with 100+ examples - Aliases
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - PRIMARY KEY Constraint
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - SQL Versus NoSQL
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...
Curated Video
SQL Server Course for Beginners with 100+ examples - Introduction
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...
Curated Video
Learn Tableau by Working on Exciting Dashboards - Top Three Gainers and Top Three Losers
This video explains how to create the top three gainers and the top three losers in the portfolio.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Basic Charts
This video explains how to create the basic charts that we will use in our dashboard.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Include - LOD
This video explains the include level of detailed expression by an example.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Cohort Analysis - Fixed LOD Example
This video explains cohort analysis, which is a popular expression of fixed level of detailed expression.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Quick Table Calculations
This video explains quick table calculations in Tableau Public.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Tableau Generated Fields
This video explains Tableau generated fields and how we can use them.
Curated Video
Learn Tableau by Working on Exciting Dashboards - Discrete and Continuous Fields
This video explains the difference between discrete and continuous fields in Tableau Public.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Working with Null Values
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Pandas Dataframe - Load from External File
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...
Curated Video
Mastering WidgetKit in SwiftUI 4, iOS 16 with Dynamic Island - Exchange Rate Entry View
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.
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