基于朴素贝叶斯实现的豆瓣影评情感分析
☆105Jul 3, 2025Updated last year
Alternatives and similar repositories for douban_sentiment_analysis
Users that are interested in douban_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:
- 豆瓣Top250影评爬虫(用于情感分析语料)☆26Dec 8, 2022Updated 3 years ago
- 项目针对IMDb的影评文件,进行数据处理和文本特征抽取,构建朴素贝叶斯、逻辑回归、Bagging和boosting等模型,并进行对比和组合,对影评的情感倾向进行预测☆24Sep 2, 2019Updated 7 years ago
- 基于深度学习的情感分析模型,经过外卖评论和酒店评论的训练,准确率在90%左右☆15Aug 17, 2018Updated 8 years ago
- 基于情感字典的情感分析模型☆41Jun 4, 2017Updated 9 years ago
- TOP250豆瓣电影短评:Scrapy 爬虫+数据清理/分析+构建中文文本情感分析模型☆1,021Jul 23, 2022Updated 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+lstm情感分析☆23Jun 5, 2020Updated 6 years ago
- 网易云音乐周杰伦Jay Chou歌曲评论情感分析,有趣的歌曲分类小实验☆15Aug 12, 2019Updated 7 years ago
- 基于多源情感词典和BERT-BiLSTM的微博短评情感分析与分类☆13Jul 16, 2024Updated 2 years ago
- 情感分析三分类☆31Aug 2, 2024Updated 2 years ago
- 基于LDA主题模型的投资者情绪对股价影响研究☆27Jun 3, 2020Updated 6 years ago
- 豆瓣电影短评情感分析(二分类)☆28Oct 20, 2019Updated 6 years ago
- 基于机器学习的商品评论情感分析——毕业设计项目☆228Nov 26, 2025Updated 9 months ago
- 情感极性分析repository1:基于情感词典、k-NN、Bayes、最大熵、SVM的情感极性分析。☆1,267Aug 23, 2018Updated 8 years ago
- 中文情感分析,CNN,BI-LSTM,文本分类☆1,083Oct 22, 2022Updated 3 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- 微博情感分析,文本分类,毕业设计项目☆1,088Apr 23, 2020Updated 6 years ago
- python实现微博热点事件舆情分析(爬虫)☆12May 5, 2022Updated 4 years ago
- ☆13Feb 17, 2025Updated last year
- 以聚类算法、LDA主题模型、分类器为基础,完成对Twitter语料的基于地理位置的主题事件挖掘,并对主题事件进行细粒度的情绪分析☆36Jul 29, 2018Updated 8 years ago
- flask+vue 期末大作业,一个有nlp分析文本功能的爬虫小说网站☆14Jan 4, 2023Updated 3 years ago
- Ensemble of 10 modified BERT Base models for prediction of best answers for queries on search engines.☆16Jan 1, 2019Updated 7 years ago
- 基于情感词典的文本情感极性分析☆27May 24, 2017Updated 9 years ago
- 微博情感分析 中文 八分类 贝叶斯☆18Mar 23, 2019Updated 7 years ago
- 基于各种机器学习和深度学习的中文微博情感分析☆636Jun 12, 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.
- An expert system that recommend video games for you based on your preference. Homework for Artificial Intelligence 2019.☆11Dec 1, 2019Updated 6 years ago
- 获取微博搜索结果信息,搜索即可以是微博关键词搜索,也可以是微博话题搜索☆14Oct 20, 2022Updated 3 years ago
- This is the oficial repository for "Safer-Instruct: Aligning Language Models with Automated Preference Data"☆17Feb 22, 2024Updated 2 years ago
- 爬取携程景区评论,使用fasttext模型和LSTM模型对评论进行情感分类。☆13Jul 4, 2020Updated 6 years ago
- 百度指数(百度热搜爬虫)(js破解版)☆14Apr 9, 2019Updated 7 years ago
- 用LSTM进行文本的情感分析☆189Oct 20, 2019Updated 6 years ago
- 文本情感分析☆879Dec 30, 2017Updated 8 years ago
- 从舆情系统中爬取出了5000条关于电商评价的数据,人工进行对这5000条数据标注,分为正面和负面。做情感分析。训练模型,对后面爬取出的电商评论进行预测☆94Jul 7, 2019Updated 7 years ago
- 007 基于网络爬虫技术的新闻分析系统-毕业设计展示 python django vue scrapy jieba nlp 爬虫抓取 新闻列表 新闻详情 新闻分类 新闻摘要抽取 关键词分析 情感分析 朴素贝叶斯算法 词性分析 后台管理新闻数据☆14May 4, 2023Updated 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.
- 基于PyQt5和Pytorch的表情识别系统☆12Dec 15, 2023Updated 2 years ago
- This is a small NLP project "E-commerce Title Data Similarity Matching System". The usage methods are: tfidf+word bag model, cosine simil…☆25May 12, 2020Updated 6 years ago
- 使用2018年度部分大众点评的用户评价作为数据集,未筛选前共440万条评论数据,经过数据集的标签化处理以及中文文本的预处理、特征提取以及特征权重后,使用了SVM,朴素贝叶斯,Adabosst等经典机器学习方法进行分类,之后又使用了Bi-LSTM的深度神经网络进行训练分类。☆13Nov 11, 2021Updated 4 years ago
- Code for A Dual Domain Multi-exposure Image Fusion Network Based on the Spatial-frequency Integration.☆12Jul 25, 2024Updated 2 years ago
- 朴素贝叶斯文本分类器☆145Dec 28, 2015Updated 10 years ago
- 依据香港中文大学设计的规则系统,先用小样本评论建立初始关键词库,再结合18种句式逐条匹配评论,能够快速准确地识别评论对象及情感极性。经多次迭代优化关键词库后,达到较高准确率的基础上,使用Tableau进一步分析数据,识别出客户集中关注的商品属性、普遍好评差评的商品属性;通过…☆58Sep 19, 2017Updated 8 years ago
- heterogenous autoregressive (HAR) models of Bollerslev et al. (2016) implemented in R to forecast the intraday measure of realized volati…☆20Jul 19, 2021Updated 5 years ago