Fake-News-Detector

所属分类:聚类算法
开发工具:Jupyter Notebook
文件大小:0KB
下载次数:0
上传日期:2024-03-16 18:06:19
上 传 者sh-1993
说明:  一种基于基本机器学习的新闻检测器,用于识别新闻文章的真实性。使用了Pasiive-Aggressive、朴素贝叶斯、支持向量机和随机森林等算法。
(A basic machine learning based News detector to identify the authencity of the news articles. Algorithms like Pasiive-Aggressive, Naive Bayes, Support Vector Machine and Random Forest were used.)

文件列表:
.idea/
Jup Files/
static/
templates/
News_Detection.ipynb
News_Detection.py
app.ipynb
app.py
finalized_model.sav
model.pickle
news.csv

# Paper Publication https://ieeexplore.ieee.org/document/9743010 # Fake-News-Detector A basic machine learning based News detector to identify the authencity of the news articles. Algorithms like Pasiive-Aggressive, Naive Bayes, Support Vector Machine and Random Forest were used # Overview The topic of fake news detection on social media has recently attracted tremendous attention. The basic countermeasure of comparing websites against a list of labeled fake news sources is inflexible, and so a machine learning approach is desirable. Our project aims to use Natural Language Processing to detect fake news directly, based on the text content of news articles. # Dataset train.csv: A full training dataset with the following attributes: id: unique id for a news article title: the title of a news article author: author of the news article text: the text of the article; could be incomplete label: a label that marks the article as potentially unreliable 1: unreliable 0: reliable test.csv: A testing training dataset with all the same attributes at train.csv without the label. # Steps Clone the repo to your local machine- > git clone git://github.com/Prakassh1/Fake-News-Detector.git > cd Fake-News-Detector Make sure you have all the dependencies installed- python 3.6+ numpy tensorflow gensim pandas nltk For nltk, we recommend typing python.exe in your command line which will take you to the Python interpretor. Then, enter- >>> import nltk >>> nltk.download()} You're good to go now- > python svm.py # Dataset Repo 1.Datasets from Kaggle

近期下载者

相关文件


收藏者