Mohammed I Salih
Computer Information System Department, Duhok Polytechnic University, Iraq

Published : 1 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 1 Documents
Search

Improving Sentiment Classification using Ensemble Learning Sherwan A Abdullah; Mohammed I Salih; Omar M Ahmed
International Journal of Informatics, Information System and Computer Engineering (INJIISCOM) Vol. 6 No. 2 (2025): INJIISCOM: VOLUME 6, ISSUE 2, DECEMBER 2025
Publisher : Universitas Komputer Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.34010/injiiscom.v6i2.13921

Abstract

This study proposes an ensemble learning approach to enhance sentiment classification accuracy on the IMDB movie reviews dataset. We combined three diverse models: Logistic Regression, Random Forest, and a Bidirectional Long Short-Term Memory (LSTM) neural network. Text data was vectorized using bigram term frequency, optimizing it for traditional classifiers, while the LSTM captured sequential dependencies via an embedding layer. By aggregating predictions through majority voting, the ensemble preserves the interpretability of traditional models while leveraging the deep learning capabilities of the neural network. Experimental results demonstrate that our proposed ensemble method achieves an accuracy of 89.2%, outperforming the individual models. This highlights the effectiveness of integrating traditional machine learning with deep learning for robust sentiment analysis.