Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/annettaqi/fake-news-classification

Using LSTM model to classify text into fake or real
https://github.com/annettaqi/fake-news-classification

bidirectional-lstm word2vec-embeddinngs

Last synced: about 1 month ago
JSON representation

Using LSTM model to classify text into fake or real

Awesome Lists containing this project

README

        

Project is about:

Using word2vec to encode sentences into index which refers to the nth frequency in corpus.

Ths corpus is constructed based on training and test data.

Then apply bidirectional LSTM to train on training data.

The best model is saved with the highest validaiton accuracy.

Make prediction on test data based on this model.