SciRepID - Scientific Publication Search

Publication Search

29,653 articles from 386 journals · 1,447 citations tracked

Showing 1-4 of 4

Analytics

Muhimatul Ifadah; Muhimatul Ifadah; Bambang Irawan

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

User reviews on the Shopee e-commerce platform represent an important source of information for understanding consumer perceptions of products and services. Sentiment analysis is commonly applied to classify user opinions into positive, neutral, and negative sentiment categories based on textual data. This study aims to analyze the performance of the Long Short-Term Memory (LSTM) method in sentiment classification of Shopee user reviews. The dataset used in this study consists of Indonesian-language user reviews that have undergone preprocessing stages, including case folding, text cleaning, tokenization, and stopword removal. The LSTM model was trained using preprocessed text represented as word sequences. Model performance was evaluated using overall accuracy and class-wise classification results. The experimental results indicate that the LSTM method achieved an overall accuracy of 87.62%. In addition, the classification performance for the positive sentiment class reached 95.27%, the neutral class achieved 4.96%, and the negative class reached 74.26%. These results demonstrate that the LSTM method performs well in classifying sentiment in Shopee user reviews, particularly for positive sentiment. This study is expected to provide insights and references for the application of deep learning methods in sentiment analysis of Indonesian e-commerce review data.

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.

Widi Afandi; Widi Afandi; Tri Ginanjar Laksana; Nia Annisa Ferani Tanjung

Jurnal Elektronika dan Komputer 2023 STEKOM PRESS

The Halal Product Assurance Agency (BPJPH) is an agency under the auspices of the Ministry of Religion with the task of ensuring the halalness of products in Indonesia. BPJPH has become a public concern after establishing the new halal logo. On February 10, 2022 the new halal logo was ratified by the Head of BPJPH, Muhammad Aqil Irham. This has become a topic of public discussion either directly or through social media, one of which is social media twitter. The number of opinion tweets about the change of the halal logo can be used as a data source to obtain information about public opinion on the change of the halal logo through sentiment analysis. Sentiment analysis can be done by machine learning approach, one of these is the SVM algorithm . In this research, oversampling and undersampling are applied to handle data that has an unbalanced sentiment class. The results showed that the Support Vector Machine (SVM) model using oversampling training data got the highest accuracy, recall, precision, and f1-score, namely 71% accuracy, 67% precision, 61% recall, and 61% f1-score while training using undersampling training data has the lowest performance, namely getting 56% accuracy, 51% precision, 57% recall, and 52% f1-score.

Aji Priyambodo; Prihati Prihati

Jurnal Elektronika dan Komputer 2020 STEKOM PRESS

Classification is one of the most widely used techniques in machine learning. Text classification is the process of classifying data according to pre-determined groups or classes. Where in most cases, text classification uses labeled training data to obtain the rules used to classify test data into predefined groups. In this study, it is proposed to use CountVectorizer for Indonesian text classification which will be compared with TF-IDF Term Weighting and its three feature levels, namely Character Level, Word Level and N-gram Level as feature extraction which is implemented together with Naive Bayes classification and the BPPPTIndToEngCorpusHalfM dataset. To compare the classification performance, this study uses 10-Fold Cross Validation and Split Data using a ratio of 90:10, while to evaluate the accuracy of the authors using the F1-Score and AUC with the hope that this study will get good accuracy results so that it can be used as a reference to be developed using another method. The F1-Score accuracy obtained in this study was 0.93 and the AUC score was 0.95.