Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers Solution
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Extending to Multiple Layers Quiz
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.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Deep Neural Network Architecture Activity
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Calculating Number of Weights of DNN Solution
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Backpropagation
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.
Curated Video
Python In Practice - 15 Projects to Master Python - datetime Module
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.
Curated Video
The Complete Python Course - Function Arguments
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...
Curated Video
Selenium WebDriver Advanced - Industry Standard Framework - Automation Runs on Different Browsers
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Implementation Minibatch Gradient Descent
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - DNN Gradient Descent
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...
Curated Video
Reinforcement Learning and Deep RL Python Theory and Projects - Automatic Differentiation PyTorch
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...
Curated Video
Snowflake - Build and Architect Data Pipelines Using AWS - Lab - Deploy a PySpark Transformation job in AWS Glue
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Overview Product Lambda Microservice Developments
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...
Curated Video
AWS Serverless Microservices with Patterns and Best Practices - Create Microservices Lambda Infrastructure Solution Construct for Our E-Commerce App
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Whitespace in Functions and Logical Operations
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Function Annotations: Part 2
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...
Curated Video
PEP8 Guidelines Python Clean Coding - Function Annotations: Part 1
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...
Curated Video
AWS Cloud Formation Basics - CloudFormation Template Structure
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.
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Customize Stack Parameters: CDK Context Variables
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...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Create AWS SSM Parameter and AWS Secrets
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...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Understanding the GetBatch Stored Procedure
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
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Reading from Source to Target - Part 2
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...
Curated Video
Intro To Python Programming - Function Returns in Python
To make functions very useful, we'll have our functions return values to the function call in this course segment.
Curated Video
Intro To Python Programming - Parameterized Functions
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.