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 Video2:39
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Why Choose Python

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

Deep Learning - Computer Vision for Beginners Using PyTorch - Writing a Custom NN Module

Higher Ed
In this video, you will learn how to write a custom NN (Neural Network) module. This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this...
Instructional Video8:11
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Building the First Neural Network

Higher Ed
In this video, you will learn how to build your first neural network. This clip is from the chapter "Creating Deep Neural Networks in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section,...
Instructional Video12:05
Curated Video

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

Higher Ed
In this video, you will learn what is AutoGrad in PyTorch. This clip is from the chapter "AutoGrad in PyTorch" of the series "Deep Learning - Computer Vision for Beginners Using PyTorch".In this section, we will have a look at AutoGrad...
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 Video3:25
Curated Video

Deep Learning - Computer Vision for Beginners Using PyTorch - Tensor Slicing and Reshape

Higher Ed
In this video, you will learn how to reshape and slice a Tensor. 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...
Instructional Video4:39
Curated Video

CompTIA A+ Certification Core 1 (220-1101) - Primary PC Components

Higher Ed
Mike takes you on a tour of the primary PC components including the computer case, monitor, and various peripherals including the keyboard, mouse, speakers, and more. This clip is from the chapter "Book Chapter 2 - The Visible Computer"...
Instructional Video12:44
Curated Video

PowerShell for Automating Administration - Preparing Pull_Repos_and_Execute Script

Higher Ed
This video demonstrates remote script execution architecture. If you don't want to copy the scripts to the server each time and want to fully automate it using PowerShell, then this video will be of great help. This clip is from the...
Instructional Video12:23
Curated Video

PowerShell for Automating Administration - Validation Functions Discussion – Part 2

Higher Ed
This is the second of the two-part video that focuses on the validation functions. Here, you will be studying these functions: Validate-WebService, Validate-AppService, Validate-IIS, Validate-SQLDatabase, and Validate-AppVersion. This...
Instructional Video13:38
Curated Video

PowerShell for Automating Administration - Overview of Server Validation Script

Higher Ed
This video provides an Overview of Server Validation Script. This clip is from the chapter "Server Validation Script" of the series "PowerShell for Automating Administration".This section focuses on the Server Validation Script.
Instructional Video6:03
Curated Video

PowerShell for Automating Administration - Validation Functions Overview

Higher Ed
This video provides an overview of the validation functions. This clip is from the chapter "Server Validation Script" of the series "PowerShell for Automating Administration".This section focuses on the Server Validation Script.
Instructional Video13:07
Curated Video

PowerShell for Automating Administration - Manage Windows Services Using PowerShell - 1

Higher Ed
This is the first of the two-part video where you will learn the commandlet Get-Service that helps fetch the services. This clip is from the chapter "Administering Planned Service Restarts" of the series "PowerShell for Automating...
Instructional Video5:23
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Using Our Modules

Higher Ed
This video explains how to use modules in Python. This clip is from the chapter "Breaking Up Larger Programs, Part 2" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains part 2 of breaking up...
Instructional Video12:59
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Formatted Strings, f-strings

Higher Ed
This video explains formatted strings and f-strings in Python. This clip is from the chapter "Summarising and Presenting the Results" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains...
Instructional Video0:42
Curated Video

Python Bootcamp in a Day - Python Programming for Beginners - Showing Output When Running Python

Higher Ed
This video explains showing output when running Python. This clip is from the chapter "Storing Information" of the series "Python Bootcamp in a Day - Python Programming for Beginners".This section explains objects and variables.
Instructional Video8:16
Curated Video

Deep Learning - Convolutional Neural Networks with TensorFlow - Transfer Learning Code (Part 2)

Higher Ed
In this video, we will dive into action and look at codes for transfer learning without data augmentation. This clip is from the chapter "Transfer Learning for Computer Vision" of the series "Deep Learning - Convolutional Neural Networks...