Published Journal Articles
2026
AN EXPLAINABLE DEEP LEARNING FRAMEWORK FOR BREAST CANCER CLASSIFICATION USING EFFICIENTNETV2B0 AND GRAD-CAM
2026-01
Science Journal of University of Zakho (Issue : 1) (Volume : 14)
Breast cancer remains one of the most serious health challenges worldwide, withearly and accurate diagnosis can significantly improve patient outcomes. Traditional diagnostic methods often rely heavily on expert interpretation, which may lead to inconsistencies or delays in decision-making. To address this issue, this research provides a deep-learning framework that uses the EfficientNetV2B0 model in combination with Grad-CAM (Gradient-weighted Class Activation Mapping) to provide illustrated explanations to detect breast cancer using ultrasound and MRI datasets. Our method addresses serious challenges such as class imbalance and irrelevant image characteristics by employing SMOTE (Synthetic Minority Over-sampling Technique) oversampling and Region of Interest (ROI) extraction for BUSI (Breast Ultrasound Images) datasets. The Grad-CAM approach improves reliability and transparency by providing visual proof that support’s each decision, allowing healthcare professionals to better understand the AI's prediction. Trained and assessed on two different medical imaging datasets, the framework obtained extraordinarily high accuracy (98.97% on BUSI and 99.55% on MRI), along with low prediction error and high reliability. The model is both accurate and understandable, making it ideal for clinical usage. It is also faster and more dependable than current approaches, making it highly beneficial.
2025
LINK PREDICTION BASED ON TOPOLOGICAL AND CONTENT ANALYSIS IN CO-AUTHORSHIP NETWORKS
2025-10
Zanco Journal of Pure and Applied Sciences (Issue : 5) (Volume : 37)
In network analysis, the prediction of the connections or associations between entities or nodes within the network becomes important. Link Prediction is the problem of predicting or identifying the existence of a link between two entities in a network. However, it still the main issue in the complex network data application field, particularly in the type of analysis related to co-authorship networks despite its wide usage. Topological methods and content-based methods are the two different approaches that have been proposed for the link prediction in collaboration networks. However, topological methods are based on the structural analysis of the network, and content-based approaches rely on textual information from academic papers in the network. In this paper, we introduce the Content and Graph-Based Link Prediction (CGLP) approach, which integrates topological and content-based features from networks in a hybrid manner for predicting links in co-authorship networks. The efficacy of the proposed approach was already tested using three academic datasets: Hep-th, Hep-lat, and AMC by applying various machine learning models. Results indicated that all models showed almost the same efficiency on all three datasets and outperformed the state-of-the-art approach with a maximum F1 score of 98.05% and ROC AUC of 98.74%.
THE EFFECT OF FEATURE SELECTION METHODS ON MACHINE LEARNING MODEL PERFORMANCE: A COMPARATIVE STUDY FOR BREAST CANCER PREDICTION
2025-01
Science Journal of University of Zakho (Issue : 2025) (Volume : 13)
Developing countries often face a high incidence of breast cancer, making early detection vital for effective treatment. The risk of developing breast cancer can be evaluated using machine learning methods and regular diagnostic data. In cancer datasets, there is a wealth of patient information, but not all of it is valuable for predicting cancer. This highlights the significance of feature selection methods in uncovering the relevant data. In this field, many studies have attempted to predict the different types of breast tumours, since it is important to diagnose breast cancer medication accurately. This paper aims to perform a comparison such that to show the effect of different feature selection methods on the accuracy of various existing machine learning algorithms. The study focuses on seven machine learning algorithms: K-Nearest Neighbors (KNN), Naive Bayes (NB), Decision Trees (DT), Support Vector Machines (SVM), Logistic Regression (LR), Neural Network (NN), and Random Forest (RF). The feature selection techniques examined include F-test Feature Selection, Mutual Information (MI), and Spearman Correlation Coefficient. The dataset used for the experiments is the Wisconsin Diagnostic Breast Cancer (WDBC) dataset, which is publicly available from the UCI Repository. The findings reveal that when feature selection is implemented, the LR and NN algorithms demonstrate superior accuracy and perform exceptionally well across other metrics compared to the other models
2022
LINK PREDICTION IN CO-AUTHORSHIP NETWORKS: A REVIEW
2022-10
Science Journal of University of Zakho (Issue : 12) (Volume : 10)
Besides social network analysis, the Link-Prediction (LP) problem has useful applications in information retrieval, bioinformatics, telecommunications, microbiology, and e-commerce as a forecast of future links in a given context to find what possible connections are based on a local and global statistical analysis of the given graph data. However, in Academic Social Networks (ASNs), the LP issue has recently attracted a lot of attention in academia and called for a variety of link prediction techniques to predict co-authorship among researchers and to examine the rich structural and associated data. As a result, this study investigates the problem of LPG in ASNs to forecast the upcoming co-authorships among researchers. In a systematic approach, this review presents, analyses, and compares the primary taxonomies of topological-based, content-based, and hybrid-based approaches, which are used for computing similar scores for each pair of unconnected nodes. Then, this study ends with findings on challenges and open problems for the community to work on for further development of the LP problem of scholarly social networks.
Heart disease prediction based on pre-trained deep neural networks combined with principal component analysis
2022-08
Biomedical Signal Processing and Control
Heart Disease (HD) is often regarded as one of the deadliest human diseases. Therefore, early prediction of HD risks is crucial for prevention and treatment. Unfortunately, current clinical procedures for diagnosing HD are costly and often require an expert level of intervention. In response to this issue, researchers have recently developed various intelligent systems for the automated diagnosis of HD. Among the developed approaches, those based on artificial neural networks (ANNs) have gained more popularity due to their promising prediction results. However, to the authors’ knowledge, no research has attempted to exploit ANNs for feature extraction. Hence, research into bridging this gap is worthwhile for more excellent predictions. Motivated by this fact, this research proposes a new approach for HD prediction, utilizing a pre-trained Deep Neural Network (DNN) for feature extraction, Principal Component Analysis (PCA) for dimensionality reduction, and Logistic Regression (LR) for prediction. Cleveland, a publicly accessible HD dataset, was used to investigate the efficacy of the proposed approach (DNN + PCA + LR). Experimental results revealed that the proposed approach performs well on both the training and testing data, with accuracy rates of 91.79% and 93.33%, respectively. Furthermore, the proposed approach exhibited better performance when compared with the state-of-the-art approaches under most of the evaluation metrics used.
Back