Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 404 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 404 Bytes

#Fake_news_detection

This Project Use's a Simple ML model for Real-tiem Fake News Detection.

We used the following Tools/Technology for the implementation of the model:

  • Web Scrapping
    • Scrapping Google news data(labelled Legit news)
    • Scrapping News from Twitter News Accounts(Labelled Legit news.
  • WordNet
  • Word2Vec(Text8 and GoogleNews trained Model)
  • SVM
  • LR
  • Frequency Based Algorithm