Skip to content

1837669410/NLP-ST

Repository files navigation

NLP-ST

A simple and easy to understand NLP teaching

algorithm

code

paper1:Keyword-in-Context Index for Technical Literature

paper2:The Inverted Multi-Index

code

code

code

code

paper1:Efficient Estimation of Word Representations in Vector Space

code

paper1:Efficient Estimation of Word Representations in Vector Space

code

paper1:Convolutional Neural Networks for Sentence Classification

paper2:A Sensitivity Analysis of (and Practitioners' Guide to) Convolutional Neural Networks for Sentence Classification

code

paper1:Sequence to Sequence Learning with Neural Networks

code

paper1:Convolutional Neural Networks for Sentence Classification

code

paper1:Neural Machine Translation By Jointly Learning To Align And Translate

code

paper1:Effective Approaches to Attention-based Neural Machine Translation

code

paper1:Attention Is All You Need

code

paper1:Deep contextualized word representation

code

paper1:Improving Language Understanding by Generative Pre-Training

code

paper1:BERT:Pre-training of Deep Bidirectional Transformers for Language Understanding

Note: There is a slight difference between the model of this Bert and the original paper. I have used an improved training method, which is already written at the beginning of the code. You can check it yourself

Todo

  • Translate a corresponding Pytorch code
  • Supporting video explanation (this may take a long time)
  • Recruit interested students to complete together

reference

1、莫烦python github | web

2、动手学深度学习 web

3、李沐老师 bilibili