Future of Information and Communication Conference (FICC) 2025
28-29 April 2025
Publication Links
IJACSA
Special Issues
Future of Information and Communication Conference (FICC)
Computing Conference
Intelligent Systems Conference (IntelliSys)
Future Technologies Conference (FTC)
International Journal of Advanced Computer Science and Applications(IJACSA), Volume 13 Issue 6, 2022.
Abstract: Sentiment analysis is a subtopic of Natural Language Processing (NLP) techniques that involves extracting emotions from unprocessed text. This is commonly used on customer review posts to automatically determine if user / customer sentiments are negative or positive. But quality of these analysis is completely dependent on its quantity of raw data. The conventional classifier-based sentiment prediction is not capable to handle these large datasets. Hence, for an efficient and effective sentiment prediction, deep learning approach is used. The proposed system consists of three main phases, such as 1) Data collection and pre-processing, 2) Count vectorizer and dimensionality reduction is used for feature extraction, 3) Hybrid classifier LSTM-SVM using incremental learning. Initially the input raw data is gathered from the e-commerce sites for product reviews and collected raw is given to pre-processing, which do tokenization, stop word removal, lemmatization for each review text. After pre-processing, features like keywords, length, and word count are extracted and given to feature extraction stage. Then a hybrid classifier using two-stage LSTM and SVM is developed for training the sentimental classes by passing new features and classes for incremental learning. The proposed system is developed using python and it is compared with the state-of-the-art classification techniques. The performance of the proposed system is compared based on performance metrics such as accuracy, precision, recall, sensitivity, specificity etc. The proposed model performed an accuracy of 92% which is better compared to the state-of-the-art existing techniques.
Alka Londhe and P. V. R. D. Prasada Rao, “Incremental Learning based Optimized Sentiment Classification using Hybrid Two-Stage LSTM-SVM Classifier” International Journal of Advanced Computer Science and Applications(IJACSA), 13(6), 2022. http://dx.doi.org/10.14569/IJACSA.2022.0130674
@article{Londhe2022,
title = {Incremental Learning based Optimized Sentiment Classification using Hybrid Two-Stage LSTM-SVM Classifier},
journal = {International Journal of Advanced Computer Science and Applications},
doi = {10.14569/IJACSA.2022.0130674},
url = {http://dx.doi.org/10.14569/IJACSA.2022.0130674},
year = {2022},
publisher = {The Science and Information Organization},
volume = {13},
number = {6},
author = {Alka Londhe and P. V. R. D. Prasada Rao}
}
Copyright Statement: This is an open access article licensed under a Creative Commons Attribution 4.0 International License, which permits unrestricted use, distribution, and reproduction in any medium, even commercially as long as the original work is properly cited.