Publications Internationales
Permanent URI for this collectionhttps://dspace.univ-boumerdes.dz/handle/123456789/13
Browse
5 results
Search Results
Item Offline Arabic handwritten character recognition: from conventional machine learning system to deep learning approaches(2022) Faouci, Soumia; Gaceb, Djamel; Haddad, MohammedResearchers have made great strides in the area of Arabic handwritten character recognition in the last decades especially with the fast development of deep learning algorithms. The characteristics of Arabic manuscript text pose several problems for a recognition system. This paper presents a conventional machine learning system based on the extraction of a set of preselected features and an SVM classifier. In the second part, a simplified convolutional neural network (CNN) model is proposed, which is compared to six other CNN models based on the pre-trained architectures. The suggested methods were tested using three databases: two versions of the OIHACDB dataset and the AIA9K dataset. The experimental results show that the proposed CNN model obtained promising results, as it is able to recognise 94.7%, 98.3%, and 95.6% of the test set of the three databases OIHACDB-28, OIHACDB-40, and AIA9K, respectively.Item Covid-19 Detecting in Computed Tomography Lungs Images Using Machine and Transfer Learning Algorithms(Informatica, 2023) Cherifi, Dalila; Djaber, Abderraouf; Guedouar, Mohammed-Elfateh; Feghoul, Amine; Chelbi, Zahia Zineb; Ait Ouakli, AmazighCoronavirus disease 2019 (COVID-19), a rapidly spreading infectious disease, has led to millions of deaths globally and has had a significant impact on public healthcare due to its association with severe lung pneu- monia. The diagnosis of the infection can be categorized into two main approaches, a laboratory-based approach and chest radiography approach where the CT imaging tests showed some advantages in the pre- diction over the other methods. Due to restricted medical capacity and the fast-growing number suspected cases, the need for finding an immediate, accurate and automated method to alleviate the overcapacity of radiology facilities has emerged. In order to accomplish this objective, our work is based on developing machine and deep learning algorithms to classify chest CT scans into Covid and non-Covid classes. To obtain a good performance, the accuracy of the classifier should be high so the patients may have a clear idea about their state. For this purpose, there are many hyper parameters that can be changed in order to improve the performance of the artificial models that are used for the identification of such illnesses. We have worked on two non-similar datasets from different sources, a small one consisting of 746 images and a large one with 14486 images. On the other hand, we have proposed various machine learning models starting by an SVM which contains different kernel types, KNN model with changing the distance measure- ments and an RF model with two different number of trees. Moreover, two CNN based approaches have been developed considering one convolution layer followed by a pooling layer then two consecutive con- volution layers followed by a single pooling layer each time. The machine learning models showed better performance compared to CNN on the small dataset, while on the larger dataset, CNN outperforms these algorithms. In order to improve the performance of the models, transfer learning has also been used where we trained the pre-trained InceptionV3 and ResNet50V2 on the same datasets. Among all the examined classifiers, the ResNet50V2 achieved the best scores with 86.67% accuracy, 93.94% sensitivity, 81% speci- ficity and 86% F1-score on the small dataset while the respective scores on the large dataset were 97.52%, 97.28%, 97.77% and 98%. Experimental interpretation advises the potential applicability of ResNet50V2 transfer learning approach in real diagnostic scenarios, which might be of very high usefulness in terms of achieving fast testing for COVID19. Povzetek: Raziskava se osredotoča na razvoj algoritmov strojnega in globokega učenja za razvrščanje CT posnetkov prsnega koša v razrede Covid in ne-Covid. Rezultati kažejo, da je pristop prenosa učenja ResNet50V2 najbolj učinkovit za hitro testiranje COVID-19.Item A comparative study between convolutional and multilayer perceptron neural networks classification models(2019) Bachiri, Mohamed Elssaleh; Harrar, KhaledImage classification plays an important role in image processing, computer vision, and machine learning. This paper deals with image classification using deep learning. For this, a conventional neural network (CNN) and multilayer perceptron neural network (MLP) models were used for the classification. The two models were implemented on the MNIST dataset which was used at 100% and half of capacity, The models were trained with fixed and flexible number of epochs in two runs. CNN provided an accuracy of 98,43% with a loss of 4,44%, where MLP reached 92,80% of classification with a loss of 25,87%. Indeed, for each model, variables as number of filters, size, and activation functions were discussed. The CNN demonstrated a good performance providing high accuracy for image and also proved to be a better candidate for data applications.Item Machine learning-based research for COVID-19 detection, diagnosis, and prediction : a survey(Springer, 2022) Meraihi, Yassine; Gabis, Asma Benmessaoud; Mirjalili, Seyedali; Ramdane-Cherif, Amar; Alsaadi, Fawaz EThe year 2020 experienced an unprecedented pandemic called COVID-19, which impacted the whole world. The absence of treatment has motivated research in all fields to deal with it. In Computer Science, contributions mainly include the development of methods for the diagnosis, detection, and prediction of COVID-19 cases. Data science and Machine Learning (ML) are the most widely used techniques in this area. This paper presents an overview of more than 160 ML-based approaches developed to combat COVID-19. They come from various sources like Elsevier, Springer, ArXiv, MedRxiv, and IEEE Xplore. They are analyzed and classified into two categories: Supervised Learning-based approaches and Deep Learning-based ones. In each category, the employed ML algorithm is specified and a number of used parameters is given. The parameters set for each of the algorithms are gathered in different tables. They include the type of the addressed problem (detection, diagnosis, or detection), the type of the analyzed data (Text data, X-ray images, CT images, Time series, Clinical data,..) and the evaluated metrics (accuracy, precision, sensitivity, specificity, F1-Score, and AUC). The study discusses the collected information and provides a number of statistics drawing a picture about the state of the art. Results show that Deep Learning is used in 79% of cases where 65% of them are based on the Convolutional Neural Network (CNN) and 17% use Specialized CNN. On his side, supervised learning is found in only 16% of the reviewed approaches and only Random Forest, Support Vector Machine (SVM) and Regression algorithms are employedItem Feature extraction using CNN for peripheral blood cells recognition(European Alliance for Innovation, 2022) Ammar, Mohammed; Daho, Mostafa El Habib; Harrar, Khaled; Laidi, AmelINTRODUCTION: The diagnosis of hematological diseases is based on the morphological differentiation of the peripheral blood cell types. OBJECTIVES: In this work, a hybrid model based on CNN features extraction and machine learning classifiers were proposed to improve peripheral blood cell image classification. METHODS: At first, a CNN model composed of four convolution layers and three fully connected layers was proposed. Second, the features from the deeper layers of the CNN classifier were extracted. Third, several models were trained and tested on the data. Moreover, a combination of CNN with traditional machine learning classifiers was carried out. This includes CNN_KNN, CNN_SVM (Linear), CNN_SVM (RBF), and CNN_AdaboostM1. The proposed methods were validated on two datasets. We have used a public dataset containing 12444 images with four types of leukocytes to find the best optimizer function(eosinophil, lymphocyte, monocyte, and neutrophil images). The second dataset contains 17,092 images divided into eight groups: lymphocytes, neutrophils, monocytes). the second public dataset was used to find the best combination of CNN and the machine learning algorithms. the dataset containing 17,092 images: lymphocytes, neutrophils, monocytes, eosinophils, basophils, immature granulocytes, erythroblasts, and platelets. RESULTS: The results reveal that CNN combined with AdaBoost decision tree classifier provided the best performance in terms of cells recognition with an accuracy of 88.8%, demonstrating the performance of the proposed approach. CONCLUSION: The obtained results show that the proposed system can be used in clinical practice
