This study explores aircraft image classification using MobileNetV2 combined with Gradient-weighted Class Activation Mapping (Grad-CAM) for model interpretability. A dataset of 1,500 balanced images—helicopters, propeller aircraft, and jets—was split into training, validation, and testing sets with data augmentation to reduce overfitting. Transfer learning with pre-trained MobileNetV2 achieved an accuracy of 87.56%, with macro-average precision and recall of 85.76% and 87.69%. Grad-CAM visualizations confirmed that correct predictions relied on distinctive features such as rotor blades, propellers, and engines, while misclassifications often stemmed from background distractions or less discriminative areas. These findings demonstrate the potential of lightweight architectures for small-scale datasets and highlight the value of Explainable AI in validating deep learning models. The study provides a practical reference for educational contexts and offers directions for future work with larger datasets.