Fake News Analysis
FakeNews Wordcloud
Fake News has been more and more common throughout news media in nowadays. What can you do to discriminate true and fake news? Here, I conducted analysis between true and fake news using the Kaggle Fake News Dataset. I experimented using Latent Dirchlet Allocation(LDA) to detect news topics to see if fake news is biased towards which. However, using LDA document topic vectors did not achieve good accuracies in discriminating fake news. Deep learning methods including using pre-trained word embeddings and SOTA language models are still proven most effective!