Fast AI's Pytorch tutorial

Fast AI wrote a really nice pytorch tutorial which starts from a very manual implementation of a one hidden layer neural network trained on MNIST data, then gradually adds on pytorch built-in capabilities. It nicely shows off what pytorch can do, and how it simplifies the coding. The different steps involve using:

[ deeplearning  pytorch  ]