Reader small image

You're reading from  Mastering PyTorch

Product typeBook
Published inFeb 2021
Reading LevelIntermediate
PublisherPackt
ISBN-139781789614381
Edition1st Edition
Languages
Tools
Right arrow
Author (1)
Ashish Ranjan Jha
Ashish Ranjan Jha
author image
Ashish Ranjan Jha

Ashish Ranjan Jha received his bachelor's degree in electrical engineering from IIT Roorkee (India), a master's degree in Computer Science from EPFL (Switzerland), and an MBA degree from Quantic School of Business (Washington). He has received a distinction in all 3 of his degrees. He has worked for large technology companies, including Oracle and Sony as well as the more recent tech unicorns such as Revolut, mostly focused on artificial intelligence. He currently works as a machine learning engineer. Ashish has worked on a range of products and projects, from developing an app that uses sensor data to predict the mode of transport to detecting fraud in car damage insurance claims. Besides being an author, machine learning engineer, and data scientist, he also blogs frequently on his personal blog site about the latest research and engineering topics around machine learning.
Read more about Ashish Ranjan Jha

Right arrow

What this book covers

Chapter 1, Overview of Deep Learning Using PyTorch, includes brief notes on various DL terms and concepts that are will help you to understand later parts of the book. This chapter also gives you a quick overview of PyTorch as a language and the tools that will be used throughout this book to build DL models. Finally, we will train a neural network model using PyTorch.

Chapter 2, Combining CNNs and LSTMs, walks us through an example where we will build a neural network model with a CNN and long short-term memory (LSTM) that generates text/captions as output when given images as input using PyTorch.

Chapter 3, Deep CNN Architectures, gives a rundown of the most advanced deep CNN model architectures in recent years. We use PyTorch to create many of these models and train them for different tasks.

Chapter 4, Deep Recurrent Model Architectures, goes through the recent advancements in recurrent neural architectures, specifically RNNs, LSTMs, and gated recurrent units (GRUs). Upon completion of this chapter, you will be able to create your own complex recurrent architectures in PyTorch.

Chapter 5, Hybrid Advanced Models, discusses some advanced, unique hybrid neural architectures, such as Transformers, which have revolutionized the world of natural language processing. This chapter also discusses RandWireNNs, taking a peek into the world of neural architecture search using PyTorch.

Chapter 6, Music and Text Generation with PyTorch, demonstrates the use of PyTorch to create DL models that can compose music and write text with practically nothing being provided to them at runtime.

Chapter 7, Neural Style Transfer, discusses a special type of generative neural network model that can mix multiple input images and generate artistic-looking arbitrary images.

Chapter 8, Deep Convolutional GANs, explains GANs and sees you train one on a specific task using PyTorch.

Chapter 9, Deep Reinforcement Learning, explores how PyTorch can be used to train agents in a deep reinforcement learning task, such as a video game.

Chapter 10, Operationalizing PyTorch Models into Production, runs through the process of deploying a DL model written in PyTorch into a real production system using Flask and Docker as well as TorchServe. Then, we'll learn how to export PyTorch models using TorchScript and ONNX. We'll also learn how to ship PyTorch code as a C++ application. Finally, we will also learn how to use PyTorch on some of the popular cloud computing platforms.

Chapter 11, Distributed Training, explores how to efficiently train large models with limited resources through distributed training practices in PyTorch.

Chapter 12, PyTorch and AutoML, walks us through setting up machine learning experiments effectively using AutoML with PyTorch.

Chapter 13, PyTorch and Explainable AI, focuses on making machine learning models interpretable to a layman using tools such as Captum combined with PyTorch.

Chapter 14, Rapid Prototyping with PyTorch, discusses various tools and libraries such as fast.ai and PyTorch Lightning that make the process of model training in PyTorch several times faster.

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mastering PyTorch
Published in: Feb 2021Publisher: PacktISBN-13: 9781789614381

Author (1)

author image
Ashish Ranjan Jha

Ashish Ranjan Jha received his bachelor's degree in electrical engineering from IIT Roorkee (India), a master's degree in Computer Science from EPFL (Switzerland), and an MBA degree from Quantic School of Business (Washington). He has received a distinction in all 3 of his degrees. He has worked for large technology companies, including Oracle and Sony as well as the more recent tech unicorns such as Revolut, mostly focused on artificial intelligence. He currently works as a machine learning engineer. Ashish has worked on a range of products and projects, from developing an app that uses sensor data to predict the mode of transport to detecting fraud in car damage insurance claims. Besides being an author, machine learning engineer, and data scientist, he also blogs frequently on his personal blog site about the latest research and engineering topics around machine learning.
Read more about Ashish Ranjan Jha