Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Latest commit

 

History

History
18 lines (14 loc) · 711 Bytes

readme.md

File metadata and controls

18 lines (14 loc) · 711 Bytes

Multi Class Tweet Sentiment Classification

This repository presents two approaches to classify tweets into 5 classes based on their sentiment:

  • Extremely Negative
  • Negative
  • Neutral
  • Positive
  • Extremely Positive

It is recommended to run the code in a GPU backend with ~15Gb VRAM.

Dataset

The dataset is available on kaggle

Approaches Used:

Please refer to the report for further information on the preprocessing procedures used and results obtained.