Accurate and timely classification of brain tumors from Magnetic Resonance Imaging (MRI) is essential for supporting clinical diagnosis and treatment planning. This study presents a comparative evaluation of transfer learning-based Convolutional Neural Network (CNN) architectures, including ResNet-50, DenseNet121, and EfficientNet-B2, for binary brain tumor MRI classification (Glioma and Meningioma). The dataset was augmented to improve model generalization, and the data were split into training and test sets using an 80:20 hold-out split. The models were trained using Adam and RMSProp optimizers with different learning rates, and their performance was evaluated using accuracy, precision, recall, and F1-score. Experimental results demonstrate that data augmentation significantly enhances classification performance across all evaluated architectures. Among the tested models, ResNet-50 with the RMSProp optimizer and a learning rate of 0.001 achieved the best performance, yielding the lowest training and validation losses and perfect classification results on the test set, with accuracy, precision, recall, and F1-score approaching 100%. DenseNet121 and EfficientNet-B2 also achieved excellent performance but were slightly inferior to ResNet-50. These findings indicate that transfer learning with ResNet-50 and RMSProp provides an effective and reliable solution for automated brain tumor MRI image classification
Copyrights © 2026