Introduction to PyTorch: Build a Neural Network to Recognize Handwritten Digits
In this tutorial, you will focus on one specific task called object recognition, or image classification. Given an image of a handwritten digit, your model will predict which digit is shown.