Instructional Video3:03
Curated Video

Salesforce Platform App Builder Certification Training - Exporting Reports

Higher Ed
This video explains exporting reports. This clip is from the chapter "Lightning Reports and Dashboards" of the series "Salesforce Platform App Builder Certification Training".This section explains Lightning reports and dashboards.
Instructional Video1:23
Curated Video

Docker Certified Associate Certification Training Course - Utilize Search in a Registry

Higher Ed
This video explains utilizing search in a registry. This clip is from the chapter "Build, Manage, and Distribute Images" of the series "Docker Certified Associate (DCA) Certification Training Course".This section explains build, manage,...
Instructional Video3:11
Curated Video

Python In Practice - 15 Projects to Master Python - filter( )

Higher Ed
This video explains the filter( ) function. This clip is from the chapter "All Built-In Functions" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on all built-in functions.
Instructional Video21:22
Curated Video

Minimal API Development with ASP.NET Core - Add HTTP Request Filters (.NET 7)

Higher Ed
This video explains filters and how to add HTTP request filters. This clip is from the chapter "Value-Added Features" of the series "Minimal API Development with ASP.NET Core".This section explains value-added features.
Instructional Video1:39
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - filterfalse()

Higher Ed
You will learn to filter elements of a list of iterables using the filter class when the result is false. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python...
Instructional Video1:32
Curated Video

The Ultimate Guide to Python Programming With Python 3.10 - filter()

Higher Ed
You will learn to filter elements of a list of iterables using the filter class. This clip is from the chapter "Iterators and Generators" of the series "The Ultimate Guide to Python Programming with Python 3.10".This section focuses on a...
Instructional Video3:55
Curated Video

Web Scraping Tutorial with Scrapy and Python for Beginners - Identifying API Calls

Higher Ed
In this video, we explore how to scrape data from dynamic websites using Scrapy Playwright. We learn how to identify APIs that websites use to fetch data and directly request the data without launching a browser. With step-by-step...
Instructional Video7:09
Packt

Fundamentals of Neural Networks - Padding

Higher Ed
This video explains padding in convolutional neural networks. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you...
Instructional Video5:58
Packt

Fundamentals of Neural Networks - Convolution in 2D and 3D

Higher Ed
This video explains Convolution in 2D and 3D. This clip is from the chapter "Convolutional Neural Networks" of the series "Fundamentals in Neural Networks".This section explains convolutional neural networks where you will start with...
Instructional Video2:28
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Benefits of Amazon EventBridge

Higher Ed
This video explains the benefits of Amazon EventBridge. This clip is from the chapter "AWS EventBridge for Decouple Microservices with Event-Driven Architecture" of the series "AWS Serverless Microservices with Patterns and Best...
Instructional Video3:41
Curated Video

Rocking Out With Photoshop - How to turn an image black and white in Photoshop

Pre-K - Higher Ed
In this video you'll learn how to turn an image from color to grayscale.
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 Video8:20
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Fixing the Duplicating Batch Ingestions

Higher Ed
This video explains fixing the duplicating batch ingestions. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to Metadata-Driven Ingestion
Instructional Video8:37
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Add the For Each CSV File Activity and Test Ingestion

Higher Ed
This video explains how to add the For Each CSV file activity and test ingestion. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Instructional Video5:04
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Add Filter by CSV

Higher Ed
This video demonstrates how to add filter by CSV. This clip is from the chapter "Event-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction
Instructional Video2:05
Curated Video

Complete SAS Programming Guide - Learn SAS and Become a Data Ninja - Filtering Observations (So Only Some Data Shows Up)

Higher Ed
Sometimes you only want a certain part of your dataset to show up. The author will show you how this is possible in SAS. If you are in the real estate business, maybe the boss will ask you to show him a list of only the homes that cost...
Instructional Video9:21
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Feature Selection: Embedded Methods

Higher Ed
In this video, we will cover embedded methods. This clip is from the chapter "Machine Learning: Feature Engineering and Dimensionality Reduction with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to...
Instructional Video18:59
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Nonvectorized Implementations of Conv2d and Pool2d

Higher Ed
In this video, we will cover nonvectorized implementations of Conv2d and Pool2d. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and...
Instructional Video7:08
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Implementing Convolution in Python Revisited

Higher Ed
In this video, we will cover implementing convolution in Python revisited. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A...
Instructional Video10:23
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Filters Padding Strides

Higher Ed
In this video, we will cover Filters Padding Strides. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this...
Instructional Video8:17
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: Convolution Revisited

Higher Ed
In this video, we will cover convolution revisited. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section,...
Instructional Video7:04
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Network Architecture: CNN Example

Higher Ed
In this video, we will cover CNN example. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will...
Instructional Video7:24
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Classical CNNs: LeNet

Higher Ed
In this video, we will cover LeNet. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...
Instructional Video9:32
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Classical CNNs: AlexNet

Higher Ed
In this video, we will cover AlexNet. This clip is from the chapter "Deep learning: Convolutional Neural Networks with Python" of the series "Data Science and Machine Learning (Theory and Projects) A to Z".In this section, we will cover...