Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - DNN and Deep Learning Basics: DNN Dropout
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...
Curated Video
Data Science and Machine Learning (Theory and Projects) A to Z - Deep Neural Networks and Deep Learning Basics: DNN Training Parameters
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,...
Curated Video
Fundamentals of Machine Learning - Linear Regression - Labs
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...
Curated Video
AWS Cloud Formation Basics - Why do We Need CloudFormation and What is AWS CloudFormation
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...
Curated Video
AWS Cloud Development Kit - From Beginner to Professional - Learn to Customize Stack Resources and How to Get Help
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...
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Tracking the Triggered Pipeline
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
Curated Video
Azure Data Factory for Beginners - Build Data Ingestion - Reading from Source to Target - Part 1
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...
Curated Video
AWS Solutions Architect Associate (SAA-C02) Exam Prep Course - 2021 UPDATED! - Configuring DHCP Options Lab
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...
Curated Video
Creational Design Patterns in Modern C++ - Builder Implementation
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...
Curated Video
Creational Design Patterns in Modern C++ - Issues
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...
Curated Video
Complete Modern C++ - Variadic Templates - Part II (C++11)
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...
Curated Video
Excel VBA Programming The Complete Guide - The Worksheets.Add Method
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...
Curated Video
The Complete Beginners Guide to Arduino - 2021 - Functions
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...
Curated Video
The Complete Guide to ASP.NET Core MVC (.NET 5) - Implement Stored Proc Repository
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.
Curated Video
The Complete Java Developer Course: From Beginner to Master - The StringBuilder Class
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...
Curated Video
REST APIs with Flask and Python - The ItemList and Creating Items
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...
Curated Video
REST APIs with Flask and Python - Setting up nginx and REST API
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...
Curated Video
Web Security: Common Vulnerabilities And Their Mitigation - SQLi mitigation - parameterized queries and stored procedures
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...
Curated Video
Spring Framework Master Class - Java Spring the Modern Way - Step 06-Your First Servlet doPost Method
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...
Curated Video
Arduino for Beginners - 2022 Complete Course - Functions
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.
Curated Video
Raspberry Pi For Beginners - 2022 Complete Course - Send Your First Email from the Raspberry Pi
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Padding Image
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...
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Hand Engineering Versus CNNs
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.
Curated Video
Deep Learning CNN Convolutional Neural Networks with Python - Gradient Descent
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...