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 Feb 2019: The object detection tutorial is finally complete :)
In each tutorial, we will focus on a specific application or area of interest by implementing a model from a research paper.