Muhamad Akrom
Universitas Dian Nuswantoro, Semarang

Published : 2 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Analisis Komparatif Arsitektur Convolutional Neural Network untuk Klasifikasi Kualitas Cabai dengan Implementasi Perangkat Mobile Nur Ikhsanudin; Muhamad Akrom
Building of Informatics, Technology and Science (BITS) Vol 7 No 4 (2026): March 2026
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i4.9419

Abstract

Manual chili quality sorting is susceptible to subjectivity and inter-assessor inconsistency, which can reduce product market value. This study conducts a comparative analysis of three Convolutional Neural Network (CNN) architectures—Custom CNN, MobileNetV3-Small, and EfficientNetV2-B0 for binary chili quality classification (Good/Bad) using a primary dataset of 1,383 chili images (684 Good-class, 699 Bad-class) captured with a smartphone camera. The Good class includes chili with a smooth surface, fresh color, and no decay spots, while the Bad class includes chili showing signs of decay, physical defects, or deformation. Evaluation was conducted based on accuracy, precision, recall, F1-Score, AUC, inference time, and post-quantization model size. The results show that EfficientNetV2-B0 achieved the highest accuracy of 92.0% (precision 92.4%, recall 92.0%, F1-Score 92.0%, AUC 0.961), MobileNetV3-Small obtained an accuracy of 87.7% with the lowest server-side inference latency (2.39 ms), and Custom CNN achieved 87.3% accuracy with the most compact model size (118 KB post-quantization). All three models were integrated into a Flutter-based Android application prototype as a proof-of-concept, displaying the classification result (Good/Bad), confidence score, and inference latency, with end-to-end response times ranging from 80 to 120 ms on a Xiaomi 13T device. This study contributes empirical comparative data on three CNN architectures in the chili quality classification domain, accompanied by the construction of a local dataset and technical validation of model deployment on a mobile device. The results of this study are expected to serve as a reference in selecting CNN architecture for the development of a mobile-based chili quality classification system, particularly as a first step toward the implementation of simple small-scale sorting at the farmer level.
Analisis Performa K-Nearest Neighbor dengan Optimasi F1-Score dan Teknik SMOTE dalam Klasifikasi Risiko Serangan Jantung Fikri Luqman Pratama; Muhamad Akrom
Building of Informatics, Technology and Science (BITS) Vol 7 No 4 (2026): March 2026
Publisher : Forum Kerjasama Pendidikan Tinggi

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.47065/bits.v7i4.9493

Abstract

Heart attack is one of the leading causes of death worldwide, making early risk prediction essential for improving patient outcomes. However, many medical datasets suffer from class imbalance, where the number of high-risk cases is significantly smaller than normal cases. This condition may cause machine learning models to be biased toward the majority class and reduce their ability to detect high-risk patients. This study aims to analyze the performance of the K-Nearest Neighbor (KNN) algorithm optimized using F1-score and combined with the Synthetic Minority Over-sampling Technique (SMOTE) for heart attack risk classification. The dataset used is the Heart Attack Dataset, which consists of numerical and categorical features. The research applies an experimental approach by developing a machine learning pipeline that includes data preprocessing, missing value handling, feature standardization, oversampling using SMOTE, and hyperparameter optimization through GridSearchCV with F1-score as the main evaluation metric. Model evaluation is conducted using Stratified 5-Fold Cross-Validation with accuracy, precision, recall, F1-score, and ROC-AUC metrics. The results show that the baseline KNN model achieves an accuracy of 98.50%, precision 95.27%, recall 81.47%, and ROC-AUC 0.9278. Meanwhile, the KNN model integrated with SMOTE attains a recall of 87.27% and ROC-AUC of 0.9484, indicating improved detection of heart attack cases and a reduction in false negatives by 31%, although precision decreases to 72.15%. These findings demonstrate that the integration of SMOTE and hyperparameter optimization effectively improves model sensitivity, making it more suitable for medical applications that prioritize patient safety.