edualgo / Grokking-Machine-Learning

This repo aims to contain different machine learning use cases along with the descriptions to the model architectures
https://github.com/Abhijit2505/Grokking-Machine-Learning/wiki
MIT License
63 stars 49 forks source link

Added Fake News Detection using LSTM #120

Closed infiniteoverflow closed 3 years ago

infiniteoverflow commented 3 years ago

Fake News Detection

Architecture Used : LSTM Accuracy Obtained : 0.94 Dataset Used : https://www.kaggle.com/clmentbisaillon/fake-and-real-news-dataset

Fixes issue #106