Instructional Video5:41
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers Solution

Higher Ed
This is a solution video on extending to multiple layers. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in...
Instructional Video1:24
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers Quiz

Higher Ed
This is a quiz video on extending to multiple layers. This clip is from the chapter "Gradient Descent in CNNs" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on gradient descent in CNNs.
Instructional Video2:29
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Deep Neural Network Architecture Activity

Higher Ed
This is an activity video on deep neural network architecture. This clip is from the chapter "Deep Neural Network Architecture" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the deep...
Instructional Video0:59
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Calculating Number of Weights of DNN Solution

Higher Ed
This is a solution video on calculating number of weights of DNN. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the...
Instructional Video11:08
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Backpropagation

Higher Ed
This video explains backpropagation. This clip is from the chapter "Deep Neural Network Overview" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the overview of the deep neural network.
Instructional Video8:51
Curated Video

Python In Practice - 15 Projects to Master Python - datetime Module

Higher Ed
This video explains the datetime module. This clip is from the chapter "Modules and Packages" of the series "Python in Practice - 15 Projects to Master Python".This section focuses on the Modules and Packages.
Instructional Video14:05
Curated Video

The Complete Python Course - Function Arguments

Higher Ed
In this lecture, we will look at function arguments and the different function arguments used in Python. This clip is from the chapter "Python – Functions" of the series "The Complete Python Course (2022)".This section focuses on...
Instructional Video5:12
Curated Video

Selenium WebDriver Advanced - Industry Standard Framework - Automation Runs on Different Browsers

Higher Ed
This video explains how automation runs on different browsers. This clip is from the chapter "WebDriver Factory Pattern" of the series "Selenium WebDriver Advanced - Industry Standard Framework".In this section, you will learn about...
Instructional Video8:58
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Minibatch Gradient Descent

Higher Ed
This video explains about the implementation of minibatch gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses...
Instructional Video5:53
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent

Higher Ed
This video demonstrates about gradient descent. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN foundation for...
Instructional Video7:31
Curated Video

Reinforcement Learning and Deep RL Python Theory and Projects - Automatic Differentiation PyTorch

Higher Ed
This video explains automatic differentiation in PyTorch. This clip is from the chapter "DNN Foundation for Deep RL" of the series "Reinforcement Learning and Deep RL Python (Theory and Projects)".This section focuses on the DNN...
Instructional Video4:58
Curated Video

Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Deploy a PySpark Transformation job in AWS Glue

Higher Ed
This is a lab video that helps deploy a PySpark transformation job in AWS Glue. This clip is from the chapter "Snowflake with Python, Spark, and Airflow on AWS" of the series "Snowflake - Build and Architect Data Pipelines Using...
Instructional Video11:27
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Overview Product Lambda Microservice Developments

Higher Ed
This video provides an overview of the product Lambda microservice developments. This clip is from the chapter "Developing Product Lambda Microservices CRUD Functions with AWS SDK" of the series "AWS Serverless Microservices with...
Instructional Video17:03
Curated Video

AWS Serverless Microservices with Patterns and Best Practices - Create Microservices Lambda Infrastructure Solution Construct for Our E-Commerce App

Higher Ed
This video explains how to create microservices Lambda infrastructure solution construct for our e-commerce app. This clip is from the chapter "Organize Infrastructure Code with Creating Solution Constructs on AWS CDK" of the series "AWS...
Instructional Video12:20
Curated Video

PEP8 Guidelines Python Clean Coding - Whitespace in Functions and Logical Operations

Higher Ed
This video explains the complex guidelines of whitespace in functions and logical operations. This clip is from the chapter "Whitespace in Expressions and Statements" of the series "PEP8 Guidelines: Python Clean Coding".This section...
Instructional Video6:29
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 2

Higher Ed
This video explains how to create a function with annotations and use them to check the types of arguments and their return types. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python...
Instructional Video3:04
Curated Video

PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1

Higher Ed
This video explains what function annotations and annotations for simple parameters are. This clip is from the chapter "Annotations and Recommendations" of the series "PEP8 Guidelines: Python Clean Coding".This section explains the most...
Instructional Video9:32
Curated Video

AWS Cloud Formation Basics - CloudFormation Template Structure

Higher Ed
This video introduces you to CloudFormation template structure. This clip is from the chapter "AWS Cloud Formation Basics" of the series "AWS Cloud Formation Basics".In this section, the author introduces you to AWS Cloud Formation basics.
Instructional Video9:43
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Customize Stack Parameters: CDK Context Variables

Higher Ed
This video introduces you to customize stack parameters: CDK context variables. This clip is from the chapter "CDK Stacks: Resources and Reusability" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this...
Instructional Video13:16
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Create AWS SSM Parameter and AWS Secrets

Higher Ed
This video explains how to create AWS SSM parameters and AWS Secrets. This clip is from the chapter "Customize AWS Resources" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you will be...
Instructional Video5:00
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Understanding the GetBatch Stored Procedure

Higher Ed
This video helps in understanding the GetBatch stored procedure. 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 Video12:53
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Reading from Source to Target - Part 2

Higher Ed
This is the second of the two-part video that helps in reading from source to target. This clip is from the chapter "Metadata-Driven Ingestion" of the series "Azure Data Factory for Beginners - Build Data Ingestion".Introduction to...
Instructional Video5:17
Curated Video

Intro To Python Programming - Function Returns in Python

Pre-K - Higher Ed
To make functions very useful, we'll have our functions return values to the function call in this course segment.
Instructional Video5:07
Curated Video

Intro To Python Programming - Parameterized Functions

Pre-K - Higher Ed
We can send values to functions to be processed. These values are known as parameters. We'll work with parameterized functions in Python in this video.