Skip to content

margot95/sentiment-analysis-word2vec-RNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Sentiment analysis with RNN using word2vec

Word2vec -> for word embeddings

The RNN architecture -> Model: "sequential", 1 masking layer, 1 lstm layer, 2 dense layers, last one being binary classification layer (sigmoid).

The dataset -> TensorFlow dataset "imdb_reviews"

Goal -> I am comparing the accuracy of sentiment analysis (a movie review being positive or negative) on reviews embedded with word2vec, and later with pre-trained embeddings from glove-wiki-gigaword-50 (transfer learning)

About

on tf dataset "imdb_reviews", RNN model (LSTM)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published