基于电影评论数据的中文情感分析(含训练数据、验证数据) Machine Learning and Deep Learning implementations.
☆86Dec 8, 2022Updated 3 years ago
Alternatives and similar repositories for ChineseSentimentAnalysis
Users that are interested in ChineseSentimentAnalysis are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Python中文文本挖掘:使用机器学习方法进行情感分析。☆105Oct 18, 2018Updated 7 years ago
- gensim-word2vec+svm文本情感分析☆104Sep 4, 2017Updated 8 years ago
- 电影评论情感分析,利用LSTM进行分类,数据集为IMDB情感分析数据集,使用已经训练好的词典向量模型☆27Aug 14, 2018Updated 7 years ago
- Yet another sentiment analysis system of Chinese.☆18Nov 10, 2016Updated 9 years ago
- 基于lstm,word2vec做的豆瓣网电影评论情感分析,后期会进行整理并使用textcnn☆15Aug 9, 2019Updated 6 years ago
- GPU virtual machines on DigitalOcean Gradient AI • AdGet to production fast with high-performance AMD and NVIDIA GPUs you can spin up in seconds. The definition of operational simplicity.
- 使用python分析电影剧本的基调、情感、台词、语意等等☆19Sep 2, 2017Updated 8 years ago
- 应用商店评论爬虫、分词、情感分析等☆19May 24, 2019Updated 7 years ago
- Kaggle竞赛题目Sentiment Analysis on Movie Reviews实现: LSTM, RF, etc☆11Dec 8, 2022Updated 3 years ago
- Submission of an in-class NLP sentiment analysis competition held at Microsoft AI Singapore group. This submission entry explores the per…☆15Oct 10, 2022Updated 3 years ago
- Replication files for arXiv:1805.03735 Sequence Aggregation Rules for Anomaly Detection in Computer Network Traffic☆11Jan 6, 2019Updated 7 years ago
- Chinese Shopping Reviews sentiment analysis☆359May 9, 2018Updated 8 years ago
- CCL 2018 Shared Task - Classification and Sentiment Analysis of Metaphors in Chinese☆14Oct 10, 2018Updated 7 years ago
- sentiment analysis with chinese and english(LSTM). 通过LSTM实现中英文语句情感分析,来判断消极还是积极。☆52May 2, 2018Updated 8 years ago
- 中文电影评论情感分类,pytorch实现Text-CNN。☆46Apr 19, 2020Updated 6 years ago
- Managed Database hosting by DigitalOcean • AdPostgreSQL, MySQL, MongoDB, Kafka, Valkey, and OpenSearch available. Automatically scale up storage and focus on building your apps.
- 基于Word2Vec+SVM对电商的评论数据进行情感分析☆142Aug 9, 2018Updated 7 years ago
- 用tensorflow进行中文自然语言处理的情感分析☆452Nov 25, 2020Updated 5 years ago
- 基于python与Anaconda Navigator软件的历年影片数据分析,通过数据再基于机器学习来获取影片的最佳阵容,最后预测以最佳整容去拍摄一部电影时所获取的票房与评分。☆23Sep 12, 2018Updated 7 years ago
- 基于LSTM网络与自注意力机制对中文评论进行细粒度情感分析☆57Jul 30, 2021Updated 4 years ago
- Aim was to develop a machine learning model which can analyze sentiments on twitter and to predict the winner of Lok Sabha Elections 201…☆17Nov 25, 2020Updated 5 years ago
- Chinese corpus sentiment analysis. 谭松波酒店评论中文文本情感分析☆62Updated this week
- Tutorial for Chinese Sentiment analysis with hotel review data☆47Sep 26, 2017Updated 8 years ago
- 文本情感分析☆877Dec 30, 2017Updated 8 years ago
- 基于 Tensorflow 和深度神经网络,对 cenim 项目中搜集到的用户对电影的评价进行分析。☆13Apr 25, 2017Updated 9 years ago
- AI Agents on DigitalOcean Gradient AI Platform • AdBuild production-ready AI agents using customizable tools or access multiple LLMs through a single endpoint. Create custom knowledge bases or connect external data.
- 通过python爬虫,对将睿思每周新上传的电影进行打分,分数取自豆瓣电影评分。然后将最终数据做统计,分数高于7分的电影筛选出来,方便我们下载好看的电影。☆14Dec 31, 2014Updated 11 years ago
- 使用中文情感词汇本体库进行情感分析,之后对每种情感的文本进行主题分析。Using Chinese Sentiment Dictionary for Sensitive Analysis, Then applying LDA Topic Analysis for each E…☆14Jan 20, 2021Updated 5 years ago
- 论文Reinforcement Learning of Sequential Price Mechanisms的复现☆12Nov 3, 2022Updated 3 years ago
- Source code for "Chinese Financial News Annotation For Target-based Sentiment Analysis"☆14Jan 21, 2020Updated 6 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
- Demand Forecasting is the process in which historical sales data is used to develop an estimate of an expected forecast of customer deman…☆12Jul 13, 2020Updated 5 years ago
- 豆瓣电影top250爬虫,并对数据进行可视化分析,运用Echarts插件☆40May 28, 2018Updated 7 years ago
- ☆22Jul 2, 2021Updated 4 years ago
- In order to analyze the sentiment orientation on Chinese social platform, our group scraped raw reposts during the period when domestic C…☆16Mar 31, 2023Updated 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.
- 爬取酒店评论并作情感分析☆10Nov 10, 2016Updated 9 years ago
- Threat Detection System using Hybrid (Machine Learning + Lexical Analysis) learning Approach.☆11May 30, 2017Updated 8 years ago
- 京东评论情感分析模型,主要包括1、数据获取及探索性分析;2、文本预处理、文本分词、文本向量化、特征提取、☆84Jun 4, 2019Updated 6 years ago
- 一个比较全面的文本挖掘过程。包含了利用机器学习和文本挖掘技术完成情感分析模型搭建;利用情感极性判断与程度计算来判断情感倾向;利 用词频和TF-IDF挖掘出正负文本中的关键点情况;利用文本挖掘相关算法找到平台中用户讨论的集中点。☆42Apr 26, 2025Updated last year
- using jieba and doc2vec to implement sentiment analysis for Chinese docs☆79Nov 15, 2018Updated 7 years ago
- 基于深度学习(LSTM)的情感分析(京东商城数据)☆185Nov 12, 2020Updated 5 years ago
- 基于Hadoop、Spark、FLUME、HIVE等大数据组件搭建的一个分布式集群环境下的电影推荐及日志分析平台☆18Jan 6, 2023Updated 3 years ago