Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - Arrow Functions 2
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...
Curated Video
Quick JavaScript Crash Course - Modern and Advanced JavaScript - BigInteger
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.
Curated Video
Behavioral Design Patterns in C++ - Pros and Cons-Visitor
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.
Curated Video
Behavioral Design Patterns in C++ - Chat System - II
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.
Curated Video
Behavioral Design Patterns in C++ - Help System - II
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...
Curated Video
Behavioral Design Patterns in C++ - Account Class
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.
Curated Video
Behavioral Design Patterns in C++ - DataList - I
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...
Curated Video
Behavioral Design Patterns in C++ - Basic Implementation - II
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...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Reducers: Add and Remove / 093
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.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Project Structure / 091
We will explore the most common and most accessible structure in use. I call it the flat structure as it has minimal directory nesting.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Context / 087
This is a continuation of the previous lesson, where we will continue validating the information we place on the form before checking out.
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations and Functions in NumPy
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - String Data Type
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Numerical Data Types and Arithmetic Operations in Python
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Variables in Python
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Preparation and Evaluation
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - CNN Deep Layers
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - First CNN
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - CNN Recap
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - What Is CUDA
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy in PyTorch
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Installing PyTorch
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Why Is PyTorch Powerful?
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Mathematical Operations on Tensors
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...