Skip to content

NargesFarrokhshad/sentiment-analysis-on-tweeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

sentiment-analysis-on-tweeter

In this notebook I did sentiment analysis on tweeter dataset.

I designed 4 model for this purpose:

  • Bi-directional LSTM
  • Convolutional Nural Network
  • Logistic Regression
  • Baysian Classifier

For Deep Learning models I used Word Embedding Keras layer for feature extraction and for classic models I used CountVectorize and TF-IDF.

At the end I concluded that Bi-LSTM layer hast better performance for this dataset.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published