viviancircle / FakeNewsDetectionLinks
Python大作业虚假新闻检测
☆24Updated 9 months ago
Alternatives and similar repositories for FakeNewsDetection
Users that are interested in FakeNewsDetection are comparing it to the libraries listed below
Sorting:
- NKU_2022Fall Python language programming project. 虚假新闻检测项目,分别使用机器学习、深度学习和bert方法完成任务☆31Updated 11 months ago
- HUSTCS 机器学习大作业:基于MLP的互联网虚假新闻检测器☆16Updated 3 years ago
- 虚假新闻检测 (fake news detection) 包含多种模型 :bilstm,bert,MultiBayes,svm,bernoullinb。加入多模型voting。南开大学22届python虚假新闻检测大作业☆15Updated last year
- 中文的情感分析任务:基于Bi-LSTM+Attention模型,对2万条中文影评数据进行情感分类。Chinese sentiment analysis task: Based on the Bi-LSTM+Attention model, sentiment classif…☆115Updated 3 years ago
- 中文谣言和虚假新闻数据集☆63Updated 2 years ago
- ☆140Updated 2 years ago
- 虚假新闻检测 - nku 南开大学《python语言程序设计》大作业☆38Updated last year
- a demo to analyse contene in weibo.com☆176Updated last year
- 基于LSTM的谣言检测(Rumor Detection)☆59Updated last year
- 文本数据挖掘课程大作业,实现一个情感分类系统,分别采用情感词典法、传统的机器学习方法和深度学习方法实现情感分类,并对比性能。☆54Updated 2 years ago
- 一个比较全面的文本挖掘过程。包含了利用机器学习和文本挖掘技术完成情感分析模型搭建;利用情感极性判断与程度计算来判断情感倾向;利用词频和TF-IDF挖掘出正负文本中的关键点情况;利用文本挖掘相关算法找到平台中用户讨论的集中点。☆38Updated 6 months ago
- 对豆瓣影评进行文本分类情感分析,利用爬虫豆瓣爬取评论,进行数据清洗,分词,采用BERT、CNN、LSTM等模型进行训练,采用tensorboardX可视化训练过程,自然语言处理项目\A project for text classification, based on to…