Skip to content

A vaccine sentiment classifier using different machine and deep learning models.

License

Notifications You must be signed in to change notification settings

nefelitav/vaccine-sentiment-classifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vaccine Sentiment Classifier

In this project I trained machine learning and deep learning models in order to classify tweets as Neutral, Pro-vax or Anti-vax, experimenting with different configurations and metrics.

The models and their best accuracy scores:

  • Logistic Regression: 0.7230
  • Feedforward Neural Network: 0.6520
  • LSTM: 0.7050
  • GRU: 0.7063
  • Bert pretrained model: 0.7751

Concepts examined:

  • Data processing
  • Feature extraction
  • Data visualization
  • Skip Connections
  • Attention layer
  • Activation functions
  • Loss functions

About

A vaccine sentiment classifier using different machine and deep learning models.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published