用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 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.
- Chinese corpus sentiment analysis. 谭松波酒店评论中文文本情感分析☆62May 12, 2026Updated last week
- 一个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 11 months ago
- 多模态情感分析——基于BERT+ResNet的多种融合方法☆365Nov 20, 2022Updated 3 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
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- TextCNN Pytorch实现 中文文本分类 情感分析☆645Dec 30, 2018Updated 7 years ago
- LSTM,TextCNN,fastText情感分析,模型用 tf_serving 和 flask 部署成web应用☆43Sep 15, 2019Updated 6 years ago
- 基于PaddleNLP搭建评论观点抽取和属性级情感分析模型,并基于前后端分离式架构完成属性级情感分析Web系统搭建,通过细粒度情感分析帮助用户和商家更好决策。☆69May 31, 2023Updated 2 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
- 本项目的数据来自“互联网新闻情感分析”赛题。基于Transformer2.0库中的中文Bert模型,对新闻语料进行三分类。☆121Oct 9, 2019Updated 6 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
- 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.
- 基于深度学习的中文评论情感分类和智能客服研究与实现。主要是酒店和书店的评论情感分析(二分类+九分类),可以判定积极和消极,对于消极评论,还可以判断其具体类别,比如物流不好或者服务差等等。☆51Apr 18, 2020Updated 6 years ago
- 使用django对情感分析功能进行封装,里面包含使用情感词典和Bert模型进行情感分类,最后可以使用tensorFlow serving将模型部署在docker中运行。☆12Sep 23, 2019Updated 6 years ago
- 同花顺算法挑战平台:【9-10双月赛】跨领域迁移的文本语义匹配☆11Oct 28, 2021Updated 4 years ago
- 基于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的知识蒸馏(中文文本分类)☆22Jan 12, 2023Updated 3 years ago
- 基于机器学习的商品评论情感分析——毕业设计项目☆229Nov 26, 2025Updated 5 months ago
- 基于情感分析的智慧养老系统☆31Jul 10, 2019Updated 6 years ago
- 对豆瓣影评进行文本分类情感分析,利用爬虫豆瓣爬取评论,进行数据清洗,分词,采用BERT、CNN、LSTM等模型进行训练,采用tensorboardX可视化训练过程,自然语言处理项目\A project for text classification, based on to…☆173Mar 13, 2023Updated 3 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 情感分析三分类☆30Aug 2, 2024Updated last year
- Use https://github.com/huggingface/transformers to do Chinese NER☆11Dec 29, 2021Updated 4 years ago
- 《基于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
- 利用bert预训练的中文模型进行文本分类 数据集中文情感分析语料chnsenticorp☆369Aug 26, 2019Updated 6 years ago
- 百度PaddleHub-ERNIE微调中文情感分析(文本分类)☆22Jul 6, 2021Updated 4 years ago
- ☆14Dec 20, 2023Updated 2 years ago