Publication Search

80,083 articles from 753 journals · 2,111 citations tracked

Showing 41-60 of 92

Analytics

Annisa Qomariah; Rizaldy Khair

Jurnal Sistem Informasi dan Ilmu Komputer 2025 International Forum of Researchers and Lecturers

The rapid development of financial technology (fintech), particularly digital wallet applications like OVO, has significantly transformed transaction patterns in society. However, issues such as server instability and unsatisfactory user experiences frequently emerge on social media platforms. This study aims to analyze user sentiments toward OVO on platform X (formerly Twitter) by comparing the performance of two machine learning algorithms: Naïve Bayes and Support Vector Machine (SVM). Data were collected through web scraping from 1,000 Indonesian-language tweets containing the keyword "OVO." The research methodology included text preprocessing (data cleaning, tokenization, stopword removal), feature extraction using TF-IDF, and sentiment classification (positive, negative, neutral). Evaluation results demonstrated that SVM achieved the highest accuracy of 85.2%, while Naïve Bayes reached 78.5%. SVM also outperformed in precision (87%) and recall (83%) due to its ability to handle non-linear data. These findings provide actionable recommendations for OVO developers to enhance server stability and features based on user feedback. Additionally, this study serves as a reference for future sentiment analysis research employing algorithmic comparisons.

Arfian Hendro Priyono; Ema Utami; Dhani Ariatmanto

International Journal of Information Engineering and Science 2025 Asosiasi Riset Teknik Elektro dan Infomatika Indonesia

As the primary raw material for sugar and ethanol production, sugarcane is a highly significant plantation commodity. However, its relatively long growing period of approximately one year makes it more susceptible to diseases. Machine learning technology has been applied in the identification of sugarcane leaves, including through pre-processing methods and the development of disease classification models using Convolutional Neural Network (CNN) and Support Vector Machine (SVM) approaches. However, these methods exhibit limitations in terms of accuracy. Therefore, improving identification accuracy using VGG-16 is essential. The objective of this study is to enhance the accuracy of sugarcane leaf disease identification by utilizing VGG-16. The dataset consists of  2,521 sugarcane leaf images categorized into five classes. The results of this study indicate an accuracy improvement from 97.78% to 99.14%, reflecting an increase of 1.36%

Setiawan, Dita; Ali Muhammad; Siti Herawati Fransiska Dewi

Teknik: Jurnal Ilmu Teknik dan Informatika 2025 LPPM Sekolah Tinggi Ilmu Ekonomi - Studi Ekonomi Modern

Coronary heart disease (CHD) remains a leading cause of mortality worldwide. Early detection is essential to reduce complications and improve patient outcomes. This study aims to develop a classification model using machine learning algorithms to predict CHD risk based on clinical symptoms. The dataset used is the Cleveland Heart Disease dataset from the UCI Machine Learning Repository, consisting of 303 patient records with 14 clinical features. The preprocessing stage involved handling missing values, normalizing features, and transforming categorical variables. Four classification algorithms were applied: K-Nearest Neighbors (K-NN), Decision Tree, Random Forest, and Support Vector Machine (SVM). Each model was trained using stratified 10-fold cross-validation to ensure generalizability. Evaluation using accuracy, precision, recall, F1-score, and ROC-AUC metrics showed that the Random Forest algorithm achieved the highest performance with 87.2% accuracy. Feature importance analysis indicated that chest pain type, resting blood pressure, cholesterol, and ST depression were the most influential indicators. These results demonstrate that machine learning, particularly Random Forest, can effectively support early diagnosis of CHD in clinical settings and has the potential to be integrated into clinical decision support systems (CDSS).

Nikhlis, Neilin; Muhammad Jamal Udin Ghofur; Muhammad Jamal Udin Ghofur

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

The increasing use of mobile devices has increased the risk of data theft, posing significant security challenges for individuals and organizations. This study proposes an early detection system for data theft on mobile devices using machine learning algorithms. The system is designed to identify suspicious patterns in application usage, network access, and CPU/memory activity, providing early warnings to prevent potential data loss. By employing algorithms such as Random Forest, Support Vector Machine (SVM), and Convolutional Neural Network (CNN), the developed models demonstrated significant performance: CNN achieved the highest accuracy of 95.1%, with a precision of 94.2%, recall of 93.5% , F1-score of 93.8%, and AUC-ROC of 0.96. Random Forest and SVM also showed competitive performance with accuracy rates of 94.7% and 92.5%, respectively. These findings highlight the high potential of machine learning algorithms for real-time detection of data theft threats, providing adaptive protection against evolving cyberattack methods. This approach offers a promising solution to strengthen mobile device security frameworks and safeguard user data against increasingly sophisticated cyber threats.

Maulana, Muhammad Rizky; Maulana, Muhammad Rizky; Nugroho, Adiv Prasetyo; Adinata, Ferdyan Candra; Haidar, Nova Briyan +1 more

JUISI : Jurnal Ilmiah Sistem Informasi 2025 LPPM Universitas Sains dan Teknologi Komputer

The rapid advancement of information technology has had a significant impact in various fields, particularly in pattern recognition and image processing. One of the ongoing challenges is accurately recognizing handwritten digits, which plays a crucial role in document digitization, automated form reading, and other intelligent systems. This study aims to implement and evaluate the K-Nearest Neighbors (KNN) algorithm, a simple yet effective classification technique, in recognizing handwritten digit images. The data used comes from the public dataset load_digits from Scikit-learn, which contains 1,797 grayscale images of handwritten digits sized 8x8 pixels. Each image is represented as a 64-dimensional feature vector. The dataset is split into training and testing data with an 80:20 ratio, and the model is trained using KNN with k=3. The experimental results show a classification accuracy of 96.94%, with minimal prediction errors that typically occur in digits with similar visual shapes, such as 5 and 9. This study demonstrates that KNN, despite its simplicity, can provide high accuracy in handwritten digit recognition when supported by proper preprocessing and parameter selection. The implications of this research highlight the potential for developing intelligent applications in education, data entry automation, and identity verification.

Dwi Andre Vebriansyah; Budi Eko Soetjipto; Ludi Wisnuwardhana

Riset Ilmu Manajemen Bisnis dan Akuntansi 2025 Asosiasi Riset Ilmu Manajemen Kewirausahaan dan Bisnis Indonesia

This research conducted a systematic literature review of studies related to analyzing service quality based on user reviews with a machine learning approach. A total of 15 international and national journals were analyzed to identify challenges, methods, and trends in research in this aspect. The review results show that Natural Language Processing (NLP) and Sentiment Analysis techniques are the dominant approaches, with machine learning models such as Deep Learning, Naive Bayes, and Support Vector Machine (SVM) being commonly used. The review also identifies research gaps and provides recommendations for future research directions.

Setiadi, De Rosal Ignatius Moses; Ojugo, Arnold Adimabua; Pribadi, Octara; Kartikadarma , Etika; Setyoko, Bimo Haryo +4 more

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

Breast cancer is the most prevalent cancer among women worldwide, requiring early and accurate diagnosis to reduce mortality. This study proposes a hybrid classification pipeline that integrates Hybrid Statistical Feature Selection (HSFS) with unsupervised LSTM-guided feature extraction for breast cancer detection using the Wisconsin Diagnostic Breast Cancer (WDBC) dataset. Initially, 20 features were selected using HSFS based on Mutual Information, Chi-square, and Pearson Correlation. To address class imbalance, the training set was balanced using the Synthetic Minority Over-sampling Technique (SMOTE). Subsequently, an LSTM encoder extracted non-linear latent features from the selected features. A fusion strategy was applied by concatenating the statistical and latent features, followed by re-selection of the top 30 features. The final classification was performed using a Support Vector Machine (SVM) with RBF kernel and evaluated using 5-fold cross-validation and a held-out test set. Experimental results showed that the proposed method achieved an average training accuracy of 98.13%, F1-score of 98.13%, and AUC-ROC of 99.55%. On the held-out test set, the model reached an accuracy of 99.30%, precision of 100%, and F1-score of 99.05%, with an AUC-ROC of 0.9973. The proposed pipeline demonstrates improved generalization and interpretability compared to existing methods such as LightGBM-PSO, DHH-GRU, and ensemble deep networks. These results highlight the effectiveness of combining statistical selection and LSTM-based latent feature encoding in a balanced classification framework.

Taopik Hidayat; Daniati Uki Eka Saputri; Faruq Aziz; Nurul Khasanah

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

Image classification is a key field in digital image processing with broad applications, such as object recognition and disease detection. The use of artificial neural network architectures, such as MobileNetV2, has significantly advanced pattern recognition in large datasets. However, in small datasets, challenges related to accuracy and generalization are often encountered. This study explores an RGB-based approach utilizing MobileNetV2 for image feature extraction and Support Vector Machine (SVM) as the classifier. MobileNetV2 is applied to extract features from RGB images, which are then further processed by SVM to determine image classes. The results indicate that this model achieves an accuracy of 91.67%, precision of 0.9163, recall of 0.9167, and F1-score of 0.9161. Based on the confusion matrix analysis, the model effectively distinguishes between classes, despite slight overlaps. This research contributes to the development of intelligent image classification systems that can be applied in various fields, including the food industry. With these achievements, the RGB approach integrating MobileNetV2 and SVM has proven effective in enhancing image classification accuracy, even with relatively small datasets. These findings open opportunities for applying similar methods in other image processing tasks that require high accuracy in object or disease detection and classification.

Abdi Prayogi; Novriyenny Novriyenny; I Gusti Prahmana

Repeater : Publikasi Teknik Informatika dan Jaringan 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Communication is the process of exchanging information, ideas, thoughts, and feelings between individuals or groups through the use of words, signs, or actions. This process can take place verbally or non-verbally and involves various media and channels, such as face-to-face conversations, writing, gestures, facial expressions, and digital technology. This research was conducted at STMIK Kaputama Binjai, namely the WhatsApp group between lecturers and students. This study uses the Support Vector Machine (SVM) method. SVM is a type of supervised learning machine learning that requires sample data. Support Vector Machine (SVM) is an algorithm developed by Boser, Guyon, and Vapnik in 1992. Support Vector Machine (SVM) has a concept that is combined with previous computational theories. This method can transform training data into higher dimensions using non-linear patterns. The results of the Support Vector Machine method classification with a total of 16 positive sentiments, 40 neutral sentiments and 71 negative sentiments. Accuracy value 67%, margin error 39%. Positive prediction precision 75%, neutral prediction precision 83% and negative prediction precision 88%..

Siska Narulita; Sekarlangit Sekarlangit; Milka Putri Novianingrum

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

Food allergies are medical conditions caused by particular immunological reactions brought on by exposure to certain foods. All age groups can experience food allergies, albeit the prevalence varies between children and adults, with children experiencing this condition more frequently than adults. Find food ingredients or substances that can trigger allergies, often known as allergens. This project attempts to determine whether or not the food includes allergies by applying the SVM data mining method to a public dataset of food goods and allergens that was acquired via Kaggle. High accuracy, effective memory use, and the ability to handle non-normally distributed data are some of the benefits of the SVM method. Data collection is the first step in the research process. Data pre-processing, which includes data transformation, handling missing values, and copy objects, comes next. Validation comes next. Split validation with 90% training data and 10% testing data, 10-fold cross validation, and split validation with an 80%–20% ratio were all compared in this study. The SVM method is applied after the dataset has passed validation, and the confusion matrix is used for the last evaluation step. SVM has an accuracy rate of 97.24% when using 10-fold cross validation, according to the accuracy value produced by the validation process comparison. Split validation yields an accuracy value of 97.50% when the ratio of training data to testing data is 90% to 10%. In contrast, an accuracy rate of 98.75% was achieved by using split validation with a ratio of 80% and 20%.

Muhammad Fikry; Bustami Bustami; Ella Suzanna

Proceeding of the International Conference on Electrical Engineering and Informatics 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

This study conducts an exploratory data analysis combined with machine learning techniques to identify early signs of student depression. We investigated various factors affecting mental health among students, including sleep duration, dietary patterns, history of suicidal thoughts, family history of mental illness, and their relationships with depression across age groups and academic pressure. The study also examined the influence of gender on academic stress levels. Three machine learning models such as Random Forest, Support Vector Machine (SVM), and K-Nearest Neighbors (KNN) were utilized to predict depression. The performance of these models was evaluated, achieving accuracy rates of 84.97% for Random Forest, 84.85% for SVM, and 81.16% for KNN. The findings highlight the effectiveness of these models in predicting student depression and underscore the importance of targeted mental health interventions based on key factors influencing mental health among students.

Montreano, Donny; Redian Wahyu Elanda; Harditriyono Putra

Venus: Jurnal Publikasi Rumpun Ilmu Teknik 2025 Asosiasi Riset Ilmu Teknik Indonesia

Abstract. From the perspective of Micro, Small, and Medium Enterprises (MSMEs), fluctuations in raw material prices are highly concerning as they can significantly impact business stability. While MSMEs may tolerate price fluctuations to some extent, from an industrial engineering perspective, such a passive approach contradicts the principles of continuous improvement. This study seeks to predict the price of large red chili peppers using five regression models implemented through Orange Data Mining: Linear Regression, Support Vector Machine, Decision Tree, k-Nearest Neighbors (kNN), and Gradient Boosting. Due to the limited availability of daily data, particularly within a daily timeframe, the study utilized weekly data spanning three years. The results of the Test and Score evaluation shows Gradient Boosting as the best-performing model, achieving a Mean Absolute Percentage Error (MAPE) of 0.7%. However, the MAPE for predictions in January 2025 increased to 15.8%. This error is expected to decrease as more weekly data becomes available to mitigate the inaccuracies inherent in this model. Keywords: prediction, red chilli, regression, supervised learning , orange data mining. Abstrak. Dalam perspektif UMKM, fluktuasi harga bahan baku adalah suatu hal yang paling ditakuti karena berakibat pada ketahanan usaha yang menjadi tidak menentu. Pada suatu kondisi, fluktuasi harga dapat diterima para UMKM, namun dalam perspektif teknik industri, sikap UMKM tersebut tidak sesuai prinsip continuous improvement. Penelitian ini mencoba untuk memprediksi harga cabai merah besar dengan menggunakan 5 model regresi dibantu Orange Data Mining. Yaitu Linear Regression, Support Vector Machine, Tree, kNN, Gradient Boosting. Data yang diperlukan sebagian besar tidak tersedia, khususnya dalam kerangka waktu harian sehingga penelitian ini menggunakan data mingguan selama 3 tahun. Hasil Test and Score menunjukkan model Gradient Boost terpilih menjadi model terbaik dengan tingkat MAPE 0.7% namun MAPE pada tahap Prediction di bulan Januari 2025 menjadi 15.8%. Error tersebut akan berkurang ketika data mingguan sudah cukup banyak untuk menambal kesalahan yang dihasilkan model ini Kata kunci: prediksi, cabai merah, regression, supervised learning , orange data mining.

Reyhand Ardhitha; Revifal Anugerah; Tata Sutabri

Repeater : Publikasi Teknik Informatika dan Jaringan 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Fraud in digital transactions has become a serious issue threatening the security and integrity of the fintech and e-commerce sectors. To address this problem, machine learning technology has emerged as an effective solution for automatically detecting anomalies and fraudulent transactions. This study aims to analyze the application of machine learning algorithms, specifically Support Vector Machine (SVM), Random Forest, and Ensemble Learning, in detecting fraud in digital transactions. The research adopts a quantitative approach with experimentation, testing the effectiveness of the three algorithms using a digital transaction dataset consisting of both fraudulent and non-fraudulent transactions. The results show that the Random Forest algorithm performs the best in terms of accuracy and recall, followed by Ensemble Learning, which enhances fraud detection performance by combining multiple prediction models. Meanwhile, SVM demonstrates satisfactory performance but is prone to overfitting issues when handling large and complex datasets. The study also finds that the problem of imbalanced data can affect model accuracy, and data balancing techniques such as oversampling are required to improve fraud detection performance. Overall, the findings suggest that machine learning, particularly Random Forest and Ensemble Learning algorithms, can be relied upon to improve fraud detection in digital transactions. However, challenges such as model interpretability and the need for periodic algorithm updates still need to be addressed to enhance the effectiveness of fraud prevention systems in countering the ever-evolving nature of fraud.

Adih Adih; Wahyu Aji Dwi Pangestu; Muhamad Fauzi Akbar; Purnamasari Purnamasari; Farlin Wabula +1 more

Merkurius : Jurnal Riset Sistem Informasi dan Teknik Informatika 2025 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

Diabetes is one of the diseases that poses a significant global health challenge, with a considerable impact on quality of life and mortality rates. This study examines the use of the Support Vector Machine (SVM) algorithm for diabetes classification through a literature review. SVM was chosen due to its ability to handle imbalanced and complex data. The aim of this study is to assess the effectiveness of SVM compared to other machine learning methods in detecting diabetes. The results of the literature review indicate that SVM achieves higher accuracy than other methods such as Naïve Bayes and Decision Tree, with some studies showing accuracy above 90%. This study is expected to provide deeper insights into the development of machine learning-based diagnostic systems for diabetes.

Akrom, Muhamad; Herowati, Wise; Setiadi, De Rosal Ignatius Moses

Journal of Computing Theories and Applications 2025 Universitas Dian Nuswantoro

This study presents a Quantum Machine Learning (QML) architecture for perfectly classifying the Iris flower dataset. The research addresses improving classification accuracy using quantum models in machine-learning tasks. The objective is to demonstrate the effectiveness of QML approaches, specifically the Variational Quantum Circuit (VQC), Quantum Neural Network (QNN), and Quantum Support Vector Machine (QSVM), in achieving high performance on the Iris dataset. The proposed methods result in perfect classification, with all models attaining accuracy, precision, recall, and an F1-score of 1.00. The main finding is that the QML architecture successfully achieves flawless classification, contributing significantly to the field. These results underscore the potential of QML in solving complex classification problems and highlight its promise for future applications across various domains. The study concludes that QML techniques can offer transformative solutions in machine learning tasks, particularly those leveraging VQC, QNN, and QSVM.

Nasution, Adzkia; Lubis, Ardilla Syahfitri; Kiswanto, Dedy

ISAINTEK: Jurnal Informasi, Sains dan Teknologi 2024 Politeknik Negeri FakFak

Penelitian ini bertujuan untuk merancang sistem klasifikasi warna paprika (merah, kuning, hijau, orange) dengan memanfaatkan analisis citra digital yang didukung oleh algoritma Support Vector Machine (SVM). Pendekatan yang digunakan meliputi pengumpulan data berupa gambar paprika, pengolahan awal data melalui langkah-langkah seperti penyesuaian ukuran gambar, pengaburan untuk mengurangi noise, serta peningkatan kontras menggunakan metode CLAHE. Selain itu, fitur warna diekstraksi menggunakan momen warna, dan fitur tekstur diperoleh melalui matriks co-occurrence skala abu-abu (GLCM). Model SVM diuji dengan berbagai jenis kernel, yaitu linier, polinomial, RBF, dan sigmoid, guna menentukan kernel dengan kinerja terbaik. Hasil pengujian menunjukkan bahwa kernel linier dan RBF mengalami overfitting karena menghasilkan akurasi sempurna sebesar 100%, sementara kernel poly dan sigmoid mencapai akurasi sebesar 97,56% dan 39%. Secara keseluruhan, model SVM mampu mengklasifikasikan warna paprika dengan tingkat akurasi yang tinggi, dengan rata-rata presisi, recall, dan skor F1 mencapai 97,56%. Sistem ini diharapkan mampu meningkatkan efisiensi dan ketepatan dalam identifikasi warna paprika serta mendukung inovasi dan modernisasi dalam sektor pertanian.  

Budiman Budiman; Nur Alamsyah; Elia Setiana; Valencia Claudia Jennifer Kaunang; Syahira Putri Himmaniah

International Journal of Science and Mathematics Education 2024 Asosiasi Riset Ilmu Matematika dan Sains Indonesia

Cardiovascular disease is a leading cause of death globally, necessitating effective predictive systems. This research aims to analyze the effectiveness of various machine learning (ML) models—Logistic Regression (LR), Random Forest (RF), Naive Bayes (NB), Support Vector Classifier (SVC), and K-Nearest Neighbors (KNN)—in predicting heart disease using publicly available health data. The study involved pre-processing data, training models, and evaluating them using accuracy, precision, recall, F1-score, and G-Mean metrics. The results show that KNN is the most reliable model, with the highest accuracy of 92%. Significant health features were identified, such as chest pain type and maximum heart rate. The study contributes to improving clinical decision support systems by identifying optimal ML models for heart disease prediction.

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.

Elisabeth Lusi Tania Holo; Yulius Nahak Tetik; Diana Reby Sabawaly

Merkurius : Jurnal Riset Sistem Informasi dan Teknik Informatika 2024 Asosiasi Riset Teknik Elektro dan Informatika Indonesia

The rapid development of information and communication technology allows society to access various information needed in daily life. The Law of the Republic of Indonesia Number 23 of 2006 concerning population administration serves as an important element in population management. Population documents are issued by official institutions and have legal legitimacy as valid evidence. The method used in this research regarding public sentiment towards e-ID card services is the survey method, which aims to collect data from a large population using a smaller sample. The steps or processes in this research using the SVM method consist of case folding, cleaning, tokenizing, normalization, stopword removal, and stemming. Based on the classification of 150 test data using SVM, the number of positive sentiments recorded is 110 opinions, while negative sentiments recorded are 40 opinions.

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.