wenjinhua / Text-classification-CNNLinks
this is a text-classification demo with CNN
☆17Updated 6 years ago
Alternatives and similar repositories for Text-classification-CNN
Users that are interested in Text-classification-CNN are comparing it to the libraries listed below
Sorting:
- Sentiment Analysis with Word Embedding and Long Short Term Memory Approaches☆70Updated 6 years ago
- 基于gensim模块,训练LDA(Latent Dirichlet Allocation)模型,用于计算长短文本的相似度.☆12Updated 4 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆94Updated 6 years ago
- some examples about NLP☆22Updated 6 years ago
- question classification with multi-level attention mechanism 使用多层级注意力机制和keras实现问题分类☆34Updated 6 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆151Updated 4 years ago
- CNN 实现文本分类☆183Updated 3 years ago
- 使用tensorflow2完成一些常见的NLP任务☆89Updated 5 years ago
- 使用深度学习方法对IMDB电影评价做情感分析,使用的方法分别为:MLP、BiRNN、BiGRU+Attention Model☆225Updated 8 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 6 years ago
- several methods for text classification☆187Updated 7 years ago
- Multilabel classification based on TextCNN and Attention☆77Updated 4 years ago
- tensorflow TxetCnn TextRNN 使用Textcnn、Textrnn对文本进行分类☆58Updated 6 years ago
- ☆131Updated 7 years ago
- all kinds of text classificaiton models and more with deep learning☆99Updated 7 years ago
- 新闻上的文本分类:机器学习大乱斗☆180Updated 6 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago
- 嵌入Word2vec词向量的CNN中文文本分类☆449Updated 5 years ago
- ModifyAI 公众号项目☆27Updated 5 years ago
- keras+tensorflow+python3下的中文分词, 大数据可训练,解决内存不够用问题☆40Updated 7 years ago
- 互联网新闻情感分析赛题baseline☆42Updated 5 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆23Updated 6 years ago
- 文本分类之特征选择☆11Updated 7 years ago
- Lstm+Cnn 预训练词向量 文本分类☆103Updated 6 years ago
- ’达观杯‘文本智能处理挑战赛,文本分类任务的实现,包括一些传统的监督学习算法和深度学习算法,主要基于sklearn/xgb/lgb/pytorch包实现。☆259Updated 6 years ago
- A repository to save my machine learning notes.☆69Updated 5 years ago
- 文本分类的目前测试效果较好的算法☆56Updated 5 years ago
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆184Updated 7 years ago
- ☆95Updated 5 years ago
- CNN、textCNN、textRCNN with Keras☆22Updated 6 years ago