The Amerix movement has gained popularity in Kenya [and beyond] over the recent years. It was initiated in the year 2019 by [Eric Amunga], and has grown to thousands of followers across select social media platforms. The movements key points of focus are Mens Health and wellness & reproductive health. The Agenda & Philosophy of the movement is mainly fronted through key hashtags and taglines, mainly: #MasculinitySaturday, #ManDay, #FoodFriday, #BetterTogether, Change or Perish, and so on.
This project's key aim to carry out sentiment analysis on the tweets associated with this movement (using the above mentioned taglines), and make reasonable, analytical inferences on the impact of the movement since its inception. The project deploys top-level Machine Learning and Deep Learning models and architectures to make the best possible predictions on whether tweets (and their implications) are Positive, Negative, or Neutral, the volume of positivity, negativity, or neutrality and the possible implied socialistic meanings [and connotations].
- Gaussian Naive Bayesian (GNB)
- Random Forests (RF)
- Extreme Gradient Boosters (XGB)
- Categorical Boosters (CatBoost)
- Bert Transfomers
- Roberta Transformers
- Twitter-Roberta
- TwitterNLP
- Bert == 0.97
- Roberta == 0.96
- RF == 0.90
- CatBoost == 0.83
- XGB == 0.80
- GNB == 0.78
- Twitter-Roberta == (pending)
- TWitterNLP == (pending)