Sumijan Sumijan
Universitas Putra Indonesia "YPTK" Padang

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

Found 2 Documents
Search

Development of Apple Fruit Classification System using Convolutional Neural Network (CNN) MobileNet Architecture on Android Platform Masparudin Masparudin; Iskandar Fitri; Sumijan Sumijan
Sistemasi: Jurnal Sistem Informasi Vol 13, No 1 (2024): Sistemasi: Jurnal Sistem Informasi
Publisher : Program Studi Sistem Informasi Fakultas Teknik dan Ilmu Komputer

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.32520/stmsi.v13i1.3533

Abstract

In the current digital era, image classification of fruits, particularly apples, has become crucial for various applications, ranging from agriculture to retail. This research focuses on the utilization of Convolutional Neural Network (CNN) with the MobileNet architecture to classify apple fruit images. Using the Python programming language, three models were successfully trained: Model 1 for apple fruit types, Model 2 for apple fruit diseases, and Model 3 for apple fruit ripeness levels. All three models underwent training and validation, with the final results at epoch 10: Model 1 for apple types achieved an accuracy of 100% and a loss of 0.0046, Model 2 for apple diseases achieved an accuracy of 100% and a loss of 0.0075, while Model 3 for apple ripeness levels achieved an accuracy of 99.76% and a loss of 0.0439. Subsequently, these models were tested on an Android device, and there were two testing scenarios. In the first scenario, each model was tested with 15 images individually. The results showed 100% accuracy for Models 1 and 2, while Model 3 achieved a lower accuracy of 86.67%. In the second scenario, all three models were tested simultaneously using 30 test images, resulting in an accuracy of 55.55%. Several factors, such as limitations in the apple image dataset, particularly in the ripeness dataset, object backgrounds, image capture distances, color and texture similarities, as well as lighting quality, influenced the classification outcomes. To enhance future performance, improved data preprocessing and a combination of detection and classification techniques are needed. This research provides valuable insights for researchers and practitioners looking to implement image classification technology in real-world applications.provides valuable insights for researchers and practitioners looking to implement image classification technology in real-world applications.
Penerapan Gray Level Co-Ocurrence Matrix Dengan Metode Self Organizing Map Pada Deteksi Kematangan Buah Pinang Adil Setiawan; Soeheri Soeheri; Sumijan Sumijan
Computer Science Research and Its Development Journal Vol. 16 No. 2 (2024): June 2024
Publisher : LPPM Universitas Potensi Utama

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.22303/csrid.16.2.2024.174-187

Abstract

Areca nut can be seen through its fiber which plays an important role in improving digestion. Fiber helps facilitate bowel movements and prevent constipation, provides improvements in the digestive system and keeps teeth healthy. The results of this research obtained a classification model using the Gray Level Co-Occurrence Matrix. Many areca nut plantations still use manual methods to sort fruit, but this method is often inaccurate and varies, this is due to differences in the perceptions of each person. Histograms help you find images with similar color composition. Similarity is measured by calculating the distance between histograms. Color composition can be seen in the form of a histogram which represents the distribution of the number of intensity pixels for each color in an image. This research aims to detect the ripeness of areca nut fruit. This research uses a combination of RGB and HSV feature extraction techniques and GLCM extraction techniques. The resulting information is in the form of a percentage of similarity and classification of fruit maturity which includes Ripe (Hue=0.11893, saturation= 0.75727, value= 0.81813), half ripe (Hue= 0.17933, Saturation=0.20123, value= 0.44968) Unripe (Hue=0.21514, Saturation= 0.47934, Value= 0.36719) with an accuracy level of 100%, from images that have been processed.