Skip to content

baichenjing/nlp-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Feb 4, 2019
f774ff8 · Feb 4, 2019

History

31 Commits
Feb 3, 2019
Feb 3, 2019
Feb 2, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Feb 3, 2019
Jan 12, 2019
Feb 3, 2019
Feb 4, 2019

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)

Curriculum - (Example Purpose)

1. Basic Embedding Model

2. CNN(Convolutional Neural Network)

3. RNN(Recurrent Neural Network)

4. Attention Mechanism

5. Model based on Transformer

Dependencies

  • Python 3.5+
  • Tensorflow 1.12.0+
  • Pytorch 0.4.1+
  • Plan to add Keras Version

Author

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 79.1%
  • Python 20.9%