Kidney dysfunction can trigger the development of various diseases, including kidney tumors. Early detection of kidney tumors is very important to increase the effectiveness of treatment and the chances of patient recovery. The use of deep learning technology in medical image classification has become a promising approach, especially in detecting abnormalities in the kidney organ through CT-Scan images. This study compares the performance of three Convolutional Neural Network (CNN) architectures, namely EfficientNet-B0, Inception-V3, and VGG16, in detecting kidney tumors. The dataset used was obtained from the kaggle website, namely CT-scan images with normal and tumor classes and divided by a ratio of training data and test data of 80:20. The hyperparameter used is Stochastic Gradient Descent (SGD) with a learning rate of 0.001 and 0.0001. The evaluation was carried out using a confusion matrix with metrics of accuracy, precision, recall, and F1-score . According to the test outcomes, the VGG16 model configured with a 0.001 learning rate achieved the highest classification performance, recording 99.46% accuracy, precision, recall, and F1-score.
Copyrights © 2025