An open API service indexing awesome lists of open source software.

https://github.com/myhub/nlp

NLP入门
https://github.com/myhub/nlp

Last synced: 3 months ago
JSON representation

NLP入门

Awesome Lists containing this project

README

        

# NLP
### NLP入门参考资料
+ 图解Transformer https://blog.csdn.net/longxinchen_ml/article/details/86533005
+ Transformer中warm-up和LayerNorm的重要性探究 https://zhuanlan.zhihu.com/p/84614490

### NLP入门数据集
+ https://github.com/myhub/nlp-mnist
+ https://github.com/Kenneth111/TransformerDemo
+ https://pytorch.org/tutorials/beginner/transformer_tutorial.html

+ Why do you transpose the input shape to (seq len, batch)? https://github.com/teddykoker/image-gpt/issues/8