Related Experiment Video
Updated: Nov 16, 2025

Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
Published on: December 6, 2024
A performance comparison of supervised machine learning models for Covid-19 tweets sentiment analysis.
Furqan Rustam1, Madiha Khalid1, Waqar Aslam2
1Department of Computer Science, Khwaja Fareed University of Engineering and Information Technology, Rahim Yar Khan, Pakistan.
This study analyzed Covid-19 sentiments from tweets using machine learning. Extra Trees Classifiers achieved 0.93 accuracy, outperforming other models and deep learning approaches for effective pandemic analysis.
Area of Science:
- Natural Language Processing
- Machine Learning
- Public Health
Background:
- The Covid-19 pandemic necessitated real-time situation assessment.
- Social media platforms became crucial for information dissemination regarding Covid-19.
- Accurate sentiment analysis of public opinion on Covid-19 is vital for resource allocation and pandemic management.
Purpose of the Study:
- To perform sentiment analysis of Covid-19 related tweets using supervised machine learning.
- To evaluate the performance of various machine learning classifiers with a novel feature set.
- To compare the proposed approach with existing sentiment analysis techniques.
Main Methods:
- A dataset of Covid-19 tweets was collected from Twitter.
- Tweets were preprocessed, and sentiments were extracted using TextBlob.
- A feature set was created by concatenating Bag-of-Words and TF-IDF.
- Machine learning classifiers (including Extra Trees) and a Long Short-Term Memory (LSTM) model were evaluated.
- Performance metrics included accuracy, precision, recall, and F1 score.
Main Results:
- Extra Trees Classifiers achieved the highest accuracy (0.93) using the proposed concatenated feature set.
- The proposed feature set outperformed the Vader sentiment analysis with GloVe features.
- The Long Short-Term Memory (LSTM) deep learning model showed lower accuracy compared to the machine learning classifiers.
Conclusions:
- The proposed feature set combining Bag-of-Words and TF-IDF significantly enhances sentiment analysis of Covid-19 tweets.
- Extra Trees Classifiers are highly effective for identifying public sentiment towards Covid-19 from social media data.
- Machine learning approaches demonstrate superior performance over deep learning (LSTM) for this specific task.
More Related Videos
04:04Asthma Detection Research Based on Voice Signal Processing and Machine Learning
Published on: July 22, 2025
06:22Machine Learning-Based Cough Tone Classification: Diagnostic Exploration of Chronic Obstructive Pulmonary Disease and Respiratory Tract Infections
Published on: September 19, 2025
Related Concept Videos
Residuals and Least-Squares Property
If the observed data point lies above the line, the residual is positive, and the line underestimates the actual data value for y. If the observed data point lies below the line, the residual is negative, and the line overestimates the actual data value for y.
The process of fitting the best-fit...
Comparing the Survival Analysis of Two or More Groups
Sensitivity, Specificity, and Predicted Value
Sensitivity is the...
Prediction Intervals
However, the point estimate is most likely not the exact value of the population parameter, but close to it. After calculating point estimates, we construct interval estimates, called confidence intervals or prediction intervals. This prediction interval comprises a range of values unlike the point estimate and is a better predictor of the observed sample value, y.
Classification of Signals
A continuous-time signal holds a value at every instant in time, representing information seamlessly. In contrast, a discrete-time signal holds values only at specific moments, often denoted as x(n), where...