Claim Missing Document
Check
Articles

Found 15 Documents
Search

Data Augmentation Techniques on the Accuracy of Fertile and Infertile Egg Classification Using Convolutional Neural Networks Nurhakim, Bani; Solihudin, Dodi; Amalia, Dina; Arelia, Irly
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 5 (2025): JUTIF Volume 6, Number 5, Oktober 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.5.5234

Abstract

The classification of fertile and infertile chicken eggs is crucial in the poultry industry to ensure optimal incubation efficiency and hatchability. However, the visual similarity between both egg types under candling conditions poses a significant challenge for manual inspection. This study aims to develop a convolutional neural network (CNN) model using the EfficientNetB4 architecture to automatically classify egg fertility based on image data. The dataset comprises candling images of chicken eggs, which underwent preprocessing steps such as resizing, normalization, and histogram stretching to enhance contrast. To improve model generalization, aggressive data augmentation techniques were applied, including rotation, flipping, zooming, and brightness adjustment. The model was trained in two phases—feature extraction and fine-tuning—using transfer learning and class balancing strategies. Evaluation results demonstrated high performance with an F1-score of 0.95 and balanced classification across both classes. The model's interpretability was further enhanced using Grad-CAM visualization, showing relevant activation regions. These findings indicate that the proposed method is effective in automating egg fertility classification and has potential for broader application in agricultural image diagnostics.
A Decision Tree Model with Grid Search Optimization for Scholarship Recipient Classification Suprapti, Tati; Nurhakim, Bani; Warni Ayu Hermina, Bintang; Syahputra Simbolon, Vrendi Amro
Jurnal Teknik Informatika (Jutif) Vol. 6 No. 5 (2025): JUTIF Volume 6, Number 5, Oktober 2025
Publisher : Informatika, Universitas Jenderal Soedirman

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.52436/1.jutif.2025.6.5.5235

Abstract

This study aims to classify scholarship recipients using the Decision Tree algorithm implemented in RapidMiner. The dataset consists of 1.404 records with socioeconomic and academic attributes. Preprocessing was conducted using two Replace Missing Value operators, where categorical attributes such as No. BANTUAN, No. KKS, and Prestasi were filled with "Tidak Punya," while Kepemilikan Rumah was imputed using the average value. The model was built using a Decision Tree algorithm, optimized with the Optimize Parameters (Grid) operator to determine the best values for maximal depth and confidence. Evaluation was performed using 10-fold Cross Validation to ensure reliability. The results show that the optimized Decision Tree model achieved a high accuracy of 97.72%, with strong precision, recall, and F1-score values in both the "Eligible" and "Not Eligible" classes. These findings demonstrate that the Decision Tree algorithm, when properly optimized and validated, can effectively support decision-making processes in scholarship eligibility classification. The model provides an interpretable and robust tool for educational institutions to evaluate student applications based on critical socioeconomic features, This research contributes to educational data mining by offering a validated and interpretable model that enhances fairness, transparency, and efficiency in the scholarship selection process.
Optimization of Classification of Tea Leaf Disease Images Using LBP–HOG and MobileNetV2 Ezar Qotrunnada; Nurdiawan, Odi; Dikananda, Arif Rinaldi; Putra, Aris Pratama; Nurhakim, Bani
Journal of Artificial Intelligence and Engineering Applications (JAIEA) Vol. 5 No. 2 (2026): February 2026
Publisher : Yayasan Kita Menulis

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59934/jaiea.v5i2.1861

Abstract

This study was motivated by the need for an accurate and efficient system for detecting tea leaf diseases, given that the current method Manual identification has limitations in terms of consistency, speed, and It also depends on expert labor. To address these challenges, the study It developed a classification model for detecting diseases in tea leaves using a combination of features Local Binary Patterns (LBP) and Histogram of Oriented Gradients (HOG) integrated with the MobileNetV2 architecture. The research method includes the following stages: importing the dataset, data partitioning, exploratory data analysis (EDA), preprocessing, features, and training four model scenarios: baseline MobileNetV2, LBP-based model, HOG-based model, and hybrid LBP–HOG model. Evaluation is done with the metrics of accuracy, precision, recall, and F1-score. The results show that the baseline model achieved 91.67% accuracy, the LBP model achieved 60.67%, the HOG model achieved 68.67% accuracy, and the hybrid model achieved 66.67% accuracy. These findings indicate that MobileNetV2 is still the most optimal model, but the integration of texture features and gradients provides a deeper understanding of the characteristics of disease patterns. This study emphasizes the importance of exploring classic features to enriching visual representation in lightweight CNN models, as well as providing a contribution to the development of plant disease diagnosis systems that are efficient.
Comparative Analysis of Durian Leaf Disease Classification Using Transfer Learning VGG16, InceptionV3, and U-Net Nafisa Maysa Salma; Kurniawan, Rudi; Nurhakim, Bani; Bahtiar, Agus; Narasati, Riri
Journal of Artificial Intelligence and Engineering Applications (JAIEA) Vol. 5 No. 2 (2026): February 2026
Publisher : Yayasan Kita Menulis

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59934/jaiea.v5i2.1864

Abstract

Image-based durian leaf disease detection presents challenges due to high visual similarity among symptoms and the limited, imbalanced dataset. This study compares three deep learning architectures VGG16, InceptionV3, and U-Net encoder-based—using transfer learning for classifying five durian leaf conditions. The dataset of 4,437 images underwent preprocessing, augmentation, and preliminary segmentation using U-Net to enhance focus on leaf regions. Fine-tuning was applied to the upper layers of each model to adapt feature representations to tropical leaf characteristics. The results indicate that InceptionV3 achieved the most stable and accurate performance with an accuracy of approximately 0.66, while VGG16 showed balanced results but was more prone to overfitting. U-Net proved effective for segmentation but less optimal as a classifier due to loss of small-scale lesion details. Overall, the findings demonstrate that combining U-Net segmentation with CNN-based transfer learning improves disease identification performance, particularly under limited data conditions.
Comparison of Graph-Based Filtering and Non-Local Means Techniques in Diabetic Retinopathy Classification Gita Antar Wulan; Irawan, Bambang; Faqih, Ahmad; Putra, Aris Pratama; Nurhakim, Bani
Journal of Artificial Intelligence and Engineering Applications (JAIEA) Vol. 5 No. 2 (2026): February 2026
Publisher : Yayasan Kita Menulis

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.59934/jaiea.v5i2.1869

Abstract

Classification of diabetic retinopathy (DR) based on retinal images is important for early detection, but is often hampered by poor image quality such as noise, uneven lighting, and low contrast. This study analyzes the effect of applying three image filtering techniques, namely Graph Laplacian Filtering (GLF), Graph Convolutional Network (GCN), and Non-Local Means (NLM), on improving the performance of Diabetic Retinopathy classification. The three methods were compared with a baseline model without filtering using VGG16 and evaluated through accuracy, AUC, loss, and image quality metrics such as PSNR, SSIM, MSE, and RMSE.The results showed that graphical and spatial filtering did not always improve classification performance, as VGG16 Fine-Tuning without filtering achieved the highest accuracy of 97.84%. Combinations with NLM, GCN, and Graph Laplacian resulted in lower accuracy due to the smoothing effect that removed important microfeatures on the retina. However, NLM remained effective in reducing noise without disturbing edge structures. These findings confirm that improving image visual quality does not always correlate with CNN accuracy, so preprocessing must focus on preserving diagnostic features.