abdulfatir/twitter-sentiment-analysis
A course project implementing and comparing multiple machine learning and deep learning methods for binary sentiment classification on tweets.

Velocity · 7d
+0.5
★ / day
Trend
→steady
star history
The repository compares various approaches for classifying tweet sentiment as positive or negative. It implements traditional machine learning methods including Naive Bayes and SVM alongside deep learning architectures such as CNN and LSTM using Keras with TensorFlow backend. The project includes data preprocessing, statistical analysis, and model training pipelines.