June 15, 2020
It is a skill that modern developers need to know. PyTorch is the premier open-source deep learning framework developed and maintained by Facebook. At its core, PyTorch is a mathematical library that allows you to perform efficient computation and automatic differentiation on graph-based models. Achieving this directly is challenging, although thankfully, the modern PyTorch API provides classes and idioms that allow you to easily develop a suite of deep learning models. In this tutorial, you will discover a step-by-step guide to developing deep learning models in PyTorch.
How to develop PyTorch deep learning models for regression, classification, and predictive modeling tasks.
In this tutorial, you discovered a step-by-step guide to developing deep learning models in PyTorch. Specifically, you learned:
How to develop PyTorch deep learning models for regression, classification, and predictive modeling tasks.