Skip to content

Christinaliang/nlp-tutorial

Repository files navigation

nlp-tutorial

nlp-tutorial is a tutorial for who is studying NLP(Natural Language Processing) using TensorFlow and Pytorch.

  • Most of the models in NLP were implemented with less than 100 lines of code.(except comments or blank lines)
  • You can also learn Tensorflow or Pytorch.

Curriculum

1. Basic Embedding Model - (Example Purpose)

2. CNN(Convolutional Neural Network)

3. RNN(Recurrent Neural Network)

4. Attention Mechanism

5. Model based on Transformer

  • 6-1. BERT

Author

Reference Code

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.8%
  • Python 20.2%