This tutorial is composed of several examples about deep learning. It is expected that these examples will endow a beginner with the basics of both deep learning and PyTorch.
Several independent projects are included in this tutorial. According to the order of from simple to complex, these projects are
-
Training a very simple neural network to classify MNIST data (./nn)
-
Implementation of LeNet-5, training with MNIST data (./lenet)
-
Directory ./cnn trains a two-layered convolutional network using MNIST data
-
Directory ./resnet trains a multi-layered ResNet using CIFAR-10 data