Browsing by Author "Ozupak, Yildirim"
Now showing 1 - 6 of 6
- Results Per Page
- Sort Options
Article A Hybrid Machine Learning Approach for Predicting Power Transformer Failures Using Internet of Things-Based Monitoring and Explainable Artificial Intelligence(IEEE-inst Electrical Electronics Engineers inc, 2025) Ozupak, Yildirim; Alpsalaz, Feyyaz; Elbarbary, Zakaria M. S.; Aslan, EmrahPower transformers are critical components in ensuring the continuous and stable operation of power systems. Failures in these units can lead to significant power outages and costly downtime. Existing maintenance strategies often fail to accurately predict such failures, highlighting the need for novel predictive approaches. This study aims to improve the reliability of power systems by predicting transformer failures through the integration of IoT technologies and advanced machine learning techniques. The proposed hybrid model combines the LightGBM algorithm with GridSearch optimization to achieve both high predictive accuracy and computational efficiency. In addition, the model enhances interpretability by incorporating SHapley Additive exPlanations (SHAP) and Local Interpretable Model-Agnostic Explanations (LIME) for transparent decision making. The study presents a detailed comparison of different classification algorithms and evaluates their performance using metrics such as accuracy, recall, and F1 score. The results show that the hybrid model outperforms other methods, achieving an accuracy of 99.91%. The SHAP and LIME analyses provide engineers and researchers with valuable insights by highlighting the most influential features in failure prediction. In addition, the model's ability to efficiently handle large data sets enhances its practicality in real-world power systems. By proposing an innovative approach to failure prediction, this research contributes to both the theoretical foundation and practical advancement of sustainable and reliable energy infrastructures.Article Citation - WoS: 2Citation - Scopus: 2Air Quality Forecasting Using Machine Learning: Comparative Analysis and Ensemble Strategies for Enhanced Prediction(Springer Int Publ Ag, 2025) Ozupak, Yildirim; Alpsalaz, Feyyaz; Aslan, Emrah; 08.01. Department of Computer Engineering / Bilgisayar Mühendisliği Bölümü; 08. Faculty of Engineering and Architecture / Mühendislik Mimarlık Fakültesi; 01. Mardin Artuklu University / Mardin Artuklu ÜniversitesiAir pollution poses a critical challenge to environmental sustainability, public health, and urban planning. Accurate air quality prediction is essential for devising effective management strategies and early warning systems. This study utilized a dataset comprising hourly measurements of pollutants such as PM2.5, NOx, CO, and benzene, sourced from five metal oxide sensors and a certified analyzer in a polluted urban area, totaling 9,357 records collected over one year (March 2004-February 2005) from the Kaggle Air Quality Data Set. A comprehensive comparison of ten machine learning regression models XGBoost, LightGBM, Random Forest, Gradient Boosting, CatBoost, Support Vector Regression (SVR) with Bayesian Optimization, Decision Tree, K-Nearest Neighbors (KNN), Elastic Net, and Bayesian Ridge was conducted. Model performance was enhanced through Bayesian optimization and randomized cross-validation, with stacking employed to leverage the strengths of base models. Experimental results showed that hyperparameter optimization and ensemble strategies significantly improved accuracy, with the SVR model optimized via Bayesian optimization achieving the highest performance: an R2 score of 99.94%, MAE of 0.0120, and MSE of 0.0005. These findings underscore the methodology's efficacy in precisely capturing the spatial and temporal dynamics of air pollution.Article Citation - WoS: 2Citation - Scopus: 2Classification of Maize Leaf Diseases With Deep Learning: Performance Evaluation of the Proposed Model and Use of Explicable Artificial Intelligence(Elsevier, 2025) Alpsalaz, Feyyaz; Ozupak, Yildirim; Aslan, Emrah; Uzel, Hasan; 08.01. Department of Computer Engineering / Bilgisayar Mühendisliği Bölümü; 08. Faculty of Engineering and Architecture / Mühendislik Mimarlık Fakültesi; 01. Mardin Artuklu University / Mardin Artuklu ÜniversitesiMaize leaf diseases pose significant threats to global agricultural productivity, yet traditional diagnostic methods are slow, subjective, and resource-intensive. This study proposes a lightweight and interpretable convolutional neural network (CNN) model for accurate and efficient classification of maize leaf diseases. Using the 'Corn or Maize Leaf Disease Dataset', the model classifies four disease categories Healthy, Gray Leaf Spot, Common Rust, and Northern Leaf Blight with 94.97 % accuracy and a micro-average AUC of 0.99. With only 1.22 million parameters, the model supports real-time inference on mobile devices, making it ideal for field applications. Data augmentation and transfer learning techniques were applied to ensure robust generalization. To enhance transparency and user trust, Explainable Artificial Intelligence (XAI) methods, including LIME and SHAP, were employed to identify disease-relevant features such as lesions and pustules, with SHAP achieving an IoU of 0.82. The proposed model outperformed benchmark models like ResNet50, MobileNetV2, and EfficientNetB0 in both accuracy and computational efficiency. Robustness tests under simulated environmental challenges confirmed its adaptability, with only a 2.82 % performance drop under extreme conditions. Comparative analyses validated its statistical significance and practical superiority. This model represents a reliable, fast, and explainable solution for precision agriculture, especially in resource-constrained environments. Future enhancements will include multi-angle imaging, multimodal inputs, and extended datasets to improve adaptability and scalability in realworld conditions.Article Comparison and Optimization of Machine Learning Methods for Fault Detection in District Heating and Cooling Systems(Polska Akad Nauk, Polish Acad Sci, Div IV Technical Sciences PAS, 2025) Cinar, Mehmet; Aslan, Emrah; Ozupak, YildirimIn this study, the methods used for the detection of sub-station pollution failures in district heating and cooling (DHC) systems are analyzed. In the study, high, medium, and low-level pollution situations are considered and machine learning methods are applied for the detection of these failures. Random forest, decision tree, logistic regression, and CatBoost regression algorithms are compared within the scope of the analysis. The models are trained to perform fault detection at different pollution levels. To improve the model performance, hyper parameter optimization was performed with random search optimization, and the most appropriate values were selected. The results show that the CatBoost regression algorithm provides the highest accuracy and overall performance compared to other methods. The CatBoost model stood out with an accuracy of 0.9832 and a superior performance. These findings reveal that CatBoost-based approaches provide an effective solution in situations requiring high accuracy, such as contamination detection in DHC systems. The study makes an important contribution as a reliable fault detection solution in industrial applications.Article Comparison of Machine Learning Algorithms for Automatic Prediction of Alzheimer Disease(Lippincott Williams & Wilkins, 2025) Aslan, Emrah; Ozupak, YildirimBackground:Alzheimer disease is a progressive neurological disorder marked by irreversible memory loss and cognitive decline. Traditional diagnostic tools, such as intracranial volume assessments, electroencephalography (EEG) signals, and brain magnetic resonance imaging (MRI), have shown utility in detecting the disease. However, artificial intelligence (AI) offers promise for automating this process, potentially enhancing diagnostic accuracy and accessibility.Methods:In this study, various machine learning models were used to detect Alzheimer disease, including K-nearest neighbor regression, support vector machines (SVM), AdaBoost regression, and logistic regression. A neural network was constructed and validated using data from 150 participants in the University of Washington's Alzheimer's Disease Research Center (Open Access Imaging Studies Series [OASIS] dataset). Cross-validation was also performed on the Alzheimer Disease Neuroimaging Initiative (ADNI) dataset to assess the robustness of the models.Results:Among the models tested, K-nearest neighbor regression achieved the highest accuracy, reaching 97.33%. The cross-validation on the ADNI dataset further confirmed the effectiveness of the models, demonstrating satisfactory results in screening and diagnosing Alzheimer disease in a community-based sample.Conclusion:The findings indicate that AI-based models, particularly K-nearest neighbor regression, provide promising accuracy for the early detection of Alzheimer disease. This approach has potential for further development into practical diagnostic tools that could be applied in clinical and community settings.Article Hybrid Deep Learning Model for Maize Leaf Disease Classification With Explainable AI(Taylor & Francis Ltd, 2025) Ozupak, Yildirim; Alpsalaz, Feyyaz; Aslan, Emrah; Uzel, Hasan; 08.01. Department of Computer Engineering / Bilgisayar Mühendisliği Bölümü; 08. Faculty of Engineering and Architecture / Mühendislik Mimarlık Fakültesi; 01. Mardin Artuklu University / Mardin Artuklu ÜniversitesiThis study presents a hybrid learning model that integrates MobileNetV2 and Vision Transformer (ViT) with a stacking model to classify maize leaf diseases, addressing the critical need for early detection to improve agricultural productivity and sustainability. Utilising the 'Corn or Maize Leaf Disease Dataset' from Kaggle, comprising 4,062 high-resolution images across five classes (Common Rust, Grey Leaf Spot, Healthy, Northern Leaf Blight, Not Maize Leaf), the model achieves an impressive accuracy of 96.73%. Transfer learning from ImageNet, coupled with data augmentation (rotation, flipping, scaling, brightness adjustment), enhances generalisation, while a 20% dropout rate mitigates overfitting. The key advantage of the hybrid model lies in its ability to combine the strengths of MobileNetV2's localised feature extraction and ViT's global context understanding, enhanced by the stacking model's ability to reduce the weaknesses of either model. Explainable AI techniques, including SHapley Additive exPlanations (SHAP), Local Interpretable Model-agnostic Explanations (LIME), and Grad-CAM, provide transparent insights into model decisions, fostering trust among agricultural stakeholders. Comparative analysis demonstrates the model's superiority over prior works, with F1-scores ranging from 0.9276 to 1.0000. Despite minor misclassifications due to visual similarities, the model offers a robust, interpretable solution for precision agriculture.