nlp-guide icon indicating copy to clipboard operation
nlp-guide copied to clipboard

nlp-guide

nlp-guide is a tutorial for who is studying NLP(Natural Language Processing) using TensorFlow and Pytorch. This repository heavily refers graykode's nlp-tutorial

Curriculum

0. FFNN(Feed Forward Neural Network) with one-hot BoW

1. Basic Embedding Model

2. RNN(Recurrent Neural Network)

3. Attention Mechanism

4. CNN(Convolutional Neural Network)

5. Model based on Transformer

Dependencies

  • Python 3.5+
  • Tensorflow 1.12.0+
  • Pytorch 0.4.1+

Author