Book Image

PyTorch Deep Learning in 7 Days [Video]

By : Will Ballard
3 (1)
Book Image

PyTorch Deep Learning in 7 Days [Video]

3 (1)
By: Will Ballard

Overview of this book

PyTorch is Facebook’s latest Python-based framework for Deep Learning. It has the ability to create dynamic Neural Networks on CPUs and GPUs, both with a significantly less code compared to other competing frameworks. PyTorch has a unique interface that makes it as easy to learn as NumPy. This 7-day course is for those who are in a hurry to get started with PyTorch. You will be introduced to the most commonly used Deep Learning models, techniques, and algorithms through PyTorch code. This course is an attempt to break the myth that Deep Learning is complicated and show you that with the right choice of tools combined with a simple and intuitive explanation of core concepts, Deep Learning is as accessible as any other application development technologies out there. It’s a journey from diving deep into the fundamentals to getting acquainted with the advance concepts such as Transfer Learning, Natural Language Processing and implementation of Generative Adversarial Networks. By the end of the course, you will be able to build Deep Learning applications with PyTorch. All the code and supporting files for this course are available on GitHub at: https://github.com/PacktPublishing/PyTorch-Deep-Learning-in-7-Days This course uses Python 3.7 and PyTorch 1.1 while not the latest version available, it provides relevant and informative content for legacy users of PyTorch.
Table of Contents (7 chapters)
Chapter 1
Getting started with PyTorch
Content Locked
Section 3
Installation and Jupyter Notebook Setup
The aim of this video is to learn the Installation and Jupyter Notebook setup for PyTorch. - Cover PyTorch and Jupyter in VS Code - Take a look at PyTorch Dockerfile - Investigate PyTorch GPU support on Docker