Skip to content

BONDHU-BOT/Sentiment-Analysis-using-Deep-Learning

Repository files navigation

Sentiment Analysis using Deep Learning in Keras

Dataset Source

Model Used

Machine Learning

  • SVM

Deep Learning

  1. Simple Neural Network
  2. GRU
  3. LSTM
  4. Bi-directional LSTM

Notes: GRU performed well.

Performance (GRU)

Accuracy GRU Loss GRU

Some prediction (CNN)

predictions(["This is very bad. You should not do this."])
'negative'
predictions(["I am very happy to hear that."])
'positive'
predictions(["Wow! You look so beautiful."])
'positive'

About

Our model can predict the correct sentiment from a text.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published