Publication Search

76,969 articles from 728 journals · 2,111 citations tracked

Showing 1-8 of 8

Analytics

Vinsent Brilian Adiguna; Ryan Arya Pramudya

Digital Business Intelligence Journal 2024 Fakultas Ekonomika dan Bisnis Universitas 17 Agustus 1945 Semarang

The growth of e-commerce in Indonesia has led to the emergence of various online shopping platforms, with Shopee being one of the most popular in Semarang City. User reviews on the Shopee application serve as a valuable data source for analyzing customer satisfaction levels; however, the large volume of data requires a systematic and accurate analytical approach. This study aims to analyze user review sentiments of the Shopee application using three machine learning algorithms: Random Forest, Naïve Bayes, and Support Vector Machine (SVM), as well as comparing the accuracy of these three algorithms. This research utilized 1000 reviews collected through web scraping from the Play Store, which were categorized into three classifications: positive, neutral, and negative sentiments. The analysis process encompassed pre-processing stages, feature extraction using TF-IDF, and classification using Random Forest, Naïve Bayes, and Support Vector Machine algorithms. The results demonstrated that the Random Forest algorithm achieved the highest accuracy at 96.19%, followed by Support Vector Machine with 95.71% accuracy, and Naïve Bayes with 84.76% accuracy. This research highlights the effectiveness of Random Forest and SVM in classifying user review sentiments towards the Shopee application.

Aulia Wicaksono; I Putu Eka Nila Kencana; I Wayan Sumarjaya

International Journal of Applied Mathematics and Computing 2024 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Image classification is widely used in everyday life such as in car steering, closed-circuit television (CCTV), traffic cameras, etc. The implementation of image classification can be done using several methods, including neural network and support vector machine models. The neural network method is able to find the right weights that allow the network to show the desired behaviour while the support vector machine method has many dimensions and can overcome linear and non-linear data. In this research, feature extraction was carried out using VGG16 to increase accuracy. This research aims to find out how to implement the neural network and SVM algorithms to classify images and determine the results of analyzing the performance of the two methods. The data used in this study is secondary data consisting of 10 types of large wild cats with a total of 2339 training image datasets and 50 testing image datasets. The research stages consist of data augmentation, model design, model training, and model evaluation. Classification with the neural network model produced an accuracy of 96% and the support vector machine model produced an accuracy of 96%, which means that in a consistent training environment, the two models have the same performance.

Salsabila Dwi Fitri; Dewi Lestari; Rizqa Raaiqa Bintana; Reni Aryani; Mohamad Ilhami +1 more

Bridge : Jurnal Publikasi Sistem Informasi dan Telekomunikasi 2024 Asosiasi Profesi Telekomunikasi Dan Informatika Indonesia

The policy for using the MyPertamina application issued does not rule out the possibility of differences of opinion due to changes in the policy. There are many positive, neutral, and negative responses to the MyPertamina application implementation policy. To see the public's reaction to the MyPertamina application implementation policy, it can be seen through various media, including social media. Twitter is a social network that is widely used by people in Indonesia. The number of Twitter users in Indonesia reached 18.45 million in 2022, making Indonesia the fifth largest Twitter user country in the world. Researchers conducted a sentiment analysis of the search results for tweets containing the keyword "MyPertamina" using the support vector machine algorithm. 382 tweet data were obtained and classified using the support vector machine algorithm. Support vector machine is a supervised learning algorithm for data classification. SVM is very fast and effective in solving text data problems. Text data is suitable for classification with the SVM algorithm because the basic nature of text tends to be high-dimensional. Of the 382 data analyzed, the support vector machine classification using the RBF kernel with parameter C=2 gave the highest accuracy value of 80.51%, precision value of 81%, recall value of 81%, and F1 score value of 80%.

Galih Purbo Danu Kisowo

Router : Jurnal Teknik Informatika dan Terapan 2024 Asosiasi Profesi Telekomunikasi dan Informatika Indonesia

This study compares the performance of Convolutional Neural Network (CNN) and Support Vector Machine (SVM) algorithms in detecting and classifying smoking activities. Using an image dataset containing two classes, Smoking and Non-Smoking, this research implements transfer learning using the InceptionResNetV2 model for CNN and the SVM method. Evaluation results show that CNN has higher accuracy compared to SVM in detecting smoking activities. This research contributes to the development of surveillance systems for smoke-free areas in smart cities.

Lisa Amelia Putri; Andriani Sitorus; Nurul Fitriah; Havni Virul; Syawaliah Putri Rangkuti +1 more

Neptunus: Jurnal Ilmu Komputer Dan Teknologi Informasi 2024 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Hijaiyah letters are the alphabet used in Arabic and the Koran. Automatic recognition of hijaiyah letters has many benefits, especially in the fields of education and learning Arabic and the Koran. This research aims to classify hijaiyah letter recognition using image processing techniques and the Support Vector Machine (SVM) algorithm. We collected a dataset of images of 5 hijaiyah letters with a total of 400 images obtained from Google and also Iqro'.  The train:test ratio is 8:2. Experimental results show that the proposed approach can achieve high accuracy in recognizing hijaiyah letters with an accuracy rate of 99.16%.

Nattapong Chaiyathorn; Pimchanok Anuwat

International Journal of Computer Technology and Science 2024 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

The rapid growth of data-intensive applications has posed significant challenges for classical machine learning (ML) algorithms, particularly in terms of computational efficiency and scalability. This study explores the role of quantum computing in optimizing machine learning performance through the implementation of Quantum Machine Learning (QML), specifically using the Quantum Support Vector Machine (QSVM) model. The research adopts a Design Science Research approach, involving problem identification, model development, system implementation, and performance evaluation. Both classical Support Vector Machine (SVM) and QSVM models are developed and tested using benchmark classification datasets. The results indicate that QSVM outperforms the classical SVM model across multiple evaluation metrics, including accuracy, precision, recall, and F1-score. Additionally, QSVM demonstrates improved computational efficiency by reducing training time, particularly when handling high-dimensional data. These improvements are attributed to the ability of quantum computing to utilize quantum kernel methods and map data into higher-dimensional feature spaces, enabling better pattern recognition and classification performance.  Despite these promising outcomes, the study also identifies several limitations related to current quantum hardware, such as noise, decoherence, and limited qubit availability, which may affect scalability and practical implementation. Therefore, further research is required to enhance quantum hardware reliability and develop hybrid quantum-classical models. In conclusion, quantum machine learning offers a promising solution to overcome the limitations of classical approaches, providing enhanced performance and efficiency for complex data processing tasks in future intelligent systems.

Aghware, Fidelis Obukohwo; Ojugo, Arnold Adimabua; Adigwe, Wilfred; Odiakaose, Christopher Chukwufumaya; Ojei, Emma Obiajulu +3 more

Journal of Computing Theories and Applications 2024 Universitas Dian Nuswantoro

Fraudsters increasingly exploit unauthorized credit card information for financial gain, targeting un-suspecting users, especially as financial institutions expand their services to semi-urban and rural areas. This, in turn, has continued to ripple across society, causing huge financial losses and lowering user trust implications for all cardholders. Thus, banks cum financial institutions are today poised to implement fraud detection schemes. Five algorithms were trained with and without the application of the Synthetic Minority Over-sampling Technique (SMOTE) to assess their performance. These algorithms included Random Forest (RF), K-Nearest Neighbors (KNN), Naïve Bayes (NB), Support Vector Machines (SVM), and Logistic Regression (LR). The methodology was implemented and tested through an API using Flask and Streamlit in Python. Before applying SMOTE, the RF classifier outperformed the others with an accuracy of 0.9802, while the accuracies for LR, KNN, NB, and SVM were 0.9219, 0.9435, 0.9508, and 0.9008, respectively. Conversely, after the application of SMOTE, RF achieved a prediction accuracy of 0.9919, whereas LR, KNN, NB, and SVM attained accuracies of 0.9805, 0.9210, 0.9125, and 0.8145, respectively. These results highlight the effectiveness of combining RF with SMOTE to enhance prediction accuracy in credit card fraud detection.

Omoruwou, Felix; Ojugo, Arnold Adimabua; Ilodigwe, Solomon Ebuka

Journal of Computing Theories and Applications 2024 Universitas Dian Nuswantoro

The occurrence of scorch during the production of flexible polyurethane is a significant issue that negatively impacts foam products' resilience and generally jeopardizes their integrity. The likelihood of foam product failure can be decreased by optimizing production variables based on machine learning algorithms used to predict the occurrence of scorch. Investigating technology is required because prevention is the best approach to dealing with this problem. Hence, machine learning algorithms were trained to predict the occurrence of scorch using the thermodynamic profile of polyurethane foam, which is made up of recorded production variables. A variety of heuristics algorithms were trained and assessed for how well they performed, namely XGBoost, Decision trees, Random Forest, K-nearest neighbors, Naive Bayes, Support Vector Machines, and Logistic Regression. The XGboost ensemble was found to perform best. It outperformed others with an accuracy of 98.3% (i.e., 0.983), followed by logistic regression, decision tree, random forest, K-nearest neighbors, and naïve Bayes, yielding a training accuracy of 88.1%, 66.7%, 84.2%, 87.5%, and 67.5% respectively. The XGBoost was finally used, yielding 2-distinct cases of non(occurrence) of scorch. Ensemble demonstrates that it is quite capable and is an effective way to predict the occurrence of scorch.