Sentiment Analysis of Mobile Legends App Reviews Using Machine Learning and LSTM-Based Deep Learning Models
For app developers analyzing user feedback, this is an incremental application of known methods to a specific domain.
The paper compares machine learning and LSTM-based deep learning for sentiment analysis of Mobile Legends app reviews, finding that LSTM achieves 92% accuracy and 91% weighted F1-score, outperforming traditional models.
This paper compares Machine Learning and LSTM-based Deep Learning methods for sentiment analysis of Mobile Legends app reviews. Using a dataset of 10,000 reviews labeled as positive, negative, and neutral, the study evaluates traditional models with TF-IDF and PyCaret AutoML and compares them against an LSTM model designed to capture sequential text dependencies. The results show that the LSTM model outperforms the classical Machine Learning baselines, achieving 92% accuracy and a weighted F1-score of 91%. The findings indicate that deep learning is more effective for handling informal and context-dependent user review text.