fake-news

所属分类:其他
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2020-07-21 05:48:25
上 传 者sh-1993
说明:  假新闻检测,
(Fake news detection,)

文件列表:
.ipynb_checkpoints/ (0, 2020-07-20)
.ipynb_checkpoints/FakeNews-checkpoint.ipynb (729071, 2020-07-20)
FakeNews.ipynb (729071, 2020-07-20)
LICENSE (1078, 2020-07-20)
data/ (0, 2020-07-20)
data/Fake.csv (62789876, 2020-07-20)
data/True.csv (53561522, 2020-07-20)

# Fake news detection ## The problem The problem is not only hackers, going into accounts, and sending false information. The bigger problem here is what we call "Fake News". A fake are those news stories that are false: the story itself is fabricated, with no verifiable facts, sources, or quotes. When someone (or something like a bot) impersonates someone or a reliable source to false spread information, that can also be considered as fake news. In most cases, the people creating this false information have an agenda, that can be political, economical or to change the behavior or thought about a topic. There are countless sources of fake news nowadays, mostly coming from programmed bots, that can't get tired (they're machines hehe) and continue. to spread false information 24/7. Serious studies in the past 5 years, have demonstrated big correlations between the spread of false information and elections, the popular opinion or feelings about different topics. The problem is real and hard to solve because the bots are getting better are tricking us. Is not simple to detect when the information is true or not all the time, so we need better systems that help us understand the patterns of fake news to improve our social media, communication and to prevent confusion in the world. ## Purpose In this short code , I'll explain several ways to detect fake news using collected data from different articles. But the same techniques can be applied to different scenarios.For the coders and experts, I'll explain the Python code to load, clean, and analyze data. Then we will do some machine learning models to perform a classification task (fake or not). ## The Data The data comes from Kaggle, you can download it here: https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset There are two files, one for real news and one for fake news (both in English) with a total of 23481 "fake" tweets and 21417 "real" articles. ## The analysis All of the analysis can be found in the notebook: - https://github.com/FavioVazquez/fake-news/blob/master/FakeNews.ipynb

近期下载者

相关文件


收藏者