Instructional Video3:59
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Dropout

Higher Ed
In this video, we will cover DNN Dropout. This clip is from the chapter "Deep learning: Artificial 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 Video11:01
Curated Video

Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: DNN Training Parameters

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

Fundamentals of Machine Learning - Linear Regression - Labs

Higher Ed
This video explains linear regression using an example of predicting fuel efficiency. This clip is from the chapter "Labs" of the series "Fundamentals of Machine Learning".This section explains the various lab exercises on linear...
Instructional Video7:55
Curated Video

AWS Cloud Formation Basics - Why do We Need CloudFormation and What is AWS CloudFormation

Higher Ed
This video explains why do we need CloudFormation and what is AWS CloudFormation. 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...
Instructional Video9:04
Curated Video

AWS Cloud Development Kit - From Beginner to Professional - Learn to Customize Stack Resources and How to Get Help

Higher Ed
This video explains how to customize stack resources and how to get help. This clip is from the chapter "Introduction" of the series "AWS Cloud Development Kit - From Beginner to Professional".In this section, you will be introduced to...
Instructional Video12:29
Curated Video

Azure Data Factory for Beginners - Build Data Ingestion - Tracking the Triggered Pipeline

Higher Ed
This video lets you track the triggered pipeline. 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:10
Curated Video

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

Higher Ed
This is the first 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 Video4:25
Curated Video

AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Configuring DHCP Options Lab

Higher Ed
This video demonstrates how to configure DHCP options for the devices participating in VPC. This clip is from the chapter "Solutions Architect Chapter 3 - Virtual Private Cloud (VPC)" of the series "AWS Solutions Architect Associate...
Instructional Video6:02
Curated Video

Creational Design Patterns in Modern C++ - Builder Implementation

Higher Ed
This video demonstrates how to refactor the code to use the builder pattern. • Remove unnecessary signal and slot connections • Allow for saving the text file to anywhere on the system • Open any text file on the computer This clip is...
Instructional Video5:46
Curated Video

Creational Design Patterns in Modern C++ - Issues

Higher Ed
This video highlights the design issues with the file example. • Use access modifier “public” + keyword “slots” • Implement the function declaration like any other class method • Define the implementation like any other class method This...
Instructional Video4:51
Curated Video

Complete Modern C++ - Variadic Templates - Part II (C++11)

Higher Ed
In this video, we will take a deep dive into the internals of how variadic templates work. This clip is from the chapter "Templates" of the series "Complete Modern C++".In this section, we will see non-type template arguments, perfect...
Instructional Video5:27
Curated Video

Excel VBA Programming The Complete Guide - The Worksheets.Add Method

Higher Ed
The Worksheets.Add method creates a new worksheet in the current Workbook. It accepts either one of two optional arguments, Before and After, that determine where the new worksheet will be placed. This clip is from the chapter "Object...
Instructional Video9:14
Curated Video

The Complete Beginners Guide to Arduino - 2021 - Functions

Higher Ed
Once your code starts getting larger than a page long, you will want to split out your code into functions to make it easier to control, and easier to read and debug. This lecture explains what functions are and how to use them in your...
Instructional Video3:34
Curated Video

The Complete Guide to ASP.NET Core MVC (.NET 5) - Implement Stored Proc Repository

Higher Ed
In this video, we'll look at implementing stored proc repository. This clip is from the chapter "Repository Pattern" of the series "The Complete Guide to ASP.NET Core MVC (.NET 5)".In this section, let's look at the repository pattern.
Instructional Video8:51
Curated Video

The Complete Java Developer Course: From Beginner to Master - The StringBuilder Class

Higher Ed
This video explains about the StringBuilder class. This clip is from the chapter "Strings and the StringBuilder Class" of the series "The Complete Java Developer Course: From Beginner to Master".This section dives deeper into the String...
Instructional Video7:16
Curated Video

REST APIs with Flask and Python - The ItemList and Creating Items

Higher Ed
This video explains the ItemList and demonstrates how to create items. This clip is from the chapter "Flask-RESTful for More Efficient Development" of the series "REST APIs with Flask and Python".This section explores the various aspects...
Instructional Video19:35
Curated Video

REST APIs with Flask and Python - Setting up nginx and REST API

Higher Ed
This video explains how to install nginx and set up the connection from nginx to the uWSGI process. This clip is from the chapter "Deploying a Server to Your Own Server" of the series "REST APIs with Flask and Python".This section...
Instructional Video7:47
Curated Video

Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - parameterized queries and stored procedures

Higher Ed
SQL Injection: SQLi mitigation - parameterized queries and stored procedures This clip is from the chapter "SQL Injection" of the series "Web Security: Common Vulnerabilities And Their Mitigation".In this section, we will discuss a major...
Instructional Video5:10
Curated Video

Spring Framework Master Class - Java Spring the Modern Way - Step 06-Your First Servlet doPost Method

Higher Ed
This video demonstrates how to develop your first servlet doPost method. This clip is from the chapter "Quick Preview-Web Applications with Spring MVC" of the series "Spring Framework Master Class - Java Spring the Modern Way".This...
Instructional Video6:53
Curated Video

Arduino for Beginners - 2022 Complete Course - Functions

Higher Ed
This video explains functions. This clip is from the chapter "Programming Basics for Arduino" of the series "Arduino for Beginners - 2022 Complete Course".This section explains Programming Basics for Arduino.
Instructional Video4:57
Curated Video

Raspberry Pi For Beginners - 2022 Complete Course - Send Your First Email from the Raspberry Pi

Higher Ed
This video helps you with sending your first email from the Raspberry Pi. This clip is from the chapter "Send an Email from Your Raspberry Pi" of the series "Raspberry Pi for Beginners - 2022 Complete Course".This section focuses on...
Instructional Video10:36
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Padding Image

Higher Ed
This video explains about padding image. 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 neural network...
Instructional Video8:41
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Hand Engineering Versus CNNs

Higher Ed
This video demonstrates hand engineering versus CNNs. This clip is from the chapter "Object Detection" of the series "Deep Learning CNN: Convolutional Neural Networks with Python".This section focuses on the methods of object detection.
Instructional Video8:12
Curated Video

Deep Learning CNN Convolutional Neural Networks with Python - Gradient Descent

Higher Ed
This video explains about gradient descent. 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...