<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE article PUBLIC "-//NLM//DTD Journal Publishing DTD v3.0 20080202//EN" "http://dtd.nlm.nih.gov/publishing/3.0/journalpublishing3.dtd">
<article xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" dtd-version="3.0" xml:lang="en" article-type="research article">
 <front>
  <journal-meta>
   <journal-id journal-id-type="publisher-id">
    jdaip
   </journal-id>
   <journal-title-group>
    <journal-title>
     Journal of Data Analysis and Information Processing
    </journal-title>
   </journal-title-group>
   <issn pub-type="epub">
    2327-7211
   </issn>
   <issn publication-format="print">
    2327-7203
   </issn>
   <publisher>
    <publisher-name>
     Scientific Research Publishing
    </publisher-name>
   </publisher>
  </journal-meta>
  <article-meta>
   <article-id pub-id-type="doi">
    10.4236/jdaip.2025.133016
   </article-id>
   <article-id pub-id-type="publisher-id">
    jdaip-144500
   </article-id>
   <article-categories>
    <subj-group subj-group-type="heading">
     <subject>
      Articles
     </subject>
    </subj-group>
    <subj-group subj-group-type="Discipline-v2">
     <subject>
      Computer Science 
     </subject>
     <subject>
       Communications, Physics 
     </subject>
     <subject>
       Mathematics
     </subject>
    </subj-group>
   </article-categories>
   <title-group>
    Comparative Research in Sentiment Analysis Using Machine Learning Technique
   </title-group>
   <contrib-group>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Eun Soo
      </surname>
      <given-names>
       Park
      </given-names>
     </name>
    </contrib>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Rushit
      </surname>
      <given-names>
       Dave
      </given-names>
     </name>
    </contrib>
    <contrib contrib-type="author" xlink:type="simple">
     <name name-style="western">
      <surname>
       Mansi
      </surname>
      <given-names>
       Bhavsar
      </given-names>
     </name>
    </contrib>
   </contrib-group> 
   <aff id="affnull">
    <addr-line>
     aDepartment of Computer Information Science, Minnesota State University, Mankato, MN, USA
    </addr-line> 
   </aff> 
   <pub-date pub-type="epub">
    <day>
     28
    </day> 
    <month>
     07
    </month>
    <year>
     2025
    </year>
   </pub-date> 
   <volume>
    13
   </volume> 
   <issue>
    03
   </issue>
   <fpage>
    269
   </fpage>
   <lpage>
    280
   </lpage>
   <history>
    <date date-type="received">
     <day>
      24,
     </day>
     <month>
      June
     </month>
     <year>
      2025
     </year>
    </date>
    <date date-type="published">
     <day>
      28,
     </day>
     <month>
      June
     </month>
     <year>
      2025
     </year> 
    </date> 
    <date date-type="accepted">
     <day>
      28,
     </day>
     <month>
      July
     </month>
     <year>
      2025
     </year> 
    </date>
   </history>
   <permissions>
    <copyright-statement>
     © Copyright 2014 by authors and Scientific Research Publishing Inc. 
    </copyright-statement>
    <copyright-year>
     2014
    </copyright-year>
    <license>
     <license-p>
      This work is licensed under the Creative Commons Attribution International License (CC BY). http://creativecommons.org/licenses/by/4.0/
     </license-p>
    </license>
   </permissions>
   <abstract>
    In today’s digital background, sentiment analysis has become an essential factor of Natural Language Processing (NLP), offering valuable insights from vast online data sources. This paper presents a comparative analysis of sentiment analysis techniques leveraging machine learning. As digital content continues to expand rapidly, decoding public sentiment has become increasingly important for businesses and researchers. The study examines various approaches, including traditional machine learning methods like Support Vector Machines (SVM) and Naïve Bayes (NB), as well as deep learning models such as Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) networks. It also explores hybrid frameworks that combine the strength of both paradigms. By evaluating the advantages and limitations of these models, especially within the context of e-commerce, this review provides a comprehensive understanding of their performance. Additionally, the paper addresses critical challenges such as real-time sentiment detection and multi-label classification. Through a synthesis of existing research, it highlights promising directions for future work and contributes to the development of more accurate and practical sentiment analysis solutions across various applications.
   </abstract>
   <kwd-group> 
    <kwd>
     Sentiment Analysis
    </kwd> 
    <kwd>
      Machine Learning
    </kwd> 
    <kwd>
      Deep Learning
    </kwd>
   </kwd-group>
  </article-meta>
 </front>
 <body>
  <sec id="s1">
   <title>1. Introduction</title>
   <p>In this digital age, as people increasingly rely on the Internet to share their thoughts and opinions, sentiment analysis has become a crucial aspect of Natural Language Processing (NLP). Social media platforms like Twitter, Instagram, Reddit, and Facebook serve not only as communication channels but also as valuable sources for understanding public sentiment <xref ref-type="bibr" rid="scirp.144500-1">
     [1]
    </xref>. Whether businesses aim to refine their marketing strategies or researchers seek to detect fake news, extracting meaningful insights from textual data is essential <xref ref-type="bibr" rid="scirp.144500-2">
     [2]
    </xref>. As the amount of digital content rapidly expands, leveraging sentiment analysis enables us to interpret trends, distinguish genuine from misleading information, and make data-driven decisions <xref ref-type="bibr" rid="scirp.144500-3">
     [3]
    </xref>.</p>
   <p>To effectively analyze sentiments expressed in digital content, various machine learning and deep learning approaches have been developed. Sentiment analysis techniques determine the sentiment polarity of text—whether it is positive, negative, or neutral <xref ref-type="bibr" rid="scirp.144500-4">
     [4]
    </xref>. By utilizing natural language processing methods such as tokenization, word embeddings, and sentiment lexicons, these models can analyze a vast amount of textual data with high accuracy <xref ref-type="bibr" rid="scirp.144500-5">
     [5]
    </xref>. Businesses and organizations rely on sentiment analysis to gain valuable insights into customer feedback, brand perception, and market trends <xref ref-type="bibr" rid="scirp.144500-6">
     [6]
    </xref>. Advanced deep learning architectures such as Convolutional Neural Networks (CNN) and Long Short-Term Memory (LSTM) networks further enhance the ability to capture contextual meaning and sentiment nuances. As sentiment analysis continues to evolve, it plays an increasingly important role in optimizing marketing strategies, improving customer experience, and detecting misinformation in digital content <xref ref-type="bibr" rid="scirp.144500-7">
     [7]
    </xref>.</p>
   <p>This paper reviews the advancements in sentiment analysis, evaluating different methodologies and their effectiveness across existing research studies. By comparing machine learning-based, deep learning-based and hybrid approaches, this study aims to provide insights into how different models can enhance decision-making, improve text classification accuracy, and optimize sentiment-based applications. Additionally, this study identifies limitations of different models, offering promising directions for future research.</p>
   <p>The following sections provide an overview of sentiment analysis trends, as well as a comprehensive literature review summarizing methodologies and applications of existing research. Finally, this paper discusses the challenges of current sentiment analysis research and concludes with insights into future directions.</p>
  </sec><sec id="s2">
   <title>2. Background</title>
   <p>Over the past decade, sentiment analysis has evolved from simple text classification techniques to sophisticated machine learning and deep learning models. Early approaches primarily relied on lexicon-based and rule-based methods, which struggled to capture the nuances of human sentiment. However, the growing availability of large-scale labeled datasets enabled the adoption of supervised and unsupervised learning techniques, improving sentiment classification accuracy. Recent trends emphasize enhancing model performance for multilingual and cross-domain applications and improving the interpretability of AI-based sentiment classification. Studies have also explored various deep learning architectures, such as Bidirectional Encoder Representations from Transformers (BERT) models <xref ref-type="bibr" rid="scirp.144500-8">
     [8]
    </xref> and recursive deep models <xref ref-type="bibr" rid="scirp.144500-9">
     [9]
    </xref>, to better understand sentiment in complex textual data. Additionally, sentiment analysis has been applied to a wide range of fields, including e-commerce <xref ref-type="bibr" rid="scirp.144500-10">
     [10]
    </xref> and social media, highlighting its versatility and impact on decision-making processes.</p>
   <p>This literature review explores several research questions, such as:</p>
   <p>In the subsequent sections, this review delves into these questions, comparing existing methodologies and applications to provide insights into improving sentiment analysis models for e-commerce.</p>
  </sec><sec id="s3">
   <title>3. Methodology</title>
   <p>This literature review was conducted through a systematic search of major academic databases, including IEEE Xplore, ACM Digital Library, ScienceDirect, and Google Scholar. The research strategy employed key terms such as “sentiment analysis”, “machine learning”, “deep learning”, “e-commerce”, “natural language processing”, and combinations thereof using Boolean operators. Studies published between 2017 and 2024 were included to capture recent advancements while maintaining focus on contemporary techniques. The inclusion criteria prioritized peer-reviewed articles, conference proceedings, and journal publications that specifically addressed sentiment analysis applications in e-commerce contexts using machine learning approaches, while excluding studies focused solely on theoretical frameworks without empirical validation.</p>
  </sec><sec id="s4">
   <title>4. Literature Review</title>
   <sec id="s4_1">
    <title>4.1. Overview of Sentiment Analysis in E-Commerce</title>
    <p>Sentiment analysis has become a crucial tool for understanding customer opinions and enhancing e-commerce platforms. Shathik et al. <xref ref-type="bibr" rid="scirp.144500-11">
      [11]
     </xref> provide a comprehensive review of sentiment analysis applications using machine learning techniques, discussing key challenges and improvements. A significant contribution is the categorization of machine learning based sentimental analysis methods, emphasizing their applications, strengths, and limitations. Chaturvedi et al. <xref ref-type="bibr" rid="scirp.144500-12">
      [12]
     </xref> examine sentiment analysis in business intelligence, emphasizing its role in decision-making. The paper introduces sentiment analysis as a key tool to process unstructured data, offering practical and computational insights into its application for improving decision-making processes in competitive business environments. More recently, Huang et al. <xref ref-type="bibr" rid="scirp.144500-13">
      [13]
     </xref> reviewed current machine learning techniques for sentiment analysis in e-commerce, highlighting their effectiveness. The study systematically reviewed 54 experimental papers on sentiment analysis in e-commerce, results show that Support Vector Machine (SVM) and Naïve Bayes (NB) were the most widely used machine learning models consistently shown better results than others, whereas Recurrent Neural Networks (RNN) and its variation like Long Short-Term Memory (LSTM) and Gated Recurrent Units (GRU) were dominant in deep learning models. The study also finds that deep learning techniques like BERT, Convolutional Neural Networks (CNN), RNN, and LSTM classification are frequently used in recent studies. Alonso et al. <xref ref-type="bibr" rid="scirp.144500-14">
      [14]
     </xref> explore sentiment analysis for fake news detection, comparing models like Random Forest (RF), NB, SVM, LSTM, and CNN. It discusses how fake news often contains emotionally charged language to manipulate readers and increase engagement. Various sentiment analysis techniques are evaluated, and the result shows that hybrid models outperform standalone classifiers. Kawade et al. <xref ref-type="bibr" rid="scirp.144500-15">
      [15]
     </xref> apply sentiment analysis to Uri attack using R for textual data processing. It highlights how sentiment analysis can mine public emotions from social media platforms like Twitter and process them for better understanding of public opinions on events.</p>
    <p>As shown in <xref ref-type="fig" rid="fig1">
      Figure 1
     </xref>, the sentiment analysis process generally involves stages such as data collection, preprocessing, feature extraction, model training, and evaluation.</p>
    <fig id="fig1" position="float">
     <label>Figure 1</label>
     <caption>
      <title>Figure 1. General sentiment analysis process pipeline.</title>
     </caption>
     <graphic mimetype="image" position="float" xlink:type="simple" xlink:href="https://html.scirp.org/file/2870829-rId15.jpeg?20250731114056" />
    </fig>
   </sec>
   <sec id="s4_2">
    <title>4.2. Machine Learning Approaches for Sentiment Analysis</title>
    <p>Building on the foundational overview of sentiment analysis techniques, several studies have implemented traditional machine learning techniques that have been widely applied for sentiment analysis in e-commerce. Yi et al. <xref ref-type="bibr" rid="scirp.144500-16">
      [16]
     </xref> apply multinomial NB, K-Nearest Neighbors (KNN), and SVM combined with collaborative filtering to recommend products and shops based on customer reviews, achieving improved recommendation accuracy measured by Mean Absolute Error (MAE) and Root Mean Square Error (RMSE). By integrating collaborative filtering and product-product similarity techniques, the study provides a framework for identifying customer preferences and enhancing e-commerce experiences. Deniz et al. <xref ref-type="bibr" rid="scirp.144500-17">
      [17]
     </xref> introduce a multi-label classification approach using Binary Relevance, Multi-label KNN, and One-vs-Rest classifiers with Logistic Regression (LR), Stochastic Gradient Descent (SGD), and XGBoost. The best performing model was One-vs-Rest-XGBoost with 94.2% accuracy and 0.89 F1-score, indicating a low misclassification rate. Among feature extraction techniques, Term Frequency-Inverse Document Frequency (TF-IDF) performed better than word embeddings and transformers. Saura et al. <xref ref-type="bibr" rid="scirp.144500-18">
      [18]
     </xref> utilize SVM and Latent Dirichlet Allocation (LDA) to extract key indicators for startup business success, evaluated through topic coherence scores and classification accuracy. LDA identifies words and separates each word into a different document, randomly identifies distribution of the topics in a sample and then selects the main topics found in the sample. The identified topics are further analyzed using NVivo software to extract meaningful insight. Alnasrawi et al. <xref ref-type="bibr" rid="scirp.144500-19">
      [19]
     </xref> enhance sentiment classification by integrating text network features with various machine learning models, including SVM, RF, LR, NB, Decision Trees (DT), Neural Networks (NN), Gradient Boosting (GB), and AdaBoost. Among all methods, NN outperformed other models with 88.7% accuracy and 0.85 F1-score, and incorporating network-based features improved classification performance by 5% - 8% across precision, recall and F1-score metrics, particularly for NN and ensemble methods.</p>
   </sec>
   <sec id="s4_3">
    <title>4.3. Deep Learning Approaches for Sentiment Analysis</title>
    <p>Despite the effectiveness of traditional machine learning models, their limitations in handling complex linguistic patterns have led researchers to explore deep learning techniques for more nuanced sentiment classification. Deep learning techniques have been widely adopted for sentiment analysis due to their ability to capture complex language patterns. Mehta et al. <xref ref-type="bibr" rid="scirp.144500-20">
      [20]
     </xref> propose a CNN-based sentiment classification model enhanced with Word2Vec and TF-IDF to analyze customer reviews in the apparel sector using deep learning models, achieving 92.3% accuracy and 0.91 F1-score. The study does not evaluate other deep learning models, which could improve sentiment classification. Lin <xref ref-type="bibr" rid="scirp.144500-21">
      [21]
     </xref> employs Natural Language Processing (NLP) methods to analyze correlation between e-commerce customer review features and product recommendations. The researcher examined several different models, like Lasso Regression, Ridge Regression, Linear Kernel SVM, Radial Basis Function (RBF) Kernel SVM, RF, XGBoost, and LightGBM. The best result was achieved by LightGBM with 0.847 R-squared value and the correlation between review ratings and product recommendations was found to be strong. Kundra et al. <xref ref-type="bibr" rid="scirp.144500-22">
      [22]
     </xref> compare traditional machine learning models such as NB, SVM, RF, and AdaBoost with deep learning based RNN and GRU. The research results show that the best-performing model is RNN-GRU with 89.5% accuracy and 0.87 F1-score for unstructured data, but SVM achieved 91.2% accuracy for structured data analysis and performed best in both structured and unstructured data analysis, demonstrating that RNN captures the nuances of unstructured and context-rich information while traditional models excel with structured inputs.</p>
   </sec>
   <sec id="s4_4">
    <title>4.4. Hybrid Approaches for Sentiment Analysis</title>
    <p>To capitalize on the strength of both traditional and deep learning approaches, recent studies have proposed hybrid models that aim to achieve higher accuracy and adaptability in sentiment analysis. Hybrid models have been developed to enhance sentiment analysis accuracy by combining traditional machine learning and deep learning methods. Zhao et al. <xref ref-type="bibr" rid="scirp.144500-23">
      [23]
     </xref> introduce a new optimized machine learning algorithm called the Local Search Improvised Bat Algorithm-based Elman Neural Network (LSIBA-ENN) for sentiment analysis, a new term weighting technique called Log Term Frequency-based Modified Inverse Class Frequency (LTF-MICF) for sentiment classification, and a Hybrid Mutation-based Earthworm Algorithm (HMEWA) for feature selection. The LSIBA-ENN model achieved 95.2% accuracy and 0.94 F1-score, outperforming traditional classifiers, and the LTF-MICF weighting scheme improved performance by 3% - 5% compared to TF-IDF and Word2Vec-based approaches. There are several studies combining the CNN and LSTM methods to improve the accuracy of sentiment analysis. Vatambeti et al. <xref ref-type="bibr" rid="scirp.144500-24">
      [24]
     </xref> employ a ConvBiLSTM model, integrating CNN and (Bi-LSTM) with an Elephant Herd Optimization (EHO) algorithm. EHO is a swarm-based optimization method used to optimize the weight of the Bi-LSTM, deep learning model parameters. The Optimized model achieved 93.8% accuracy with 0.92 precision and 0.91 recall on Twitter food service data. Behera et al. <xref ref-type="bibr" rid="scirp.144500-25">
      [25]
     </xref> present Co-LSTM, a combination of CNN and LSTM, for sentiment classification in social media data. The proposed model achieved 94.5% accuracy and 0.93 F1-score, outperforming standalone CNN with 87.2% accuracy and LSTM with 89.7% accuracy. The model is highly adaptable in examining big social data and is free from any particular domain, unlike conventional machine learning approaches. Co-LSTM performed particularly well on long and complex texts by effectively capturing dependencies between words. Ray et al. <xref ref-type="bibr" rid="scirp.144500-26">
      [26]
     </xref> also integrated CNN with rule-based methods to improve aspect-level sentiment analysis. The model achieved 88.4% accuracy and 0.86 F1-score, incorporating hierarchical clustering and dependency parsing to refine aspect categorization and improve accuracy. Jain et al. <xref ref-type="bibr" rid="scirp.144500-27">
      [27]
     </xref> implemented a CNN-LSTM model for consumer sentiment analysis and the model demonstrated 91.7% accuracy with 0.89 precision and 0.88 recall, higher than standalone deep learning and machine learning models. Furthermore, Priyadarshini et al. <xref ref-type="bibr" rid="scirp.144500-28">
      [28]
     </xref> develop a hybrid LSTM-CNN model with Grid Search Optimization. The model achieved the highest performance with 96.1% accuracy, 0.95 precision, 0.94 recall, and 0.94 F1-score. The model is compared with baseline algorithms, including CNN (88.2% accuracy), KNN (82.1% accuracy), LSTM (90.3% accuracy), CNN-LSTM (92.8% accuracy) and LSTM-CNN (93.4% accuracy), and LSTM-CNN-Grid Search achieved higher performance as the research incorporated grid search as a hyperparameter optimization technique to minimize pre-defined losses.</p>
    <p>As illustrated in <xref ref-type="fig" rid="fig2">
      Figure 2
     </xref>, the machine learning workflow for sentiment analysis often integrates various stages, including data input, feature extraction, model selection, and performance evaluation.</p>
    <fig id="fig2" position="float">
     <label>Figure 2</label>
     <caption>
      <title>Figure 2. An example of machine learning workflow for sentiment analysis.</title>
     </caption>
     <graphic mimetype="image" position="float" xlink:type="simple" xlink:href="https://html.scirp.org/file/2870829-rId16.jpeg?20250731114057" />
    </fig>
   </sec>
   <sec id="s4_5">
    <title>4.5. Real-Time Application</title>
    <p>As sentiment analysis techniques continue to evolve, there is growing interest in applying these models in real-time systems to provide immediate feedback and actionable insights. Several studies focus on real-time sentiment analysis and AI-driven emotion visualization. Jabbar et al. <xref ref-type="bibr" rid="scirp.144500-29">
      [29]
     </xref> implement a SVM-based real-time sentiment analysis system within a mobile application using Python and Flask. The system achieved 87.3% accuracy with an average response time of 0.8 seconds per query. When users submit a review, the application processes the text through the model, which predicts the sentiment polarity and provides immediate feedback. Li et al. <xref ref-type="bibr" rid="scirp.144500-30">
      [30]
     </xref> propose an explanation framework for AI-driven sentiment analysis, leveraging Bi-LSTM with attention mechanisms to visualize emotion-triggering words. The proposed framework achieved 91.2% accuracy and 0.88 F1-score while providing 78% user satisfaction in explainability surveys. The framework emphasizes considering the cause and trigger of emotions as the explanation for the deep learning-based emotion analysis. The proposed method has more functionality, usability, reliability, and performance compared to SHapley Additive exPlanations (SHAP), which is a model interpretation package developed by Python and Local Interpretable Model-agnostic Explanations (LIME) which is an explainable framework for black box deep learning models using a local explainable model to explain each separate prediction, with 15% higher user comprehension scores and 20% faster explanation generation time.</p>
    <p>This literature review highlights the diverse methodologies utilized in sentiment analysis, including traditional machine learning, deep learning, hybrid approaches, and real-time applications, reflecting the dynamic evolution of sentiment analysis in e-commerce. Together, these developments from traditional machine learning to real-time deep learning systems highlight the dynamic landscape of sentiment analysis in e-commerce, underscoring its critical role in enhancing user engagement, personalization, and business intelligence.</p>
   </sec>
   <sec id="s4_6">
    <title>4.6. Comparative Analysis Table of Sentiment Analysis Studies</title>
    <table class="MsoTableGrid custom-table" border="0" cellspacing="0" cellpadding="0"> 
     <tr> 
      <td class="custom-bottom-td acenter" width="14.67%"><p style="text-align:center">Study</p></td> 
      <td class="custom-bottom-td acenter" width="16.57%"><p style="text-align:center">Dataset</p></td> 
      <td class="custom-bottom-td acenter" width="16.33%"><p style="text-align:center">Model Type</p></td> 
      <td class="custom-bottom-td acenter" width="17.14%"><p style="text-align:center">Domain</p></td> 
      <td class="custom-bottom-td acenter" width="19.28%"><p style="text-align:center">Best Performing Model</p></td> 
      <td class="custom-bottom-td acenter" width="16.00%"><p style="text-align:center">Best Metric</p></td> 
     </tr> 
     <tr> 
      <td class="custom-top-td acenter" width="14.67%"><p style="text-align:center">Shathik et al. <xref ref-type="bibr" rid="scirp.144500-11">
         [11]
        </xref></p></td> 
      <td class="custom-top-td acenter" width="16.57%"><p style="text-align:center">Multiple datasets</p></td> 
      <td class="custom-top-td acenter" width="16.33%"><p style="text-align:center">ML/DL Review</p></td> 
      <td class="custom-top-td acenter" width="17.14%"><p style="text-align:center">General Review Paper</p></td> 
      <td class="custom-top-td acenter" width="19.28%"><p style="text-align:center">N/A</p></td> 
      <td class="custom-top-td acenter" width="16.00%"><p style="text-align:center">N/A</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Chaturvedi et al. <xref ref-type="bibr" rid="scirp.144500-12">
         [12]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Business data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Business Intelligence</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">N/A</p><p style="text-align:center">(Framework)</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">N/A</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Huang et al. <xref ref-type="bibr" rid="scirp.144500-13">
         [13]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">54 studies meta-analysis</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML/DL Review</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">SVM, NB, LSTM, GRU</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">Accuray and F1-score</p><p style="text-align:center">(Review paper)</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Alonso et al. <xref ref-type="bibr" rid="scirp.144500-14">
         [14]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Fake news datasets</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML/DL/Hybrid</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Fake News Detection</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">Hybrid models</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">Accuracy, Precision, Recall, F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Kawade et al. <xref ref-type="bibr" rid="scirp.144500-15">
         [15]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Twitter data (Uri attack)</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Social Media/Events</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">N/A</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">N/A</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Yi et al. <xref ref-type="bibr" rid="scirp.144500-16">
         [16]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Customer reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML + Collaborative Filtering</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce Recommendation</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">Multinomial NB + Collaborative Filtering</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">MAE, RMSE improvement</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Deniz et al. <xref ref-type="bibr" rid="scirp.144500-17">
         [17]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">E-commerce customer reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">Multi-label ML</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">One-vs-Rest-XGBoost</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">94.2% Accuracy,</p><p style="text-align:center">0.89 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Saura et al. <xref ref-type="bibr" rid="scirp.144500-18">
         [18]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Startup business data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">SVM + LDA</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Business/Startup</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">SVM + LDA</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">Topic coherence &amp; classification accuracy</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Alnasrawi et al. <xref ref-type="bibr" rid="scirp.144500-19">
         [19]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Text network data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML Ensemble</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">General</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">Neural Networks</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">88.7% Accuracy,</p><p style="text-align:center">0.85 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Mehta et al. <xref ref-type="bibr" rid="scirp.144500-20">
         [20]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Apparel sector reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">CNN + Word2Vec/TF-IDF</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce (Apparel)</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">CNN with Word2Vec/TF-IDF</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">92.3% Accuracy,</p><p style="text-align:center">0.91 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Lin <xref ref-type="bibr" rid="scirp.144500-21">
         [21]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">E-commerce reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML/Regression</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">LightGBM</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">0.847 R-squared</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Kundra et al. <xref ref-type="bibr" rid="scirp.144500-22">
         [22]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Structured/unstructured data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ML/DL</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">General</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">RNN-GRU (unstructured), SVM (structured)</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">RNN-GRU: 89.5% Accuracy, 0.87 F1-score;</p><p style="text-align:center">SVM:</p><p style="text-align:center">91.2% Accuracy</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Zhao et al. <xref ref-type="bibr" rid="scirp.144500-23">
         [23]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Product reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">Hybrid (LSIBA-ENN)</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">E-commerce</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">LSIBA-ENN with LTF-MICF</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">95.2% Accuracy, 0.94 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Vatambeti et al. <xref ref-type="bibr" rid="scirp.144500-24">
         [24]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Twitter food service data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">ConvBiLSTM + EHO</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Social Media/Food</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">ConvBiLSTM with EHO optimization</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">93.8% Accuracy, 0.92 Precision, 0.91 Recall</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Behera et al. <xref ref-type="bibr" rid="scirp.144500-25">
         [25]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Social media data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">Co-LSTM (CNN + LSTM)</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Social Media</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">Co-LSTM</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">94.5% Accuracy, 0.93 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Ray et al. <xref ref-type="bibr" rid="scirp.144500-26">
         [26]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Aspect-level data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">CNN + Rule-based</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Aspect-level Analysis</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">CNN with rule-based integration</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">88.4% Accuracy, 0.86 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Jain et al. <xref ref-type="bibr" rid="scirp.144500-27">
         [27]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Consumer data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">CNN-LSTM</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Consumer Analysis</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">CNN-LSTM</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">91.7% Accuracy, 0.89 Precision, 0.88 Recall</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Priyadarshini et al. <xref ref-type="bibr" rid="scirp.144500-28">
         [28]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">General sentiment data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">LSTM-CNN + Grid Search</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">General</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">LSTM-CNN with Grid Search</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">96.1% Accuracy, 0.95 Precision, 0.94 Recall,</p><p style="text-align:center">0.94 F1-score</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Jabbar et al. <xref ref-type="bibr" rid="scirp.144500-29">
         [29]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Mobile app reviews</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">SVM</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">Real-time E-commerce</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">SVM (real-time)</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">87.3% Accuracy, 0.8s response time</p></td> 
     </tr> 
     <tr> 
      <td class="acenter" width="14.67%"><p style="text-align:center">Li et al. <xref ref-type="bibr" rid="scirp.144500-30">
         [30]
        </xref></p></td> 
      <td class="acenter" width="16.57%"><p style="text-align:center">Emotion analysis data</p></td> 
      <td class="acenter" width="16.33%"><p style="text-align:center">Bi-LSTM + Attention</p></td> 
      <td class="acenter" width="17.14%"><p style="text-align:center">AI Explanation/Visualization</p></td> 
      <td class="acenter" width="19.28%"><p style="text-align:center">Bi-LSTM with attention</p></td> 
      <td class="acenter" width="16.00%"><p style="text-align:center">91.2% Accuracy, 0.88 F1-score,</p><p style="text-align:center">78% user satisfaction</p></td> 
     </tr> 
    </table>
   </sec>
  </sec><sec id="s5">
   <title>5. Limitations</title>
   <p>Despite the advancements in sentiment analysis methodologies, several limitations persist in the current research. One major challenge lies in the implementation of real-time sentiment analysis systems. While real-time sentiment analysis applications are gaining traction, as evidenced by Jabbar et al. <xref ref-type="bibr" rid="scirp.144500-29">
     [29]
    </xref>, the generalizability and robustness of real-time sentiment analysis models in handling diverse, high-volume data streams remain a challenge. Furthermore, the explanation frameworks for AI-driven emotion visualization, like those proposed by Li et al. <xref ref-type="bibr" rid="scirp.144500-30">
     [30]
    </xref>, are promising but are still in their early stages and require further validation in real-world scenarios to ensure reliability and usability.</p>
   <p>Also, the literature highlights the increasing adoption of multi-label classification approaches for sentiment analysis, as seen in Deniz et al. <xref ref-type="bibr" rid="scirp.144500-17">
     [17]
    </xref>, which addresses the complexity of customer reviews containing multiple sentiments. However, the evaluation and comparison of these multi-label models are often conducted on specific e-commerce datasets, limiting the broader applicability of the findings. The performance of multi-label classifiers can vary significantly depending on the dataset’s characteristics, such as label distribution and text complexity. Additionally, the feature extraction techniques employed in these studies are effective but may not fully capture the nuanced relationships between different sentiment labels, leading to suboptimal model generalization across platforms or domains.</p>
  </sec><sec id="s6">
   <title>6. Conclusions and Future Work</title>
   <p>This paper has reviewed the significant advancements and methodologies in sentiment analysis, particularly within the context of e-commerce. The evolution from traditional machine learning techniques to sophisticated deep learning and hybrid models demonstrates the potential of sentiment analysis to enhance decision-making processes in various applications. The findings indicate that while deep learning architectures, such as RNNs and BERT, have shown remarkable performance in capturing contextual nuances, traditional models like SVM and Naïve Bayes remain relevant for specific tasks, particularly in cases with limited data.</p>
   <p>Despite these advancements, several limitations persist, notably in the areas of real-time analysis, multi-label classification, and the interpretability of AI-driven models. The challenge of generalizing sentiment analysis models across diverse datasets and the need for robust frameworks to visualize emotions underline the necessity for ongoing research. Future research should focus on enhancing real-time capabilities by developing more robust sentiment analysis systems that can effectively handle high-volume, diverse data streams across multiple platforms. Additionally, further investigation into multi-label classification techniques is needed, particularly regarding their performance across various datasets, with an emphasis on establishing standardized benchmarks for broader applicability. Improving the interpretability of complex models is essential, and future studies could explore novel frameworks for emotion visualization that are user-friendly and reliable. Moreover, examining the transferability of sentiment analysis techniques across different domains can provide insights into their adaptability and effectiveness, potentially leading to the development of models that are less reliant on specific datasets. Finally, incorporating explainable AI techniques into sentiment analysis models can enhance user trust and understanding of model predictions, thereby improving the overall user experience. By focusing on these areas, future research can contribute to refining sentiment analysis methodologies, ultimately leading to more accurate and actionable insights in e-commerce and beyond.</p>
  </sec><sec id="s7">
   <title>Acknowledgements</title>
   <p>The authors thank Professor Dave Rushit for providing valuable guidance, insightful feedback, and continuous support throughout the development of this research on sentiment analysis techniques.</p>
  </sec>
 </body><back>
  <ref-list>
   <title>References</title>
   <ref id="scirp.144500-ref1">
    <label>1</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Pang, B. and Lee, L. (2008) Opinion Mining and Sentiment Analysis. Foundations and Trends® in Information Retrieval, 2, 1-135. &gt;https://doi.org/10.1561/1500000011
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref2">
    <label>2</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Liu, B. (2022) Sentiment Analysis and Opinion Mining. Morgan&amp;Claypool Publishers.
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref3">
    <label>3</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Wankhade, M., Rao, A.C.S. and Kulkarni, C. (2022) A Survey on Sentiment Analysis Methods, Applications, and Challenges. Artificial Intelligence Review, 55, 5731-5780. &gt;https://doi.org/10.1007/s10462-022-10144-1
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref4">
    <label>4</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Sharma, N.A., Ali, A.B.M.S. and Kabir, M.A. (2025) A Review of Sentiment Analysis: Tasks, Applications, and Deep Learning Techniques. International Journal of Data Science and Analytics, 19, 351-388. &gt;https://doi.org/10.1007/s41060-024-00594-x
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref5">
    <label>5</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Ahmad, M., Aftab, S., Ali, I. and Hameed, N. (2017) Hybrid Tools and Techniques for Sentiment Analysis: A Review. International Journal of Multidisciplinary Sciences and Engineering, 8, 28-33. 
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref6">
    <label>6</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Yue, L., Chen, W., Li, X., Zuo, W. and Yin, M. (2019) A Survey of Sentiment Analysis in Social Media. Knowledge and Information Systems, 60, 617-663. &gt;https://doi.org/10.1007/s10115-018-1236-4
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref7">
    <label>7</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Suryawanshi, N.S. (2024) Sentiment Analysis with Machine Learning and Deep Learning: A Survey of Techniques and Applications. International Journal of Science and Research Archive, 12, 5-15. &gt;https://doi.org/10.30574/ijsra.2024.12.2.1205
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref8">
    <label>8</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Devlin, J., Chang, M.-W., Lee, K. and Toutanova, K. (2019) BERT: Pre-Training of Deep Bidirectional Transformers for Language Understanding. Proceedings of NAACL-HLT 2019, Minneapolis, 2-7 June 2019, 4171-4186. 
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref9">
    <label>9</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Socher, R., Perelygin, A., Wu, J., Chuang, J., Manning, C.D., Ng, A., et al. (2013) Recursive Deep Models for Semantic Compositionality over a Sentiment Treebank. Proceedings of the 2013 Conference on Empirical Methods in Natural Language Processing, Seattle, 18-21 October 2013, 1631-1642. &gt;https://doi.org/10.18653/v1/d13-1170
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref10">
    <label>10</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Feldman, R. (2013) Techniques and Applications for Sentiment Analysis: The Main Applications and Challenges of One of the Hottest Research Areas in Computer Science. Communications of the ACM, 56, 82-89. &gt;https://doi.org/10.1145/2436256.2436274
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref11">
    <label>11</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Shathik, A. and Prasad, K. (2020) A Literature Review on Application of Sentiment Analysis Using Machine Learning Techniques. International Journal of Applied Engineering and Management Letters (IJAEML): A Refereed International Journal of Srinivas University, 4, 2581-7000.
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref12">
    <label>12</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Chaturvedi, S., Mishra, V. and Mishra, N. (2017) Sentiment Analysis Using Machine Learning for Business Intelligence. 2017 IEEE International Conference on Power, Control, Signals and Instrumentation Engineering (ICPCSI), Chennai, 21-22 September 2017, 2162-2166. &gt;https://doi.org/10.1109/icpcsi.2017.8392100
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref13">
    <label>13</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Huang, H., Zavareh, A.A. and Mustafa, M.B. (2023) Sentiment Analysis in E-Commerce Platforms: A Review of Current Techniques and Future Directions. IEEE Access, 11, 90367-90382. &gt;https://doi.org/10.1109/access.2023.3307308
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref14">
    <label>14</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Alonso, M.A., Vilares, D., Gómez-Rodríguez, C. and Vilares, J. (2021) Sentiment Analysis for Fake News Detection. Electronics, 10, Article 1348. &gt;https://doi.org/10.3390/electronics10111348
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref15">
    <label>15</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Kawade, D.R. and Oza, D.K.S. (2017) Sentiment Analysis: Machine Learning Approach. International Journal of Engineering and Technology, 9, 2183-2186. &gt;https://doi.org/10.21817/ijet/2017/v9i3/1709030151
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref16">
    <label>16</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Yi, S. and Liu, X. (2020) Machine Learning Based Customer Sentiment Analysis for Recommending Shoppers, Shops Based on Customers’ Review. Complex&amp;Intelligent Systems, 6, 621-634. &gt;https://doi.org/10.1007/s40747-020-00155-2
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref17">
    <label>17</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Deniz, E., Erbay, H. and Coşar, M. (2022) Multi-Label Classification of E-Commerce Customer Reviews via Machine Learning. Axioms, 11, Article 436. &gt;https://doi.org/10.3390/axioms11090436
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref18">
    <label>18</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Saura, J.R., Palos-Sanchez, P. and Grilo, A. (2019) Detecting Indicators for Startup Business Success: Sentiment Analysis Using Text Data Mining. Sustainability, 11, Article 917. &gt;https://doi.org/10.3390/su11030917
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref19">
    <label>19</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Alnasrawi, A.M., Alzubaidi, A.M.N. and Al-Moadhen, A.A. (2024) Improving Sentiment Analysis Using Text Network Features within Different Machine Learning Algorithms. Bulletin of Electrical Engineering and Informatics, 13, 405-412. &gt;https://doi.org/10.11591/eei.v13i1.5576
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref20">
    <label>20</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Mehta, K. and Panda, S.P. (2022) Sentiment Analysis on E-Commerce Apparels Using Convolutional Neural Network. International Journal of Computing, 21, 234-241. &gt;https://doi.org/10.47839/ijc.21.2.2592
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref21">
    <label>21</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Lin, X. (2020) Sentiment Analysis of E-Commerce Customer Reviews Based on Natural Language Processing. Proceedings of the 2020 2nd International Conference on Big Data and Artificial Intelligence, Johannesburg, 28-30 April 2020, 32-36. &gt;https://doi.org/10.1145/3436286.3436293 
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref22">
    <label>22</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Kundra, H., Vishnu, C., Vaishnavi, B.V., Kasireddy, C.R., Akash, G. and Jindam, S. (2024) Digital Emotions Using Sentiment Analysis for Predictive Insights on Customer Recommendations. 2024 IEEE 5th India Council International Subsections Conference (INDISCON), Chandigarh, 22-24 August 2024, 1-6. &gt;https://doi.org/10.1109/indiscon62179.2024.10744376
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref23">
    <label>23</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Zhao, H., Liu, Z., Yao, X. and Yang, Q. (2021) A Machine Learning-Based Sentiment Analysis of Online Product Reviews with a Novel Term Weighting and Feature Selection Approach. Information Processing&amp;Management, 58, Article ID: 102656. &gt;https://doi.org/10.1016/j.ipm.2021.102656
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref24">
    <label>24</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Vatambeti, R., Mantena, S.V., Kiran, K.V.D., Manohar, M. and Manjunath, C. (2024) Twitter Sentiment Analysis on Online Food Services Based on Elephant Herd Optimization with Hybrid Deep Learning Technique. Cluster Computing, 27, 655-671. &gt;https://doi.org/10.1007/s10586-023-03970-7
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref25">
    <label>25</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Behera, R.K., Jena, M., Rath, S.K. and Misra, S. (2021) Co-LSTM: Convolutional LSTM Model for Sentiment Analysis in Social Big Data. Information Processing&amp;Management, 58, Article ID: 102435. &gt;https://doi.org/10.1016/j.ipm.2020.102435
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref26">
    <label>26</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Ray, P. and Chakrabarti, A. (2020) A Mixed Approach of Deep Learning Method and Rule-Based Method to Improve Aspect Level Sentiment Analysis. Applied Computing and Informatics, 18, 163-178. &gt;https://doi.org/10.1016/j.aci.2019.02.002
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref27">
    <label>27</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Jain, P.K., Saravanan, V. and Pamula, R. (2021) A Hybrid CNN-LSTM: A Deep Learning Approach for Consumer Sentiment Analysis Using Qualitative User-Generated Contents. ACM Transactions on Asian and Low-Resource Language Information Processing, 20, 1-15. &gt;https://doi.org/10.1145/3457206
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref28">
    <label>28</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Priyadarshini, I. and Cotton, C. (2021) A Novel LSTM-CNN-Grid Search-Based Deep Neural Network for Sentiment Analysis. The Journal of Supercomputing, 77, 13911-13932. &gt;https://doi.org/10.1007/s11227-021-03838-w
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref29">
    <label>29</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Jabbar, J., Urooj, I., JunSheng, W. and Azeem, N. (2019) Real-Time Sentiment Analysis on E-Commerce Application. 2019 IEEE 16th International Conference on Networking, Sensing and Control (ICNSC), Banff, 9-11 May 2019, 391-396. &gt;https://doi.org/10.1109/icnsc.2019.8743331
    </mixed-citation>
   </ref>
   <ref id="scirp.144500-ref30">
    <label>30</label>
    <mixed-citation publication-type="other" xlink:type="simple">
     Li, Y., Chan, J., Peko, G. and Sundaram, D. (2024) An Explanation Framework and Method for AI-Based Text Emotion Analysis and Visualisation. Decision Support Systems, 178, Article ID: 114121. &gt;https://doi.org/10.1016/j.dss.2023.114121
    </mixed-citation>
   </ref>
  </ref-list>
 </back>
</article>