Instructional Video4:46
Curated Video

Bootstrap 5 Course Build Responsive Websites Like a Pro - Building a Complete Form with Bootstrap

Higher Ed
This video helps in building a complete form with Bootstrap. This clip is from the chapter "Bootstrap Forms" of the series "Bootstrap 5 Course: Build Responsive Websites Like a Pro".This section focuses on the Bootstrap Forms.
Instructional Video12:03
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Image Processing Activity Solution

Higher Ed
This is an activity solution video on image processing. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video10:47
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Image Blurring 1

Higher Ed
This video talks about image blurring 1. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video0:48
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gray-Scale Images Solution

Higher Ed
This is a solution video on gray-scale images. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video7:21
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gray-Scale Images

Higher Ed
This video talks about gray-scale images. This clip is from the chapter "Image Processing" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on image processing.
Instructional Video9:40
Curated Video

Practical Data Science using Python - EDA Project - 3

Higher Ed
This video explains unordered categorical variables. This clip is from the chapter "Exploratory Data Analysis (EDA)" of the series "Practical Data Science Using Python".This section explains Exploratory Data Analysis.
Instructional Video5:50
Curated Video

The Complete Python Course - Multi-Dimensional Python List

Higher Ed
Lists within lists are called multidimensional lists in Python. This video demonstrates the concept and shows how to create them. This clip is from the chapter "Python – Lists" of the series "The Complete Python Course (2022)".This...
Instructional Video2:42
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Selecting Tables Data

Higher Ed
In this video, we learn how to extract data from an HTML table using scrapy spider. The instructor explains step-by-step on how to identify the table, table body, and rows using CSS selectors. They also show how to extract the table...
Instructional Video14:15
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Finding the Selectors for Table Data

Higher Ed
In this video, you will learn how to figure out selectors for your web scraping project. The instructor uses the Chrome developer tools to inspect the structure of a table and identifies the groups and table details. You will learn how...
Instructional Video24:49
Packt

Fundamentals of Neural Networks - Lab 2 - Sequence to Sequence Stock Candlestick Forecast

Higher Ed
This video demonstrates sequence-to-sequence stock candlestick forecast. This clip is from the chapter "Recurrent Neural Networks" of the series "Fundamentals in Neural Networks".This section explains NLP, we will start with recurrent...
Instructional Video7:13
Curated Video

Machine Learning Random Forest with Python from Scratch - Impurity

Higher Ed
Like all dataset characteristics, we will look at the impurities in a dataset and how they should be minimum in a good dataset. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random Forest...
Instructional Video11:46
Curated Video

Machine Learning Random Forest with Python from Scratch - Best Slip

Higher Ed
Here, we will determine the best split at any decision node where information is maximum and split into two branches, true and false. This clip is from the chapter "Random Forest Step-by-Step" of the series "Machine Learning: Random...
Instructional Video3:22
Curated Video

MongoDB Tutorial for Beginners (2022) - How to create a Database in MongoDB

Higher Ed
Learn to create a new database in MongoDB with live examples. This clip is from the chapter "Create a Database and Collection" of the series "MongoDB Tutorial for Beginners (2022)".In this section, you will learn how to create a database...
Instructional Video3:25
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - What Is Pushdown in UDF?

Higher Ed
This video explains Pushdown in UDF. This clip is from the chapter "Snowflake – User-Defined Functions" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on user-defined functions in Snowflake.
Instructional Video10:58
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Search Optimization Feature

Higher Ed
This video explains the search optimization feature. This clip is from the chapter "Snowflake – Partitioning, Clustering, and Performance Optimization" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section...
Instructional Video3:46
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Implement Append-Only Streams

Higher Ed
This is a lab video to implement append-only streams. This clip is from the chapter "Snowflake – Streams and Change Data Capture" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on streams...
Instructional Video5:48
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Change Tracking Using "Changes"

Higher Ed
This is a lab video to help you change tracking using "Changes". This clip is from the chapter "Snowflake – Streams and Change Data Capture" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on...
Instructional Video3:06
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Introduction to Streams

Higher Ed
This video provides an introduction to streams. This clip is from the chapter "Snowflake – Streams and Change Data Capture" of the series "Snowflake - Build and Architect Data Pipelines Using AWS".This section focuses on streams and...
Instructional Video3:59
Curated Video

Deep Learning - Deep Neural Network for Beginners Using Python - Multi-Class Cross Entropy

Higher Ed
In this video, you will learn about multi-class cross entropy. This clip is from the chapter "Basics of Deep Learning" of the series "Deep Learning - Deep Neural Network for Beginners Using Python".In this section, we will cover the...
Instructional Video2:36
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - How to Compare Tables with SAS SQL

Higher Ed
This video helps you understand how to compare tables with SAS SQL. This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses...
Instructional Video3:14
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Finding Duplicate Observations

Higher Ed
This video demonstrates finding duplicate observations. This clip is from the chapter "Practical Application of SAS SQL" of the series "Complete SAS Programming Guide - Learn SAS and Become a Data Ninja".This section focuses on the...
Instructional Video3:02
Curated Video

HTML Tutorial for Beginners(2022) - Table Rowspan and Colspan in HTML

Higher Ed
Learn how to use rowspan and colspan attributes to merge table columns and rows. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".Here, you will learn to create tables and add rows and...
Instructional Video2:17
Curated Video

HTML Tutorial for Beginners(2022) - Set Table Width in HTML

Higher Ed
Learn how to set the width of a table on an HTML web page. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".Here, you will learn to create tables and add rows and columns in an HTML...
Instructional Video3:06
Curated Video

HTML Tutorial for Beginners(2022) - Merge Table Cells in HTML

Higher Ed
Learn how to merge table cells in HTML. To merge cells, use the colspan and rowspan attributes. This clip is from the chapter "HTML CSS Styles" of the series "HTML Tutorial for Beginners (2022)".Here, you will learn to create tables and...