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.
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.
Table of contents
- Version Check 0m
- Module Overview 1m
- Prerequisites and Course Outline 2m
- Single Channel and Multichannel Images 5m
- Preprocessing Images to Train Robust Models 6m
- Setting up a Deep Learning VM 5m
- Image Preprocessing: Resizing and Rescaling Images 7m
- Cropping and Denoising Images 5m
- Standardizing Images in PyTorch 5m
- ZCA Whitening to Decorrelate Features 3m
- Image Transformations Using PyTorch Libraries 3m
- Normalizing Images Using Mean and Standard Deviation 6m
- Module Summary 1m