International Journal of Computer Applications
Foundation of Computer Science (FCS), NY, USA
|
Volume 187 - Issue 29 |
Published: August 2025 |
Authors: Pournima Anil Kharade, Savita Sangam |
![]() |
Pournima Anil Kharade, Savita Sangam . Sentiment Analysis Employing LSTM for Binary Classification of Social Media Texts. International Journal of Computer Applications. 187, 29 (August 2025), 41-48. DOI=10.5120/ijca2025925500
@article{ 10.5120/ijca2025925500, author = { Pournima Anil Kharade,Savita Sangam }, title = { Sentiment Analysis Employing LSTM for Binary Classification of Social Media Texts }, journal = { International Journal of Computer Applications }, year = { 2025 }, volume = { 187 }, number = { 29 }, pages = { 41-48 }, doi = { 10.5120/ijca2025925500 }, publisher = { Foundation of Computer Science (FCS), NY, USA } }
%0 Journal Article %D 2025 %A Pournima Anil Kharade %A Savita Sangam %T Sentiment Analysis Employing LSTM for Binary Classification of Social Media Texts%T %J International Journal of Computer Applications %V 187 %N 29 %P 41-48 %R 10.5120/ijca2025925500 %I Foundation of Computer Science (FCS), NY, USA
Sentiment analysis is a domain within Natural Language Processing (NLP) focused on the computer detection and classification of opinions in textual data. The expansion of social media platforms, such as Twitter, Facebook, and Instagram, has resulted in an increase in user-generated content that reflects public opinion on various issues, including films, products, and political events, daily. An examination of this information would benefit firms, lawmakers, and other stakeholders by aiding in the evaluation of public perception. The traditional method of sentiment analysis relies on a rule-based framework and fundamental machine learning algorithms, including Naive Bayes, Support Vector Machines (SVM), and Logistic Regression (LR). These solutions generally necessitate manually generated features and face challenges in capturing more profound linkages and dependencies within the text. Recent advancements in deep learning, particularly in Recurrent Neural Networks (RNN) and Long Short-Term Memory (LSTM) networks, have transformed the domain of sentiment analysis by offering models for the unsupervised learning of associations from raw text data. As a variation of RNN, LSTM addresses the vanishing gradient problem, making it more suitable for tasks requiring longer dependencies, such as sentiment analysis. This study investigates the application of LSTM networks for binary sentiment categorisation utilising the IMDb movie review dataset. The model's learning capabilities were enhanced by using pre-trained word embeddings (GloVe), which illustrate semantic relationships among words and augment the model's contextual comprehension.