Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 312 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 312 Bytes

None

nlp_beginner_fudan

code for fudan beginner tutorials, reference: https://github.com/FudanNLP/nlp- beginner

text classification with ML

logistic
softmax(TODO)

text classification with PyTorch

RNN
TODO:
CNN

transformer - Implement of 《Attention is all your need》 with PyTorch

TODO