العودة إلى الملف الشخصي
بحوث سكوبس — اسراء صالح كامل
علوم حاسبات • علوم حاسبات
5
إجمالي البحوث
22
إجمالي الاستشهادات
2023
أحدث نشر
2
أنواع المنشورات
عرض 5 بحث
2023
2 بحث
Materials Today: Proceedings
, Vol. 80, pp. 2625-2630
Al-Mustaqbal University College, Babylon, Iraq; College of Business Informatics, University of Information Technology and Communications, Baghdad, Iraq
Density-Based clustering are the main clustering algorithms because they can cluster data with different shapes and densities, but some of these algorithms have high time complexity like OPTICS (Ordering Points to Identify Clustering Structure) and DBSCAN (Density-based spatial clustering of applications with noise) where the time complexity up to O(n2). In this paper, we use an approach to reduce this complexity by providing fuzzy clusters to OPTICS, which make the process of finding neighbours within an only narrow region (fuzzy group) instead of searching all the state space making the algorithm faster than the original one with keeping almost the same accuracy of the innovative algorithm. The results show that there is an improvement in execution time using some synthetic and real datasets with high dimensions. © 2021
الكلمات المفتاحية:
Data mining
Density-based clustering
Fuzzy clustering
OPTICS
Time complexity
2nd International Conference on Advanced Computer Applications, ACA 2023
, pp. 13-18
Al-mustaqbal University College, Medical Laboratories Techniques Department, Babil, Iraq; Al-mustaqbal University College, Anesthesia Techniques Department, Babil, Iraq; Al-mustaqbal University College, Dentistry Departmeent, Babil, Iraq; Al-mustaqbal University College, Medical Physics Department, Babil, Iraq; Shatt Al-Arab University, Computer Science Department, Basra, Iraq
We are currently seeing a rapid spread of Autism Spectrum Disorder (ASD), so when studying autis0m behaviors, researchers note that this study requires substantial costs and time to characterize autism. Through the use of machine learning techniques, autism can be detected early. There are studies using machine learning techniques, but they have not provided any conclusion in determining the characteristics of autism due to the different ages of people. This study aims is to predict autism in any age group (children, adolescents, adults), using a classification system based on machine learning techniques (random forest (RF), decision tree (CART), Naive Bayes (NB), and Support Vector Machine (SVM). The results from algorithms (CART, SVM, NB, and RF) are evaluated using several metrics (Accuracy, Precision, Recall, F1 Score) based on the AQ dataset- 10. The model used showed advanced results in evaluating the accuracy of the types of datasets. The results provide superior performance for ASD classification. Random Forest and Support Vector Machine accuracy have been improved between (98% and 100%) with features selected by correlation technology and K fold split data. © 2023 IEEE.
الكلمات المفتاحية:
AQ-10 datasets
ASD
K fold
machine learning
2022
2 بحث
Computers, Materials and Continua
, Vol. 72 (1), pp. 561-576
Department of Information Technology, Technical College of Management, Al Furat Alawsat University, Kufa, Iraq; Department of Medical Laboratory Techniques, Al-Mustaqbal University College, Hilla, Iraq; Department of Computer Science, College of Computer and Information Sciences, Jouf University, Saudi Arabia; Department of Computer Science, Faculty of Computers and Information, South Valley University, Qena, Egypt
COVID-19 has been considered one of the recent epidemics that occurred at the last of 2019 and the beginning of 2020 that world widespread. This spread of COVID-19 requires a fast technique for diagnosis to make the appropriate decision for the treatment. X-ray images are one of the most classifiable images that are used widely in diagnosing patients' data depending on radiographs due to their structures and tissues that could be classified. Convolutional Neural Networks (CNN) is the most accurate classification technique used to diagnose COVID-19 because of the ability to use a different number of convolutional layers and its high classification accuracy. Classification using CNNs techniques requires a large number of images to learn and obtain satisfactory results. In this paper, we used SqueezNet with a modified output layer to classify X-ray images into three groups: COVID-19, normal, and pneumonia. In this study, we propose a deep learning method with enhance the features of X-ray images collected from Kaggle, Figshare to distinguish between COVID-19, Normal, and Pneumonia infection. In this regard, several techniques were used on the selected image samples which are Unsharp filter, Histogram equal, and Complement image to produce another view of the dataset. The Squeeze Net CNN model has been tested in two scenarios using the 13,437 X-ray images that include 4479 for each type (COVID-19, Normal and Pneumonia). In the first scenario, the model has been tested without any enhancement on the datasets. It achieved an accuracy of 91%. But, in the second scenario, the model was tested using the same previous images after being improved by several techniques and the performance was high at approximately 95%. The conclusion of this study is the used model gives higher accuracy results for enhanced images compared with the accuracy results for the original images. A comparison of the outcomes demonstrated the effectiveness of ourDLmethod for classifying COVID-19 based on enhanced X-ray images. © 2022 Tech Science Press. All rights reserved.
الكلمات المفتاحية:
Classification
CNN
COVID-19
Image enhancement
SqueezNet model
X-ray
Majlesi Journal of Electrical Engineering
, Vol. 16 (4), pp. 123-129
Department of Anesthesia Techniques, Al-Noor University College, Bartella, Iraq; The University of Mashreq, Iraq; Medical technical college/ Al-Farahidi University, Baghdad, Iraq; Medical Laboratories Techniques Department, Al-Mustaqbal University College, Babylon, Iraq; Department of biomedialc engineering, Ashur University College, Baghdad, Iraq; Al-Esraa University College, Baghdad, Iraq
Through the use of malware, particularly JavaScript, cybercriminals have turned online applications into one of their main targets for impersonation. Detection of such dangerous code in real-time, therefore, becomes crucial in order to prevent any harmful action. By categorizing the salient characteristics of the malicious code, this study suggests an effective technique for identifying malicious Java scripts that were previously unknown, employing an interceptor on the client side. By employing the wrapper approach for dimensionality reduction, a feature subset was generated. In this paper, we propose an approach for handling the malware detection task in imbalanced data situations. Our approach utilizes two main imbalanced solutions namely, Synthetic Minority Over Sampling Technique (SMOTE) and Tomek Links with the object of augmenting the data and then applying a Deep Neural Network (DNN) for classifying the scripts. The conducted experiments demonstrate the efficient performance of our approach and it achieves an accuracy of 94.00% © 2022, Majlesi Journal of Electrical Engineering.All Rights Reserved.
الكلمات المفتاحية:
Convolutional Neural Networks
Imbalanced Data
Malware Detection
SMOTE
Tomek Links
2019
1 بحث
Malaysian Journal of Computer Science
, Vol. 32 (4)
University of Information Technology and Communications, College of Business Informatics, Baghdad, 10067, Iraq; Al-Mustaqbal University College, Babylon, 51002, Iraq
DBSCAN is one of the efficient density-based clustering algorithms. It is characterized by its ability to discover clusters with different shapes and sizes, and to separate noise and outliers. However, when the dataset contain different densities, DBSCAN clustering will be inefficient. In this paper, we propose an approach to enable DBSCAN to cluster dataset having different densities by preprocess the dataset to make it with one density level. This system composed of four stages: firstly, a new approach to separate dataset based on density is presented. Secondly, a new density biased sampling technique is proposed. Thirdly, the resulted sparse data from the last two stages is clustered with DBSCAN. Finally, the remaining data from sampling will be clustered with KNN. The experimental results on synthetic and real datasets on average show that the clustering of the proposed algorithm is better than that of DBSCAN by more than 7% and retains time complexity of DBSCAN. © 2019 Faculty of Computer Science and Information Technology.
الكلمات المفتاحية:
Clustering
Database
DBSCAN
Sampling


