textcnn topic

List textcnn repositories

OpenTextClassification

178
Stars
19
Forks
Watchers

OpenTextClassification is all you need for text classification! Open text classification for everyone, enjoy your NLP journey! 这可能是目前为止最全面的开源文本分类项目,支持中英双语、多种模型、多种任...

text_classification

7.8k
Stars
2.6k
Forks
Watchers

all kinds of text classification models and more with deep learning

bert_language_understanding

959
Stars
211
Forks
Watchers

Pre-training of Deep Bidirectional Transformers for Language Understanding: pre-train TextCNN

sentiment_analysis_fine_grain

587
Stars
161
Forks
Watchers

Multi-label Classification with BERT; Fine Grained Sentiment Analysis from AI challenger

ai_law

274
Stars
77
Forks
Watchers

all kinds of baseline models for long text classificaiton( text categorization)

classifier-multi-label

614
Stars
136
Forks
Watchers

多标签文本分类,多标签分类,文本分类, multi-label, classifier, text classification, BERT, seq2seq,attention, multi-label-classification

Keras-TextClassification

1.7k
Stars
403
Forks
Watchers

中文长文本分类、短句子分类、多标签分类、两句子相似度(Chinese Text Classification of Keras NLP, multi-label classify, or sentence classify, long or short),字词句向量嵌入层(embeddings)和网络层(gra...

textclf

230
Stars
39
Forks
Watchers

TextClf :基于Pytorch/Sklearn的文本分类框架,包括逻辑回归、SVM、TextCNN、TextRNN、TextRCNN、DRNN、DPCNN、Bert等多种模型,通过简单配置即可完成数据处理、模型训练、测试等过程。

PyTorchText

1.1k
Stars
362
Forks
Watchers

1st Place Solution for Zhihu Machine Learning Challenge . Implementation of various text-classification models.(知乎看山杯第一名解决方案)

TextClassification-Keras

817
Stars
187
Forks
Watchers

Text classification models implemented in Keras, including: FastText, TextCNN, TextRNN, TextBiRNN, TextAttBiRNN, HAN, RCNN, RCNNVariant, etc.