649453932 / CNN-text-classificationLinks
CNN文本分类tensorflow实现
☆23Updated 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:
- CNN 实现文本分类☆183Updated 3 years ago
- Use BERT pre-trained model to do sentiment classification☆96Updated 4 years ago
- 文本聚类(Kmeans、DBSCAN、LDA、Single-pass)☆350Updated 4 years ago
- 中文文本预处理,Word2Vec训练计算文本相似度。☆44Updated 6 years ago
- 使用深度学习方法对IMDB电影评价做情感分析,使用的方法分别为:MLP、BiRNN、BiGRU+Attention Model☆225Updated 8 years ago
- 中文文本聚类☆123Updated 3 years ago
- 基于LSTM网络与自注意力机制对中文评论进行细粒度情感分析☆55Updated 4 years ago
- 提出基于划分的LDA主题模型 (PLDA)。对传统LDA模型进行改进,考虑中长篇文档篇章结构较为清晰,传统LDA在处理中长篇文档时不能识别每个篇章的主题,提出基于划分的LDA主题模型,对中长篇文档如新闻报道】国务院工作报告等按照段落进行划分,先拆后合,并将其效果与传统LDA…☆41Updated 6 years ago
- 多标签文本分类☆53Updated 6 years ago
- 用gensim训练LDA模型,进行新闻文本主题分析☆78Updated 6 years ago
- 基于tensorflow 实现的用textcnn方法做情感分析的项目,有数据,可以直接跑。☆350Updated 5 years ago
- 使用pytorch搭建textCNN实现中文文本分类☆132Updated 6 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
- Self complemented word embedding methods using CBOW,skip-Gram,word2doc matrix , word2word matrix ,基于CBOW、skip-gram、词-文档矩阵、词-词矩阵四种方法的词向量生成☆185Updated 7 years ago
- 利用bert预训练的中文模型进行文本分类 数据集中文情感分析语料chnsenticorp☆351Updated 6 years ago
- 集成各种神经网络进行情感分类,包括CNN、LSTM、Transformer以及BERT等网络模型☆73Updated 6 years ago
- 细粒度用户评论情感分析