Skip to content

Sentiment classification: Training RNN (LSTM-layer) on social media comments [NLP]

Notifications You must be signed in to change notification settings

causeri3/sentimentRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

sentimentRNN

Sentiment classification: Training RNN (LSTM-layer) on social media comments [NLP]:

4-layer sequential deep neural network to classify social media comments in all possible languages as "positive", "neutral" or "negative".

  • Training data: ~ 100k labelled comments.
  • Long-term-short-memeory (LSTM) layer in Recurrent Neural Network (RNN)

Natural language processing (NLP), sentiment analysis, deep learning

Releases

No releases published

Packages

No packages published

Languages