Curated Video
Behavioral Design Patterns in C++ - TextPad - IV
In this video, we will implement the menu class for handling user input. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the command design pattern, which...
Curated Video
Behavioral Design Patterns in C++ - TextPad - II
This video starts with the creation of the application class and implementation of its important methods. This clip is from the chapter "Command" of the series "Behavioral Design Patterns in C++".In this section, we will explore the...
Curated Video
React JS Masterclass - Go From Zero To Job Ready - UI Design (Tailwind and Flowbite) / 065
Now, we will focus on creating a basic user interface. We will define the page structure and how Cinemate, using Tailwind and Flowbite, works.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - useRef Hook / 030
In this video, we will explore a hook, useRef, which will allow us to reference an unnecessary value for rendering. This is used to reference a value, manipulate a DOM with a reference, and avoid recreating reference content.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Event / 028
Let's learn to create submit buttons, enabling us to accept the input values through forms or input tabs. We can make the submit buttons and get inputs through data storage functions.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Controlled Inputs / 027
In this lecture, you will learn to create a button on our app that will allow us to control the input by resetting the input value in the task name field.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Event / 026
In this video, we will examine the listener that we will work with, which calls a function that will execute a task every time there is a change in the input, an anonymous function, or create a function based on our requirement.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Forms and Input / 025
In this lesson, you will learn to create forms and provide user input into the forms to collect data or add and delete tasks. You will learn to control the way the form behaves in accepting inputs.
Curated Video
React JS Masterclass - Go From Zero To Job Ready - Testing Introduction / 148
Learn software testing with an introduction, software development lifecycle, design, development, testing, quality assurance, and quality control.
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Geometrical Picture
In this video, we will understand the geometrical picture by understanding why neural networks are so important instead of a single neural network. This clip is from the chapter "Feedforward Artificial Neural Networks" of the series...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Artificial Neural Networks Section Introduction
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...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - The Neuron
In this video, we will understand the neuron. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section, we will cover a crash course on...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Regression Notebook
In this video, we will understand linear regression by proving the Mosse law true. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with TensorFlow".In this section,...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - Classification Notebook
In this video, we will understand linear classification with the help of breast cancer dataset example. This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Curated Video
Deep Learning - Artificial Neural Networks with Tensorflow - What Is Machine Learning?
In this video, we will understand what machine learning is and get a clear idea about ML (machine learning). This clip is from the chapter "Machine Learning and Neurons" of the series "Deep Learning - Artificial Neural Networks with...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Logic for Single-Letter input
In this video, we will continue building the logic for single-letter input. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Logic Building
In this video, we will work on building the logic. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Mini Project - Hangman
In this video, we will get introduced to our mini project, which is called the Hangman. This clip is from the chapter "Optional Learning - Mini Project with Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Functions in Python
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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input
In this video, you will learn two important inbuilt functions in Python, which are range and input functions. This clip is from the chapter "Optional Learning - Python Basics" of the series "Deep Learning - Computer Vision for Beginners...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - Why Choose Python
In this video, we will understand the benefits of 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 - LeNet Model in PyTorch
In this video, you will learn how to implement the LeNet model in PyTorch. 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...
Curated Video
Deep Learning - Computer Vision for Beginners Using PyTorch - LeNet Overview
In this video, let's first understand what LeNet architecture is. 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...
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...