Instructional Video4:22
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation-Template Method

Higher Ed
This video demonstrates basic implementation of the template method pattern through coding. This clip is from the chapter "Template Method" of the series "Behavioral Design Patterns in C++".In this section, we explore the template method...
Instructional Video7:55
Curated Video

Behavioral Design Patterns in C++ - Function Strategy - I

Higher Ed
In this video, we explore the function strategy design pattern, which allows us to swap out different algorithms at runtime. We will cover the basics of the pattern and how to implement it in JavaScript, as well as some real-world use...
Instructional Video9:22
Curated Video

Behavioral Design Patterns in C++ - Dynamic Array - I

Higher Ed
In this video, we will introduce a dynamic array that may be used in both single-threaded and multi-threaded applications. This clip is from the chapter "Strategy" of the series "Behavioral Design Patterns in C++".In this section, you...
Instructional Video14:05
Curated Video

Learn Azure Serverless Functions in a Weekend - Developing Azure Functions in Local Functions App

Higher Ed
This video helps you with developing Azure Functions in the local functions app. This clip is from the chapter "Azure Functions Local Development Environment" of the series "Learn Azure Serverless Functions in a Weekend".This section...
Instructional Video8:51
Curated Video

Learn Azure Serverless Functions in a Weekend - Azure Functions to Process Blob Storage

Higher Ed
This video will help you develop Azure Functions to process blob storage. You will parse the text from an HTTP request and save it as a blob file in an Azure storage account container. You will process each blob in a blob container and...
Instructional Video10:50
Curated Video

Learn Azure Serverless Functions in a Weekend - Creating First Function in Azure Portal

Higher Ed
This video helps you with creating your first function in Azure Portal. This clip is from the chapter "Creating Azure Functions in Azure Portal" of the series "Learn Azure Serverless Functions in a Weekend".This section focuses on...
Instructional Video5:06
Curated Video

Behavioral Design Patterns in C++ - Lamp - I (NoState)

Higher Ed
This video explains the implementation of the State design pattern. Here, we will use the example of a lamp with two states, that is, ON and OFF. This clip is from the chapter "State" of the series "Behavioral Design Patterns in...
Instructional Video3:38
Curated Video

SQL Server Course for Beginners with 100+ examples - WHERE Clause in SQL

Higher Ed
Learn how to work with the WHERE clause in SQL. WHERE clause filters records based on condition(s). This clip is from the chapter "Select Records in SQL" of the series "SQL Server Course for Beginners with 100+ Examples".This section...
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - Slide Deck - II

Higher Ed
In this video, we will add the classes that will display the content part. This clip is from the chapter "Observer" of the series "Behavioral Design Patterns in C++".This section focuses on the Observer pattern.
Instructional Video8:45
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Multiclass Classification

Higher Ed
In this video, you will learn about multiclass classification. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will...
Instructional Video9:46
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Forward Propagation

Higher Ed
In this video, you will learn about forward propagation as it is related to neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video6:03
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction

Higher Ed
In this video, we will get introduced to artificial neural networks. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we...
Instructional Video6:50
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Making Predictions

Higher Ed
In this video, we will be talking about another important part of creating a model, which is making predictions. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Instructional Video9:54
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Matplotlib Introduction

Higher Ed
In this video, we will get introduced to Matplotlib. This clip is from the chapter "Optional Learning - Python for Data Science - with Matplotlib" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video3:45
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Imputation

Higher Ed
In this video, we will understand how to perform imputation on our dataframe. This clip is from the chapter "Optional Learning - Python for Data Science - with Pandas" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:05
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Slicing

Higher Ed
In this video, we will understand how to perform slicing on NumPy arrays. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video6:49
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Final Testing

Higher Ed
In this video, we will run our project and check whether our program runs as required. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video12:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Classes in Python

Higher Ed
In this video, you will learn about classes in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video9:17
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Functions in Python

Higher Ed
In this video, you will learn about functions in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...
Instructional Video4:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - For Loops

Higher Ed
In this video, you will learn about for loops. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning the basics...
Instructional Video6:08
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Conditional Statements in Python - While

Higher Ed
In this video, you will learn about the "While" conditional statement and how to implement it. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video9:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Structures in Python

Higher Ed
In this video, we will understand the data structures in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be...
Instructional Video6:18
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Type Conversion and Type Casting

Higher Ed
In this video, we will understand how to convert one data type to another data type. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video1:56
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Boolean Data Type

Higher Ed
In this video, we will understand the Boolean data type. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will be learning...