- Course
Image Classification with PyTorch
This course covers the parts of building enterprise-grade image classification systems like image pre-processing, picking between CNNs and DNNs, calculating output dimensions of CNNs, and leveraging pre-trained models using PyTorch transfer learning.
- Course
Image Classification with PyTorch
This course covers the parts of building enterprise-grade image classification systems like image pre-processing, picking between CNNs and DNNs, calculating output dimensions of CNNs, and leveraging pre-trained models using PyTorch transfer learning.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Data
What you'll learn
Perhaps the most ground-breaking advances in machine learnings have come from applying machine learning to classification problems. In this course, Image Classification with PyTorch, you will gain the ability to design and implement image classifications using PyTorch, which is fast emerging as a popular choice for building deep learning models owing to its flexibility, ease-of-use and built-in support for optimized hardware such as GPUs. First, you will learn how images can be represented as 4-D tensors and then pre-processed to get the best out of ML algorithms. Next, you will discover how to implement image classification using Dense Neural Networks; you will then understand and overcome the associated pitfalls using Convolutional Neural Networks (CNNs). Finally, you will round out the course by understanding and using the most powerful and popular CNN architectures such as VGG, AlexNet, DenseNet and so on, and leveraging PyTorch’s support for transfer learning. When you’re finished with this course, you will have the skills and knowledge to design and implement efficient and powerful image classification solutions using a range of neural network architectures in PyTorch.
Image Classification with PyTorch
-
Version Check | 16s
-
Module Overview | 1m 9s
-
Prerequisites and Course Outline | 1m 37s
-
Single Channel and Multichannel Images | 4m 45s
-
Preprocessing Images to Train Robust Models | 5m 32s
-
Setting up a Deep Learning VM | 4m 38s
-
Image Preprocessing: Resizing and Rescaling Images | 6m 35s
-
Cropping and Denoising Images | 4m 38s
-
Standardizing Images in PyTorch | 4m 50s
-
ZCA Whitening to Decorrelate Features | 2m 52s
-
Image Transformations Using PyTorch Libraries | 3m 9s
-
Normalizing Images Using Mean and Standard Deviation | 5m 47s
-
Module Summary | 1m 22s