Instructional Video7:43
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - Arrow Functions 2

Higher Ed
This clip is from the chapter "Function and Arguments" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains functions and arguments, which is a critical part of this course because...
Instructional Video5:36
Curated Video

Quick JavaScript Crash Course - Modern and Advanced JavaScript - BigInteger

Higher Ed
This clip is from the chapter "Variables and Scoping" of the series "Quick JavaScript Crash Course - Modern and Advanced JavaScript".This section explains variables and scoping and things to avoid and embrace around this.
Instructional Video3:57
Curated Video

Behavioral Design Patterns in C++ - Pros and Cons-Visitor

Higher Ed
This video talks about the pros and cons of the Visitor pattern. This clip is from the chapter "Visitor" of the series "Behavioral Design Patterns in C++".This section focuses on the Visitor pattern.
Instructional Video6:42
Curated Video

Behavioral Design Patterns in C++ - Chat System - II

Higher Ed
This video is a continuation to building a central chat server. This clip is from the chapter "Mediator" of the series "Behavioral Design Patterns in C++".This section focuses on the Mediator pattern.
Instructional Video5:31
Curated Video

Behavioral Design Patterns in C++ - Help System - II

Higher Ed
In this video, we will use the CoR pattern to implement the help system of an application. This clip is from the chapter "Chain of Responsibility" of the series "Behavioral Design Patterns in C++".This section focuses on the Chain of...
Instructional Video4:45
Curated Video

Behavioral Design Patterns in C++ - Account Class

Higher Ed
This video demonstrates the usage of the Memento pattern in a banking application. This clip is from the chapter "Memento" of the series "Behavioral Design Patterns in C++".This section focuses on the Memento pattern in detail.
Instructional Video5:20
Curated Video

Behavioral Design Patterns in C++ - DataList - I

Higher Ed
This video starts with another example that will be used to understand how macro commands can be implemented. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Instructional Video3:40
Curated Video

Behavioral Design Patterns in C++ - Basic Implementation - II

Higher Ed
In this video, we continue our exploration of the command design pattern by implementing the basic structure of our command objects. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this...
Instructional Video15:46
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093

Higher Ed
This lesson creates a new reducer method called removeFromCart, which accepts a value and removes an item from the basket. We will then add an handler to our remove button.
Instructional Video9:43
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091

Higher Ed
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Instructional Video16:27
Curated Video

React JS Masterclass - Go From Zero To Job Ready - Context / 087

Higher Ed
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Instructional Video7:14
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations and Functions in NumPy

Higher Ed
In this video, we will understand the different mathematical operations and functions that we can perform on NumPy arrays. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep...
Instructional Video3:48
Curated Video

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

Higher Ed
In this video, you will learn about the string 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...
Instructional Video5:02
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Numerical Data Types and Arithmetic Operations in Python

Higher Ed
In this video, you will learn about numerical data types and arithmetic operations in Python. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Instructional Video8:36
Curated Video

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

Higher Ed
In this video, you will learn about variables 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 Video8:51
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Preparation and Evaluation

Higher Ed
In this video, you will learn how to train our LeNet model. This clip is from the chapter "LeNet Architecture in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn how to...
Instructional Video7:37
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - CNN Deep Layers

Higher Ed
In this video, you will learn how to perform a series of convolution operations to the required output. This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video7:46
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - First CNN

Higher Ed
In this video, we will work on building our first convolution layer. This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn how to...
Instructional Video3:45
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - CNN Recap

Higher Ed
In this video, we will have a quick recap on the convolution operation. This clip is from the chapter "CNN in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, you will learn how to...
Instructional Video4:04
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - What Is CUDA

Higher Ed
In this video, we will first understand what CUDA is and then see it in action. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive...
Instructional Video4:35
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy in PyTorch

Higher Ed
In this video, you will learn how to convert a NumPy array in PyTorch. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive into...
Instructional Video8:07
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Installing PyTorch

Higher Ed
In this video, you will learn how to install PyTorch using Google Colab ipynb. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive...
Instructional Video3:51
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Why Is PyTorch Powerful?

Higher Ed
In this video, we will look at a quick demo and understand why PyTorch is powerful. This clip is from the chapter "Welcome Aboard" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".Welcome to the course! This is...
Instructional Video2:15
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations on Tensors

Higher Ed
In this video, let's see how we can perform mathematical operations on Tensors. This clip is from the chapter "Diving into PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will dive...