用MLP、TextCNN、RNN、LSTM、GRU、Attention、RCNN、BERT做文本分类、情感分析,对比各模型于温泉旅游评论垂类语料下在情感分类任务上的表现
☆102May 19, 2021Updated 5 years ago
Alternatives and similar repositories for sentiment-analysis
Users that are interested in sentiment-analysis are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- 基于bert的文本情感分析☆12Nov 4, 2022Updated 3 years ago
- 基于Bert的文本情感分析模型(含semeval14数据集)☆15Jun 30, 2019Updated 6 years ago
- 使用rnn,lstm,gru,fasttext,textcnn,dpcnn,rnn-att,lstm-att,兼容huggleface/transformers,以及以transforemrs作为词嵌入模型,后面接入cnn、rnn、attention等等做文本分类。以及各个…☆518Dec 8, 2022Updated 3 years ago
- 中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classif…☆126Mar 3, 2022Updated 4 years ago
- 参考NER,基于BERT的电商评论观点挖掘和情感分析☆45Aug 31, 2019Updated 6 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- 一个BERT+BiLSTM的情感分析 BaseLine☆26May 9, 2020Updated 6 years ago
- 基于深度学习的情感分析模型,经过外卖评论和酒店评论的训练,准确率在90%左右☆15Aug 17, 2018Updated 7 years ago
- 情感分析、文本分类、词典、bayes、sentiment analysis、TextCNN、classification、tensorflow、BERT、CNN、text classification☆529Jun 9, 2025Updated last year
- 基于豆瓣电影打分的评论文本分类,使用tf-idf/word2vec/bert方法构造词向量,利用svm和逻辑回归模型进行分类☆18Jan 8, 2022Updated 4 years ago
- 酒店评论情感分析(机器学习、情感词典)☆61Jul 3, 2019Updated 6 years ago
- 基于bert的情感分析(pytorch)☆34Sep 21, 2019Updated 6 years ago
- 使用pytorch, 基于textCNN以及BiLSTM进行中文情感分析、 文本分类☆64Jul 8, 2019Updated 6 years ago
- 中文情感分析,CNN,BI-LSTM,文本分类☆1,088Oct 22, 2022Updated 3 years ago
- 这是一个使用python Django框架进行后台搭建,数据库使用mysql,前端使用vue框架,使用element UI快速开发的web应用,通过对老人实时监控,分析老人的情感,是否摔倒,人脸检测判断是否有陌生人进入,义工交互,人员录入等功能☆19Sep 22, 2022Updated 3 years ago
- Virtual machines for every use case on DigitalOcean • AdGet dependable uptime with 99.99% SLA, simple security tools, and predictable monthly pricing with DigitalOcean's virtual machines, called Droplets.
- LSTM,TextCNN,fastText情感分析,模型用 tf_serving 和 flask 部署成web应用☆43Sep 15, 2019Updated 6 years ago
- 基于PaddleNLP搭建评论观点抽取和属性级情感分析模型,并基于前后端分离式架构完成属性级情感分析Web系统搭建,通过细粒度情感分析帮助用户和商家更好决策。☆69May 31, 2023Updated 3 years ago
- A sentiment analysis web system using Django. - UESTC CS NLP入门之情感分析系统☆11Dec 8, 2022Updated 3 years ago
- bert文本多分类(情感分析)、bert-bilstm-crf序列标注任务(快递地址的序列标注任务)☆33Aug 20, 2021Updated 4 years ago
- 基于预训练模型(BERT,BERT-wwm)的文本分类模板,CCF BDCI新闻情感分析A榜4/2735。☆268Sep 16, 2020Updated 5 years ago
- codes for paper Combining Dynamic Local Context Focus and Dependency Cluster Attention for Aspect-level sentiment classification☆19Dec 10, 2021Updated 4 years ago
- 汽车主题情感分析大赛冠军☆27Dec 10, 2018Updated 7 years ago
- 使用django对情感分析功能进行封装,里面包含使用情感词典和Bert模型进行情感分类,最后可以使用tensorFlow serving将模型部署在docker中运行。☆12Sep 23, 2019Updated 6 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Oct 28, 2021Updated 4 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 基于Word2Vec+SVM对电商的评论数据进行情感分析☆142Aug 9, 2018Updated 7 years ago
- Sentiment Analysis of tweets written in underused Slavic languages (Serbian, Bosnian and Croatian) using pretrained multilingual RoBERTa …☆23Mar 9, 2021Updated 5 years ago
- 基于Pytorch的知识蒸馏(中文文本分类)☆23Jan 12, 2023Updated 3 years ago
- 基于机器学习的商品评论情感分析——毕业设计项目☆230Nov 26, 2025Updated 6 months ago
- 基于情感分析的智慧养老系统☆31Jul 10, 2019Updated 6 years ago
- Data for the paper "An Emotion Cause Corpus for Chinese Microblogs with Multiple-User Structures" (TALLIP).☆22Dec 18, 2019Updated 6 years ago
- 对豆瓣影评进行文本分类情感分析,利用爬虫豆瓣爬取评论,进行数据清洗,分词,采用BERT、CNN、LSTM等模型进行训练,采用tensorboardX可视化训练过程,自然语言处理项目\A project for text classification, based on to…☆173Mar 13, 2023Updated 3 years ago
- 情感分析三分类☆31Aug 2, 2024Updated last year
- 基于规则、基于朴素贝叶斯、基于逻辑回归进行文本情感极性分析判断(酒店评论语料)☆35May 7, 2023Updated 3 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 《基于BERT模型的自然语言处理实战》随书代码☆17Jun 13, 2022Updated 3 years ago
- 利用CNN,LSTM,CNN_LSTM,TextCNN,Bi-LSTM和传统的机器学习算法进行情感分析,参考:https://github.com/Edward1Chou/SentimentAnalysis☆94Dec 16, 2018Updated 7 years ago
- ☆14Dec 20, 2023Updated 2 years ago
- 百度PaddleHub-ERNIE微调中文情感分析(文本分类)☆22Jul 6, 2021Updated 4 years ago
- 基于Pytorch的Bert应用,包括命名实体识别、情感分析、文本分类以及文本相似度等☆818Jun 18, 2021Updated 4 years ago
- [数据+代码] 经典的中文情感词典、情感分析停用词、程度副词、否定词表+中文金融情感词典(包括上市公司文本_正式和股吧社媒文本_非正式)...☆163Jul 3, 2022Updated 3 years ago
- ☆10Aug 20, 2020Updated 5 years ago