Communications Internationales
Permanent URI for this collectionhttps://dspace.univ-boumerdes.dz/handle/123456789/11
Browse
10 results
Search Results
Item Comparative Study on Early Stage Diabete Detection by Using Machine Learning Methods(Institute of Electrical and Electronics Engineers, 2023) Cherifi, Dalila; Djellouli, Seyyid Ahmed; Riabi, Hanane; Hamadouche, MohamedThis paper introduces an innovative approach to diabetes prediction, leveraging machine learning algorithms. The study is dedicated to elevating the precision of medical examinations through the application of machine learning to electronic health records (EHRs). In our investigation of the Pima Indian dataset, we employed two distinct strategies-imputation data and, notably, the novel filtered data approach-to address missing values. Subsequently, we rigorously evaluated six supervised machine learning models, encompassing Logistic Regression, Random Forest, K-Nearest Neighbor, Support Vector Machine, XGBoost, and Cat Boost. Metrics including accuracy, precision, sensitivity, specificity, and stability were meticulously assessed. Encouragingly, we achieved a commendable 98% accuracy with the Random Forest classifier using the imputation data strategy. However, our groundbreaking contribution lies in the filtered data approach, where we achieved an equally promising 84% accuracy using the XGBoost classifier. This pivotal finding unequivocally establishes the superiority of the filtered data methodology, signifying a significant leap towards enhancing patient risk scoring systems and foreseeing the onset of disease.Item Artificial Intelligence Based Detection of COVID-19 Pneumonia Using CT Scan and X-ray Images: A Comparative study(Institute of Electrical and Electronics Engineers Inc, 2023) Ilyas, Muhammad; Cherifi, DalilaAccording to a new study, a computer program that was trained to see patterns by analyzing thousands of chest X-rays was able to predict with up to 95% accuracy which patients with coronavirus disease (COVID-19) would develop life-threatening complications within four days. In order to quickly identify patients with COVID-19 whose condition is most likely to deteriorate, hospital physicians and radiologists require tools like our program.Unfortunately, we are fighting one of the worst epidemics ever known to mankind called COVID-2019, a coronavirus-derived pathogen. We see ground-glass opacity in the chest X-ray and CT scan images as a result of fibrosis in the lungs when the virus has reached the lungs. The artificial intelligence techniques can be used to identify and quantify the infection because of the significant differences between infected and non-infected X-ray images. A classification model for interpreting chest X-rays and CT scan images is proposed, which may lead to improved COVID-19 diagnosis. Classifying the chest X-rays into three categories, normal, viral pneumonia, and COVID-19, is our method of classification. Additionally, COVID-19 using CT scan images has higher classification accuracy as compared to x-ray images.Item Classification of Left/Right Hand and Foot Movements from EEG using Machine Learning Algorithms(Institute of Electrical and Electronics Engineers Inc, 2023) Cherifi, Dalila; Berghouti, Baha Eddine; Boubchir, LarbiIn recent years, there has been growing interest in utilizing Electroencephalography (EEG) data and machine learning techniques to develop innovative solutions for individuals with disabilities. The ability to accurately classify hands and foot motion based on EEG signals holds great potential for enabling individuals to regain control and functionality of their disabled parts, improving their quality of life and independence. Making a better solution than the traditional ones that often require physical contact or can be challenging to operate. In our study, we have focused on hands (right/left) and foot motion disabilities, using supervised Machine Learning algorithms for the classification of EEG data related to left/right hand and foot movements; aiming to reach accurate results that can contribute to providing a solution for people with this kind of motion disabilities. Three supervised machine learning algorithms are considered for the EEG classification, namely Linear Discriminant Analysis (LDA), K-Nearest Neighbors (KNN), and Support Vector Machine (SVM), using Common Spatial Patterns (CSP) algorithm and logarithm of the variance (logvar) for feature extraction. In our experiments, we adopted these algorithms to classify the Motor Imagery EEG dataset for hands and foot movements given in BCI Competition IV. The data we used went through different steps before fitting into the models such as filtering, feature extraction, and discrimination. We achieved significant success in accurately classifying hand movements in the initial experiment, attaining an impressive classification accuracy of up to 97.5% with SVM and LDA. Furthermore, in the multi-classification task involving both hand (right/left) and foot movements, KNN and SVM classifiers yielded commendable results up to 87%. These models can be further used and developed, where a hardware implementation will be done as a further work for this study.Item Performance Evaluation of Machine Learning Algorithms for Smart Irrigation Systems(Institute of Electrical and Electronics Engineers Inc, 2024) Yahia, Amina; Menasri, Wahiba; Cherifi, Dalila; Gacemi, AbderrezakSmart irrigation systems have revolutionized the farming industry by utilizing modern innovations to optimize water usage and handle water scarcity issues. The performance of two machine learning algorithms, Decision Tree and Support Vector Machines (SVM), in categorizing irrigation status in smart irrigation systems is evaluated in this research. The goal is to detect whether or not specified areas or plants have been watered, which is critical for proper irrigation management. Sensors in smart irrigation systems detect environmental data such as temperature, humidity, soil moisture, and rainfall. The obtained data is processed using machine learning methods to classify the irrigation status. For training and evaluation, this study makes use of a large dataset from a real-world smart irrigation system. The results demonstrate the effectiveness of both the Decision Tree and SVM algorithms. Decision Tree excels in terms of precision and recall, allowing for the accurate detection of hydrated and non-watered areas or plants. SVM achieves good accuracy and F1-score, allowing for a complete evaluation of irrigation status. These findings promote smart irrigation systems by emphasizing the importance of machine learning methods for accurate irrigation status classification. The findings help stakeholders choose appropriate algorithms for efficient water management and support sustainable agriculture practices.Item Aerial forest smoke’s fire detection using enhanced YOLOv5(Springer, 2023) Cherifi, Dalila; Bekkour, Belkacem; Benmalek, Assala; Bayou, Meroua; Mechti, Ines; Bekkouche, Abdelghani; Amine, Chaima; Halak, AhmedForest fires around the world are the main cause of devastating millions of forest hectares, destroying several infrastructures and unfortunately causing many human casualties among both fire fighting crews and civilians that might be accidentally surrounded by the fire. The early detection of more than 58,950 forest fires and the real-time fire perception are two key factors that allow the firefighting crews to act accordingly in order to prevent the fire from achieving unmanageable proportions [1]. Forest fire detection is such a challenging problem for the current world. Traditional methodologies depend on a set of expensive hardware and sensors that might be not accurate due to some environment parameters and weather fluctuations. This paper proposes an accurate intelligent deep learning-based YOLOv5 model to detect forest fires from a given aerial imagesItem Brain tumor classification using convolutional neural networks and transfer learning(Springer, 2023) Cherifi, Dalila; Cherifi, Zakaria; Cherifi, ZakariaBrain tumors are one of the top causes of mortality in both children and adults across the world. Early detection of the tumor can give the patient a new chance in life to undergo effective treatment to save them. Despite the great medical and technological advances, the current test methods for diagnosing and classifying brain tumors are prone to human error, since human-assisted manual classification can result in incorrect prognosis and diagnosis. These drawbacks highlight the need of employing a completely automated system for the detection of brain tumors. The emergence of deep learning and its successes in classification of images warranted by its performance and ability to generalize on various data, led us naturally to use it to solve this problem. This work aims to be a concise exposition of deep learning architectures applied to medical imaging, with a focus on the analysis of MRI images for the automatic classification of brain tumors for the early diagnosis purposes. We consider classification as a supervised learning problem and we address it by means of Convolutional Neural Networks (CNN). Two different CNN models are proposed for two separate classifications, with changing and tuning various hyper-parameters. Two datasets were used, the first dataset of brain MRI Images provided by Navoneel Chakrabarty and the second dataset acquired from the Kaggle platform under the name BT-multiclass. The Using the first proposed model, brain tumor detection is accomplished with 91% percent accuracy. With an accuracy of 92% percent, the second proposed model can classify brain tumors into four types: non-tumor, glioma, meningioma, and pituitary. Using transfer learning, the proposed CNN models for both classifications are then compared to other popular pre-trained CNN models such as Inception-v3, ResNet-50, and VGG-16; and satisfactory findings are obtained. Thus, the inclusion of this type of methodologies favors both the patient and the physician, making it possible to carry out more precise quantitative diagnosesItem Study and implementation of u-net encoder-decoder neural network for brain tumors segmentation(Springer, 2023) Cherifi, Dalila; Bekkouche, Abdelghani; Bayou, Meroua; Benmalek, Assala; Mechti, Ines; Bekkour, Belkacem; Amine, Chaima; Ahmed, HalakEmerging advanced technologies have seen a revolution of applications into medical field, in all its aspects and sides, this has helped healthcare practitioners and empowered them in achieving accurate diagnosis and treatment, specifically with the evolution of computer Aided Diagnosis systems which use image processing techniques, Computer vision,and deep learning applied on different medical images in order to diagnose the image, or sections of the image with particular diseases or illnesses. Medical images of multiples organs or parts of the body (Liver, brain, kidney, skin, etc..) can today be visualized thanks to the advanced medical imaging techniques that exists in the market (MRI, CT, etc…) these technologies uses high energy in order to acquire high quality images but high energy can harm human cells, this is why we us low energy and with this used we get slightly low quality medical images, and here technology intervenes where we can use preprocessing techniques in order to increase image resolution prior to perform diagnosis either by doctor or CAD system. We present in this paper a computer aided diagnosis system that provides an automated brain tissue segmentation applied on 3D MRI images with its four different modalities (T1, T1C, T2, T2 weighted) of BRatS 2020 challenge dataset, by implementing a U-Net like deep neural network which provides information about classification of brain tissue into healthy tissue, Edema, Enhancing tumour, Non enhancing tumour. The model achieved an accuracy of 99.01% and dice coefficient of 47.95% after 35 epochs of trainingItem Convolution neural network deployment for plant leaf diseases detection(Springer, 2023) Cherifi, Dalila; Bayou, Meroua; Benmalek, Assala; Mechti, Ines; Bekkouche, Abdelghani; Bekkour, Belkacem; Amine, Chaima; Ahmed, HalakThe automated identification of plant diseases based on plant leaves is a huge breakthrough. Furthermore, early and accurate detection of plant diseases positively impacts crop productivity and quality. However, managing the accessibility of early plant disease detection is crucial. This work has environmental goals aiming to save plants from different threatening diseases by providing early detection of the affected leaves. We studied the performance of different Convolutional Neural Network (CNN) architectures in predicting 26 diseases for 14 plant species. The work studied the complexity of the system and compared the two main deep learning frameworks, TensorFlow and PyTorch, to get the most accurate results with higher accuracy. Using the “New PlantVillage Dataset” from Kaggle [1], the TensorFlow models achieved an accuracy of 90,94% for the basic CCN architecture, and 95,59% for the Transfer Learning architecture with VGG19. Whereas the PyTorch models achieved an accuracy of 93,47% for the basic CCN architecture, and 98,53% for the Transfer Learning architecture with ResNet34. Finally, after examining the feasibility of the model’s implementation and discussing the main problems that may be encountered, the models were deployed in a mobile application using the Tflite and torch mobile flutter SDK to let them as an internal feature in the mobile without the need for any access to the cloud, which is known as edge AIItem Prediction models for epilepsy detection on the EEG signal(IEEE, 2022) Cherifi, Dalila; Zenati, Hichem; Ouchene, Mohamed Amine; Merbouti, Mohammed Abdenacer; Ibrahim, Dyhia; Boubchir, LarbiEpilepsy is a neurological illness characterized by abnormal brain activity, resulting in seizures or episodes of odd behavior, feelings, and in some cases, loss of awareness. In this work, we propose a comparison between three deep learning models: Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM) and bidirectional LSTM for epileptic seizure detection using EEG data which is the most common technique used for Epilepsy diagnosis. The objective of this work is to define the most suitable model for this sensitive task and to reach the highest possible accuracy. To evaluate the performance of the proposed methods, many experiments are conducted to study the effect of some parameters and using two categorical combinations of an EEG dataset. As a result, we reached a prediction accuracy of 90.26% with CNN, 86.17% with LSTM but the Bi-LSTM model consistently outperformed the other models reaching more than 98% accuracy. Finally, these results demonstrate the possibility of detecting the epileptic seizures while maintaining model interpretability, which may contribute to a better understanding of brain dynamics and enhance predictive performancesItem Multi-class EEG signal classification for epileptic seizure diagnosis(Springer, 2020) Cherifi, Dalila; Afoun, Laid; Iloul, Zakaria; Boukerma, Billal; Adjerid, Chaouki; Boubchir, Larbi; Nait-Ali, AmineEEG signal recordings are increasingly replacing the old methods of diagnosis in medical field of many neurological disorders. Our contribution in this article is the study and development of EEG signal classification algorithms for epilepsy diagnosis using one rhythm; for classification, an optimum classifier is proposed with only when used one rhythm so that both execution time and number of features are reduced. We used wavelet packet decomposition (WPD) to extract the five rhythms of brain activity from the public Epilepsy-EEG recordings in order to represent each signal with features vector; then we applied on it the well-known classification methods. A statistical study is done to validate the different algorithms
