Skip to content

dbountouridis/sentimentLSTM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment classification using word2vec and LSTM

Sentiment classification is a popular task in NLP. This notebook uses wor2vec representations and compares various classifiers: from the typical k-NN to the more advanced LSTM networks. For LSTMs specifically, we are interested in using both pre-trained and not pre-trained embeddings. The code is based on the following works of:

https://www.kaggle.com/ngyptr/lstm-sentiment-analysis-keras/data

https://www.kaggle.com/lystdo/lstm-with-word2vec-embeddings

Other sources:

https://www.kaggle.com/pierremegret/gensim-word2vec-tutorial

https://keras.io/getting-started/sequential-model-guide/

https://adventuresinmachinelearning.com/word2vec-keras-tutorial/

About

Sentiment analysis on tweets using scikit-learn, keras LSTMs and word2vec embeddings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published