SciRepID - Scientific Publication Search

Publication Search

41,520 articles from 397 journals · 1,447 citations tracked

Showing 1-2 of 2

Analytics

Ryzal Nur Alvandy; Ryzal Nur Alvandy; Arita Witianti

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The rapid expansion of e-commerce in Indonesia has resulted in a significant rise in the number of customer reviews, which serve as a valuable source of insight for understanding consumer satisfaction. This study aims to classify or identify sentiments from product reviews on the Tokopedia platform into three categories, using the Support Vector Machine algorithm. The classification method data were ethically collected through web scraping and include review text, ratings, and the number of “likes.”  The preprocessing stage involved several NLP techniques such as pre-procesesing data representation was generated using the Term Frequency–Inverse Document Frequency method, while the issue of class imbalance was addressed using the Synthetic Minority Over-sampling Technique.  Based on the test results, the SVM model achieved an accuracy of 79.48% on the test data using a linear kernel, showing the best performance in classifying positive sentiments. However, the classification of neutral and negative sentiments still requires improvement. This study demonstrates that the combination of the TF-IDF method, additional numerical features, and data balancing techniques can produce an an efficient sentiment analysis model within the e-commerce domain.

Arif Fitra Setyawan; Arif Fitra Setyawan; Amelia Devi Putri Ariyanto; Fari Katul Fikriah; Rozaq Isnaini Nugraha

Jurnal Elektronika dan Komputer 2024 STEKOM PRESS

This study aims to analyze the sentiment of iPhone product reviews fromAmazon using the BERT (Bidirectional Encoder Representations from Transformers) model to classify reviews as either positive or negative. The dataset, sourced from Kaggle, includes text reviews and star ratings, where high ratings indicate positive sentiment and low ratings indicate negative sentiment. After text preprocessing steps, including data cleaning, tokenization, and sentiment labeling, the BERT model was fine-tuned for sentiment classification, with the data split into training, validation, and test sets. Evaluation results demonstrate that the BERT model achieves a high classification accuracy, with an accuracy rate of 93.9% and a balanced F1 score between precision and recall. Confusion matrix evaluation also indicates that the model consistently identifies both positive and negative sentiments. This study shows that Transformer-based models like BERT are highly effective in understanding customer opinions in e-commerce, with broad application potential for data-driven decision-making in marketing strategies and product development.