Claim Missing Document
Check
Articles

Found 1 Documents
Search

High-Performance Convolutional Neural Network Model to Identify COVID-19 in Medical Images Macellino Setyaji Sunarjo; Hong-Seng Gan; De Rosal Ignatius Moses Setiadi
Journal of Computing Theories and Applications Vol 1, No 1 (2023): August-September
Publisher : LPPM Universitas Dian Nuswantoro

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33633/jcta.v1i1.8936

Abstract

Convolutional neural network (CNN) is a deep learning (DL) model that has significantly contributed to medical systems because it is very useful in digital image processing. However, CNN has several limitations, such as being prone to overfitting, not being properly trained if there is data duplication, and can cause unwanted results if there is an imbalance in the amount of data in each class. Data augmentation techniques are used to overcome overfitting, eliminate data duplication, and random under sampling methods to balance the amount of data in each class, to overcome these problems. In addition, if the CNN model is not designed properly, the computation is less efficient. Research has proved that data augmentation can prevent or overcome overfitting, eliminating duplicate data can make the model more stable, and balancing the amount of data makes the model unbiased and easy to learn new data as evidenced through model evaluation and testing. The results also show that the custom convolutional neural network model is the best model compared to ResNet50 and VGG19 in terms of accuracy, precision, recall, F1-score, loss performance, and computation time efficiency