Instructional Video11:59
Curated Video

React JS Masterclass - Go From Zero To Job Ready - useState: Array State Value / 012

Higher Ed
Here, we will continue to understand the useState, but this time, we will not just use it with integers, we will use arrays. We will create a task list and experiment with using tasks.
Instructional Video8:44
Curated Video

Deep Learning - Artificial Neural Networks with Tensorflow - Classification Notebook

Higher Ed
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...
Instructional Video3:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Plot Formatting and Scatter Plot

Higher Ed
In this video, we will cover plot formatting and scatter plot. 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...
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 Video8:42
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Resize and Reshape Arrays

Higher Ed
In this video, you will learn how to resize and reshape an array. This clip is from the chapter "Optional Learning - Python for Data Science - with NumPy" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".IN...
Instructional Video16:22
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - NumPy

Higher Ed
In this video, we will first understand how to create arrays using NumPy library. 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 Video10:07
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Logic for Single-Letter input

Higher Ed
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...
Instructional Video6:18
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Logic Building

Higher Ed
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...
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 Video7:44
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Inbuilt Functions in Python - range and input

Higher Ed
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...
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 Video8:26
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Tuples and Sets in Python

Higher Ed
In this video, you will learn about tuples and sets 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 Video2:06
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Adding Comments in Python Programming Language

Higher Ed
In this video, you will learn how to add comments to our programs. 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...
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 Video3:27
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Print Function

Higher Ed
In this video, you will learn about the Print function. 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: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 Video11:26
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - LeNet Model in PyTorch

Higher Ed
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...
Instructional Video4:36
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Data Visualization

Higher Ed
In this video, you will learn how to visualize your data to understand it better. 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...
Instructional Video7:12
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - PyTorch on GPU

Higher Ed
In this video, we will test the competition speed with GPU. 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 PyTorch and...
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...