Skip to content

earlbabson/nlp-tutorial

This branch is 5 commits behind graykode/nlp-tutorial:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f97cef9 · Aug 15, 2020

History

73 Commits
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Feb 2, 2019
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 15, 2020
Aug 14, 2020
Jan 12, 2019
Aug 15, 2020
Feb 3, 2019
Aug 15, 2020

Repository files navigation

nlp-tutorial

nlp-tutorial is a tutorial for who is studying NLP(Natural Language Processing) using Pytorch. Most of the models in NLP were implemented with less than 100 lines of code.(except comments or blank lines)

  • [08-14-2020] Old TensorFlow v1 code is archived in the archive folder. For beginner readability, only pytorch version 1.0 or higher is supported.

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+
  • Pytorch 1.0.0+

Author

  • Tae Hwan Jung(Jeff Jung) @graykode
  • Author Email : [email protected]
  • Acknowledgements to mojitok as NLP Research Internship.

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 61.0%
  • Python 39.0%