PyTorch tutorial by Yunjey Choi:
1. Basics
2. Intermediate
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- Language Model (RNN-LM)
- Generative Adversarial Network
3. Advanced
- Image Captioning (CNN-RNN)
- Deep Convolutional GAN (DCGAN)
- Variational Auto-Encoder
- Neural Style Transfer
4. Utilities
Getting Started
$ git clone https://github.com/yunjey/pytorch-tutorial.git $ cd pytorch-tutorial/tutorials/project_path $ python main.py # cpu version $ python main-gpu.py # gpu version
Dependencies
Author
Yunjey Choi/ @yunjey
Learn more about PyTorch