https://github.com/myhub/nlp
NLP入门
https://github.com/myhub/nlp
Last synced: 3 months ago
JSON representation
NLP入门
- Host: GitHub
- URL: https://github.com/myhub/nlp
- Owner: myhub
- Created: 2021-04-13T09:11:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-23T05:43:08.000Z (about 4 years ago)
- Last Synced: 2025-01-10T15:15:07.272Z (5 months ago)
- Size: 8.79 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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