基于机器学习的微博突发事件分析与谣言检测

全套资料下载地址:https://download.csdn.net/download/sheziqiong/85585133?utm_source=bbsseo
全套资料下载地址:https://download.csdn.net/download/sheziqiong/85585133?utm_source=bbsseo
随着微博平台的流行,微博平台上产生了大量难于验证的谣言信息,并在用户之间快速传播,对平台的发展和社会稳定带来巨大危害。如何自动检测并识别谣言对于制止谣言传播、减小谣言危害具有极其重要的意义。基于以上背景,开展了谣言检测的相关研究。
本文对来源于新浪微博的谣言数据集的4664条标注数据进行研究,利用谣言数据中的文本信息以及时间信息进行建模,构建出门控循环单元网络(GRU)模型实现了基于序列模型的微博谣言检测算法,在测试集上达到了89.36%的准确率。在此基础上,利用卷积神经网络(CNN)来提取文本的深层特征,构建出CNN-GRU复合网络模型并获得了测试集上92.43%的准确率。基于上述实验结果,本文进一步对两种谣言检测模型进行早期谣言检测实验,取得了不错的效果。
关键词 微博谣言 早期检测 机器学习 深度神经网络
With the popularity of the Weibo platform, a large number of rumor messages that are difficult to verify are generated on the Weibo, and spread rapidly among users, which brings great harm to the development of the Weibo platform and social stability. How to automatically detect and identify rumors is of great significance for stopping the spread of rumors and reducing the harm of rumors. Based on the above background, relevant research on rumor detection was carried out.
This paper studies the 4664 annotation data from the rumor dataset of Sina Weibo, and uses the text information and time information in the rumor data to model and construct a Gated Recurrent Unit(GRU) model to detect rumors. This rumor detection algorithm achieved 89.36% accuracy on the test set. On this basis, the Convolutional Neural Network(CNN) is used to extract the deep features of the text, and the CNN-GRU composite network model is constructed and the accuracy of 92.43% on the test set is obtained. Based on the above experimental results, this paper further conducts early rumor detection experiments on two rumor detection models, and has achieved great effects.
Keywords Rumors Early Detection Machine Learning Deep Neural Network
目 次
1 绪论…………………………………………………………………………………….………1
1.1 研究背景及意义……………………………………………………………….…… 1
1.2 相关技术的现状……………………………………………………………………… 2
1.3 总体技术方案及其社会影响………………………………………………………… 4
1.4 论文章节安排………………………………………………………………………… 4
2 问题描述及方法基础………………………………………………………………………… 6
2.1 问题描述……………………………………………………………………………… 6
2.2 卷积神经网络……………………………………………………………………… 6
2.3 门控循环单元………………………………………………………………………… 7
3 微博谣言检测模型…………………………………………………………………………… 10
3.1 数据预处理……………………………………………………………………………10
3.2 基于门控循环单元的网络模型……………………………………………………… 12
3.3 基于卷积-门控循环单元的网络模型…………………………………………………14
3.4 目标函数及优化方法…………………………………………………………………15
4 模型实验与评估………………………………………………………………………………16
4.1 数据集…………………………………………………………………………………16
4.2 早期谣言检测…………………………………………………………………………18
4.3 评估方法及实验参数设置……………………………………………………………18
4.4 实验结果分析与改进………………………………………………….………………19
结论……………………………………….……………………………………………………… 24
致谢.………………………………………………………….……………………………….….25
参考文献…………………………………………………………………………………………26
包含:设计文档+任务书+选题表+中期表+外文翻译及原文+参考文献+周记+评阅表+答辩记录表+Python项目源码
基于机器学习的微博突发事件分析与谣言检测_第1张图片
基于机器学习的微博突发事件分析与谣言检测_第2张图片
基于机器学习的微博突发事件分析与谣言检测_第3张图片
基于机器学习的微博突发事件分析与谣言检测_第4张图片
基于机器学习的微博突发事件分析与谣言检测_第5张图片
基于机器学习的微博突发事件分析与谣言检测_第6张图片
基于机器学习的微博突发事件分析与谣言检测_第7张图片
基于机器学习的微博突发事件分析与谣言检测_第8张图片
基于机器学习的微博突发事件分析与谣言检测_第9张图片
基于机器学习的微博突发事件分析与谣言检测_第10张图片
基于机器学习的微博突发事件分析与谣言检测_第11张图片
基于机器学习的微博突发事件分析与谣言检测_第12张图片
基于机器学习的微博突发事件分析与谣言检测_第13张图片
基于机器学习的微博突发事件分析与谣言检测_第14张图片
基于机器学习的微博突发事件分析与谣言检测_第15张图片
基于机器学习的微博突发事件分析与谣言检测_第16张图片
基于机器学习的微博突发事件分析与谣言检测_第17张图片
全套资料下载地址:https://download.csdn.net/download/sheziqiong/85585133?utm_source=bbsseo
全套资料下载地址:https://download.csdn.net/download/sheziqiong/85585133?utm_source=bbsseo

你可能感兴趣的:(机器学习,python,人工智能,谣言检测,突发事件检测)