This repository includes basics and advanced examples for deep learning by using Pytorch.
Basics which are basic nns like Logistic, CNN, RNN, LSTM are implemented with few lines of code, advanced examples are implemented by complex model.
It is better finish Official Pytorch Tutorial before this.
- Poetry VAE-NLG
- Seq2seq
- BiLSTM CRF NER
- LSTM CNNs CRF
- Chinese Poetry NLG
- BiMPM
- Pair Ranking Cnn
- BiLSTM CRF
$ git clone git@github.com:ne7ermore/torch_light.git
$ cd torch_light/project
$ python main.py
Ne7ermore Tao/ @ne7ermore