Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.78 KB

File metadata and controls

31 lines (19 loc) · 1.78 KB

keras-fake-news-generator-and-detector

Fake news generator and detector using keras

The fake news data is from https://github.com/GeorgeMcIntire/fake_real_news_dataset

The deep learning models are implemented in the keras_fake_news_detector/library folder

Fake News Detector

The demo codes for neural network models implemented for fake new detector can be found in demo and are listed bel:

Below are the training history in terms of loss and accuracy for a number of neural network implemented in keras:

lstm-history.png

glove-feed-forward-history.png

doc2vec-feed-forward-history.png