You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fake News Detection using Machine Learning Algorithms
This Project is to solve the problem with fake news. With the vast quantity of fake news after the advent of social media, it is easy to mislead people and influence public opinion. Fake news holds power to sway election votes and results in one’s favor. Thus, it is all the more necessary to curb such instances. The dataset contains attributes like news id, news author, news title, news article text, and fake label to mark the dubious articles as fake.
In this I have used this dataset named "Fake News" from Kaggle. You can download the file from here https://www.kaggle.com/competitions/fake-news/data. I have used Logistic Regression in the project to detect fake news.