This repository provides my notes code for deep learning researchers to learn PyTorch.
- Convolutional Neural Network
- Deep Residual Network
- Recurrent Neural Network
- Bidirectional Recurrent Neural Network
- LSTM Network
- Language Model (RNN-LM)
- Generative Adversarial Networks
- Variational Auto-Encoder
- Neural Style Transfer
- Image Captioning (CNN-RNN)
$ git clone https://github.com/kevin2018pg/pytorch-notes.git
$ cd pytorch-notes/PROJECT PATH
$ python main.py