Skip to content

modudeepnlp/NLP_Tensorflow2.0

Repository files navigation

NLP_Tensorflow2.0

This is NLP_with_MentoringProgram with DeepNLP

Most of information is from NLP paper implementation with PyTorch

Classification

Train ACC (120,000) Validation ACC (30,000) Test ACC (50,000)
Baseline (Feed Forward) 92.33% - 81.29%
SenCNN 92.22% 86.81% 86.48%
SenCNN(Ryan) 92.53% - 82.99%
SenCNN(SM) 92.3% 84.98% 84.42%
SenCNN(JMKIM) 94.56% 86.268% 85.851%
CharCNN - - -
ConvRec - - -
VDCNN - - -
SAN - - -

Sentence Simlarity

Neural machine translation

Machine reading comprension

Transfer learning

Named entity recognition

Language model

Releases

No releases published

Packages

No packages published

Languages