graykode d05e31ec81
Python application / build (push) Has been cancelled
Automatic convert from py to ipynb
2021-07-25 14:52:13 +00:00
2020-08-15 17:33:25 +09:00
2020-10-20 10:33:56 +08:00
2019-02-03 00:16:44 +09:00
2019-01-12 14:33:17 +09:00
2019-02-04 05:05:05 +09:00

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

S
Description
面向深度学习研究者的自然语言处理教程。|GitHub 镜像 14.9k · 🍴 3.9k
https://github.com/graykode/nlp-tutorial Readme MIT 417 KiB
Languages
Jupyter Notebook 61%
Python 39%