649453932 / CNN-text-classificationLinks
CNN文本分类tensorflow实现
☆22Updated 6 years ago
Alternatives and similar repositories for CNN-text-classification
Users that are interested in CNN-text-classification are comparing it to the libraries listed below
Sorting:
- 该项目是短文本分类,目前应用于新闻标签的分类☆32Updated 7 years ago
- 基于情感词典的文本情感极性分析☆27Updated 8 years ago
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆114Updated 5 years ago
- 基于LSTM网络与自注意力机制对中文评论进行细粒度情感分析☆55Updated 3 years ago
- 评论上的情感分析:主题与情感词抽取☆81Updated 4 years ago
- 多标签文本分类☆54Updated 6 years ago
- BTM in python☆73Updated 7 years ago
- 使用深度学习方法对IMDB电影评价做情感分析,使用的方法分别为:MLP、BiRNN、BiGRU+Attention Model☆224Updated 8 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆72Updated 6 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆78Updated 6 years ago
- 复现了论文《基于主题模型的短文本关键词抽取及扩展》的代码☆30Updated 4 years ago
- Self complemented sentiment words expansion using seed sentiment words and so-pmi , this method is tested to be effective, 基于情感种子词与so-pmi…☆87Updated 7 years ago
- lda模型的python实现☆30Updated 9 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型 进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…☆40Updated 5 years ago
- Aspect Based Sentiment Analysis 基于方面的细粒度情感分析☆172Updated 3 years ago
- CNN 实现文本分类☆183Updated 3 years ago
- 嵌入Word2vec词向量的RNN+ATTENTION中文文本分类