Related Experiment Video
Updated: Jul 25, 2025

03:14
Augmenting Large Language Models via Vector Embeddings to Improve Domain-Specific Responsiveness
Published on: December 6, 2024
630
Performance evaluation of machine learning models on large dataset of android applications reviews
Ali Adil Qureshi1, Maqsood Ahmad2, Saleem Ullah1
1Department of Computer Science, Khwaja Fareed University of Engineering and Information Technology, Rahim Yar Khan, 64200 Pakistan.
Summary
Analyzing mobile app reviews using machine learning helps improve apps. Combining statistical features with TF-IDF and using a support vector machine model achieved the highest accuracy in sentiment analysis.
Area of Science:
- Natural Language Processing
- Machine Learning
- Data Science
Background:
- Mobile applications are increasingly popular, generating vast amounts of user reviews.
- Analyzing these reviews is crucial for app improvement and development but presents challenges due to their volume and complexity.
- Categorizing reviews aids users in selecting appropriate applications.
Purpose of the Study:
- To propose a framework for sentiment analysis of mobile app reviews across eight diverse categories.
- To evaluate the effectiveness of machine learning models combined with TF-IDF for feature extraction in app review analysis.
Main Methods:
- Scrapped a dataset of 251,661 user reviews using Regular Expression and Beautiful Soup.
- Employed Term Frequency-Inverse Document Frequency (TF-IDF) for feature extraction.
- Utilized various machine learning models, including Support Vector Machine, and evaluated performance with preprocessing and statistical features.
Main Results:
- Combining statistical features with TF-IDF significantly improved model performance.
- The Support Vector Machine model demonstrated the highest accuracy in sentiment analysis.
- The study provides a large, diverse, and balanced dataset for further research.
Conclusions:
- The proposed framework effectively analyzes sentiment in mobile app reviews.
- The combination of TF-IDF and statistical features, along with SVM, offers a robust approach for sentiment analysis.
- The findings can guide researchers in selecting optimal models for app review analysis and contribute to the development of better mobile applications.
Related Concept Videos
Multiple Comparison Tests
3.9K
Multiple comparison test, abbreviated as MCT, is a post hoc analysis generally performed after comparing multiple samples with one or more tests. An MCT will help identify a significantly different sample among multiple samples or a factor among multiple factors.
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
It would be easy to compare two samples using a significance alpha level of 0.05. In other words, there is only one sample pair to be compared. However, it would be difficult to identify a significantly different sample if the number...
3.9K
Improving Translational Accuracy
11.7K
Base complementarity between the three base pairs of mRNA codon and the tRNA anticodon is not a failsafe mechanism. Inaccuracies can range from a single mismatch to no correct base pairing at all. The free energy difference between the correct and nearly correct base pairs can be as small as 3 kcal/ mol. With complementarity being the only proofreading step, the estimated error frequency would be one wrong amino acid in every 100 amino acids incorporated. However, error frequencies observed in...
11.7K

