Claim Missing Document
Check
Articles

Found 3 Documents
Search

A Comparative Study of Alternative Automatic Labeling Using AI Assistant Julianto, Indri Tri; Kurniadi, Dede; Balilo Jr, Benedicto B.; Rohman, Fauza
Sinkron : jurnal dan penelitian teknik informatika Vol. 8 No. 4 (2024): Article Research Volume 8 Issue 4, October 2024
Publisher : Politeknik Ganesha Medan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33395/sinkron.v8i4.13950

Abstract

The development of AI assistants has become increasingly sophisticated, as evidenced by their growing adoption in assisting humans with various tasks. In particular, AI assistants have demonstrated potential in the field of sentiment analysis, where they can automate the labeling of text data. Traditionally, this labeling process has been performed manually by humans or using tools like the VADER Lexicon. This study is imperative to evaluate the performance of AI Assistants in sentiment labeling, as compared to traditional human-based labeling and the application of the VADER sentiment analysis algorithm. The methodology involves comparing the labeling results of Gemini and You AI with those of human labeling and VADER. Performance is evaluated using the Naive Bayes and K- Nearest Neighbour algorithms, and K-Fold Cross Validation is employed for evaluation. The results indicate that the performance of both AI assistants can closely approximate the performance of human labeling. Gemini's best accuracy is achieved with the k-NN algorithm at 53.71%, while You AI's best accuracy is achieved with the Naive Bayes algorithm at 48.30%. These results are close to the accuracy of human labeling (61.12%) using the k-NN algorithm and VADER (54.29%) using the Naive Bayes algorithm. This suggests that AI assistants can serve as an alternative for text data labeling, as the differences in performance are not statistically significant.
RMSProp Optimizer and KAN Method-Based CNN on Rupiah Banknote Classification for Visually Impaired Kurniadi, Dede; Rahmi, Murni Lestari; Balilo Jr, Benedicto B.; Aulawi, Hilmi
Engineering Science Letter Vol. 4 No. 02 (2025): Engineering Science Letter
Publisher : The Indonesian Institute of Science and Technology Research

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.56741/IISTR.esl.00936

Abstract

The visually impaired refers to individuals who experience a loss of visual function. Approximately 4 million people, or about 1.5% of Indonesia's total population, are visually impaired. They rely on their sense of touch to recognize banknote denominations in financial transactions. However, damaged banknotes often hinder identification and increase the risk of fraud. Therefore, this study aims to develop a rupiah banknote denomination classification model to assist them in conducting independent transactions. The researchers developed a CNN-KAN model with the RMSProp optimizer using a private dataset comprising 800 images of Rupiah banknotes with denominations of IDR 1,000, IDR 2,000, IDR 5,000, IDR 10,000, IDR 20,000, IDR 50,000, IDR 75,000, and IDR 100,000 from the 2016, 2020, and 2022 emission years. The dataset encompasses variations in image perspectives, lighting conditions, and the physical state of banknotes, including both intact and damaged ones, with up to 30% of the samples comprising damaged banknotes. Data augmentation techniques were implemented to improve data diversity. The dataset was then utilized for training and testing with different split ratios: 50:50, 60:40, 70:30, 80:20, and 90:10. Performance evaluation was conducted using loss, accuracy, precision, recall, and AUC-ROC metrics. Experimental results indicate that the CNN-KAN model with the RMSProp optimizer achieved optimal performance. In the 90:10 data split scenario, the model achieved 100% accuracy, precision, and recall, with an AUC-ROC of 1 and a loss of 0.008. Therefore, the CNN-KAN model with the RMSProp optimizer has been proven effective for implementing Rupiah banknote denomination detection for the visually impaired in an automated system.
A Comparison Analysis Between ResNET50 and XCeption for Handwritten Hangeul Character using Transfer Learning Kurniadi, Dede; Nurhaliza, Nabila Putri; Balilo Jr, Benedicto B.; Aulawi, Hilmi; Mulyani, Asri
JOIN (Jurnal Online Informatika) Vol 10 No 2 (2025)
Publisher : Department of Informatics, UIN Sunan Gunung Djati Bandung

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.15575/join.v10i2.1606

Abstract

The enthusiasm for Korean pop culture in Indonesia has contributed to a growing interest in learning the Korean language, including its writing system, Hangeul, which currently ranks as the 6th most studied language. Hangeul has a unique structure, where each character is arranged in syllabic blocks of consonants and vowel combinations. The main challenge in Korean character classification lies in the similarity between characters and the complex structure, making it more difficult for models to recognize. This study aims to compare two deep convolutional neural networks are ResNet50 and Xception, using transfer learning for handwritten Hangeul character classification. While previous studies have examined CNN-based character recognition, this study highlights the effectiveness of deeper architectures with limited yet augmented data. Unlike earlier works, it incorporates Grad-CAM visualizations, transfer learning with partial fine-tuning, and multiple train-test ratios to analyze model behavior. A total of 1,920 images across 24 classes were evaluated using 5-fold cross-validation, with extensive augmentation and preprocessing to simulate variation. The Machine Learning Life Cycle (MLLC) framework assessed model performance through accuracy, precision, recall, F1-score, and AUC. Both models achieved high performance, with ResNet50 consistently outperforming Xception in most folds, especially in precision and F1-score. ResNet50 achieved perfect scores (100%) across all metrics, while Xception also performed strongly with up to 99.74% accuracy. These results indicate that ResNet50 is more effective in classifying Korean letters on the dataset used in this study. For future research, a robustness evaluation can be applied using data that was not included in previous training or testing.