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:
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类☆150Updated 4 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 6 years ago
- keras 搭建文本分类模型,textcnn/bi_gru/cnn+rnn_binglian/cnn+rnn_cuanlian/fasttext/att_bi_gru/rcnn,其中前面四个模型只有create_model函数不同,其余相同,fasttext和rcnn增加了…☆24Updated 6 years ago
- tensorflow TxetCnn TextRNN 使用Textcnn、Textrnn对文本进行分类☆58Updated 6 years ago
- 该工程是利用python3.6进行“特征提取+分类器”来实现美团评论的文本二分类问题。在特征提取部分提取了6种特征,分类器选择了python里面的包xgboost和lightGBM分别实现提升树和GBDT(梯度提升决策树)。☆93Updated 6 years ago
- 关于文本分类的许多方法,主要涉及到TextCNN,TextRNN, LEAM, Transformer,Attention, fasttext, HAN等☆75Updated 6 years ago
- 这是本人第一次数据算法比赛实录。主要整理记录2017年CCF大数据与计算智能竞赛使用的模型和实现代码,选择了基于主题的文本情感分析赛题。采用情感词典+自定义规则完成比赛,成绩:136/796。☆49Updated 7 years ago
- NLP 以及相关的学习实践☆40Updated 3 years ago
- ☆96Updated 5 years ago
- Lstm+Cnn 预训练词向量 文本分类☆102Updated 6 years ago
- 基于gensim模块,训练LDA(Latent Dirichlet Allocation)模型,用于计算长短文本的相似度.☆12Updated 4 years ago
- 主要是实现nlp常用网络以及结果比较,各模型的优劣势,如:FastText,TextCNN,TextRNN,TextRCNN,BiLSTM,Seq2seq,BERT,Transformer,ELMo以及Attention机制等等。☆45Updated 6 years ago
- all kinds of text classificaiton models and more with deep learning☆99Updated 7 years ago
- CNN、textCNN、textRCNN with Keras☆22Updated 6 years ago
- SA☆33Updated 6 years ago
- CNN 实现文本分类☆182Updated 3 years ago
- several methods for text classification☆187Updated 7 years ago
- 利用Doc2Vec计算文本相似度☆138Updated 7 years ago
- ☆75Updated 7 years ago
- keras+tensorflow+python3下的中文分词, 大数据可训练,解决内存不够用问题☆40Updated 7 years ago
- Sentiment Analysis with Word Embedding and Long Short Term Memory Approaches☆70Updated 6 years ago
- 利用CNN模型进行文本分类,包含双通道和单通道,是否使用词向量等多种方式☆12Updated 4 years ago
- 该项目是短文本分类,目前应用于新闻标签的分类☆32Updated 7 years ago
- Sentiment Classifier base on traditional Maching learning methods, eg Bayes, SVM ,DecisionTree, KNN and Deeplearning method like MLP,CNN,…☆143Updated 7 years ago
- Multilabel classification based on TextCNN and Attention☆77Updated 4 years ago
- 在bert模型的pre_training基础上进行text_cnn文本分类☆78Updated 5 years ago
- 文本聚类、tfidf、lda、doc2vec+kmeans等各种方法实现☆23Updated 5 years ago
- 使用深度学习方法对IMDB电影评价做情感分析,使用的方法分别为:MLP、BiRNN、BiGRU+Attention Model☆224Updated 8 years ago
- 使用word2vec进行中文词向量的 训练☆91Updated 7 years ago
- 在 Google BERT Fine-tuning基础上,利用cnn/rnn进行中文文本的分类☆19Updated 5 years ago