Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentiment Analysis using LSTMs

  • In this project a word2vec model is incorporated to capture semantic features of words and convert them into high dimentional word vectors (embeddings).
  • After that Stacked Bi-directional Long Short Term Memory (Stacked Bi-LSTM) model utilizes sequential word vectors transformed from CBOW model to represent contextual features.
  • Cross Entropy is used to find the difference between predicted and real values and calculate loss for each statement. Based on the loss values, adam optimiser is used for optimising the paramters.

About

Sentiment Analysis of corpus using LSTMs

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages