PyTorch is a machine learning framework by Meta. It allows you to do tensor computation on the GPU, and design, train, and deploy deep learning models. In this post we’ll cover the following topics: Installing PyTorch Getting familiar with commonly used APIs Building a classifier for MNIST I will assume…