This Author published in this journals
All Journal Jurnal Mantik
Hasanal Fachri Satia Simbolon
Institut Teknologi Sawit Indonesia, Medan, Indonesia

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

Found 1 Documents
Search

Classification bootstrap resnet50 for potato diseases datasets Hasanal Fachri Satia Simbolon
Jurnal Mantik Vol. 7 No. 4 (2024): February: Manajemen, Teknologi Informatika dan Komunikasi (Mantik)
Publisher : Institute of Computer Science (IOCS)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35335/mantik.v7i4.4587

Abstract

Potato diseases can have negative impacts on crop production, food security, income generation, trade competitiveness, consumer health, environmental sustainability, etc. Therefore, it is important to prevent, monitor, diagnose, treat, and control potato diseases using various methods such as cultural practices (e.g., crop rotation, intercropping), biological control (e.g., beneficial insects), chemical control (e.g., fungicides), physical control (e.g., pruning), etc.Classification Bootstrap ResNet50 is a topic related to image classification using a deep learning model called ResNet50. ResNet50 is a convolutional neural network that has 50 layers and can classify images into 1000 object categories, such as animals, plants, vehicles, etc. ResNet50 is based on the concept of residual learning, which means that it uses skip connections to avoid the problem of vanishing gradients and improve the performance of the network. we used classification bootstrap and ResNet50 to analyze a dataset of potato images with different diseases. We compared the performance of ResNet50 with other models, such as Inception-v3 and Xception, and used bootstrap to evaluate the accuracy and variability of the models. We also used data augmentation and dropout techniques to optimize the models and prevent overfitting. We define some functions to run training by doing Early Stop, train_steps, val_steps, predictions. In the research I conducted, I got the highest accuracy results, reaching 100% accuracy by testing epochs with a total of 0-41 epochs.