Skip to content

This is a further development of the kdnuggets article on fake news classification by George McIntyre

License

Notifications You must be signed in to change notification settings

lutzhamel/fake-news

Repository files navigation

kdnuggets-fake-news

This is a further development of the kdnuggets article on fake news classification by George McIntyre:

https://www.kdnuggets.com/2017/04/machine-learning-fake-news-accuracy.html

In his article McIntyre approaches document classification from a very classical perspective: applying a vector-model to the corpus and then using a Naive Bayes classifier. Here we take it into the deep learning realm: we apply a deep convolutional network with a traininable word-embedding layer.

We compare the performances of both approaches. The notebook fake_news_classification.ipynb contains our computational results. The markdown document report.md reports our results in a more accessible manner. The results were also posted at opendatascience.

About

This is a further development of the kdnuggets article on fake news classification by George McIntyre

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published