Deep Tutorials for PyTorch
This is a series of in-depth tutorials I'm writing for implementing cool deep learning models on your own with the amazing PyTorch library.
Basic knowledge of PyTorch and neural networks is assumed.
If you're new to PyTorch, first read Deep Learning with PyTorch: A 60 Minute Blitz and Learning PyTorch with Examples.
27 Jan 2020: Working code for two new tutorials has been added — Super-Resolution and Machine Translation
In each tutorial, we will focus on a specific application or area of interest by implementing a model from a research paper.