Repository logo
Communities & Collections
All of DSpace
  • English
  • العربية
  • বাংলা
  • Català
  • Čeština
  • Deutsch
  • Ελληνικά
  • Español
  • Suomi
  • Français
  • Gàidhlig
  • हिंदी
  • Magyar
  • Italiano
  • Қазақ
  • Latviešu
  • Nederlands
  • Polski
  • Português
  • Português do Brasil
  • Srpski (lat)
  • Српски
  • Svenska
  • Türkçe
  • Yкраї́нська
  • Tiếng Việt
Log In
New user? Click here to register.Have you forgotten your password?
  1. Home
  2. Browse by Author

Browsing by Author "Shamrat, F M Javed Mehedi"

Filter results by typing the first few letters
Now showing 1 - 9 of 9
  • Results Per Page
  • Sort Options
  • No Thumbnail Available
    Item
    A Convolutional Neural Network Based Classification Approach for Breast Cancer Detection
    (IEEE, 2023-05-24) Rashid, Md Harun Or; Shahriyar, S. M.; Shamrat, F M Javed Mehedi; Mahbub, Tanzil; Tasnim, Zarrin; Ahmed, Md Zunayed
    Thousands of women worldwide are diagnosed with breast cancer yearly, which may be fatal if not treated. The diagnosis of the condition may take years, by which time the patient has little choice except to have the affected breast removed. Early diagnosis and treatments are the best ways to stop this disease's spread. In this study, the authors presented a Computer Aided Diagnosis (CAD) system to assist in breast cancer diagnosis. The study uses the Wisconsin breast cancer dataset to classify benign and malignant data. For the classification, three pre-trained Deep learning algorithms: Convolutional Neural Network (CNN), Long Short-Term Memory (LSTM), Multilayer Perceptron (MLP), were used. A novel CNN model that exceeds the performance efficiency of three pre-trained models and requires minimal compilation time is proposed. A number of evaluation matrices are used to analyze the models' classification abilities. Upon closer inspection, it has been established that the proposed CNN model outperforms CNN, LSTM, and MLP models with validation accuracy of 97.85%. CNN and LSTM performed with accuracies of 94.12% with the Adagrad optimizer and 93.5% with the Adam optimizer, respectively. Furthermore, MLP performance with 92.44% accuracy using the Adam optimizer. The proposed CNN model achieves the lowest Loss value and compilation time. In addition, the models' recall value, precision, and f1-score are computed to pick out the most effective model for diagnosing breast cancer on numeric data.
  • Thumbnail Image
    Item
    A Novel Automated Feature Selection Based Approach To Recognize Cauliflower Disease
    (Institute of Electrical and Electronics Engineers Inc., 2023-04-17) Shakil, Rashiduzzaman; Akter, Bonna; Shamrat, F M Javed Mehedi; Noor, Sheak Rashed Haider
    Cauliflower disease is a primary cause of reduced cauliflower yield. Preventing cauliflower disease requires early diagnosis. In the scope of this study, we suggested an agro-medical expert system that would make it easier to diagnose cauliflower disease. In this method, a digital image must be taken off the phone or handled device to diagnose cauliflower sickness. A data augmentation technique was initially used to construct a vast data set. The disease-affected parts of the cauliflower were then segmented using k-means clustering. Following that, ten statistical and gray-level co-occurrence matrix (GLCM) features were retrieved from the segmented pictures. After choosing the top n features (N ranged from 5 to 10), the synthetic minority oversampling technique (SMOTE) approach was used to handle training datasets with different amounts of each feature. After that, we utilized five machine learning (ML) algorithms and evaluated their performance using seven performance evaluation matrices for both augmented and non-augmented datasets. The same procedure was performed on both datasets. Then, we use both datasets to test how well the classifier works. Logistic regression (LR) is the most accurate method for the top nine features in the augmented dataset (90.77%).
  • Thumbnail Image
    Item
    Advancing Thyroid Care: An Accurate Trustworthy Diagnostics System with Interpretable Ai and Hybrid Machine Learning Techniques
    (Elsevier, 2024-08-20) Sutradhar, Ananda; Akter, Sharmin; Shamrat, F M Javed Mehedi; Idris, Mohd Yamani Idna Bin; Ahmed, Kawsar; Moni, Mohammad Ali
    The worldwide prevalence of thyroid disease is on the rise, representing a chronic condition that significantly impacts global mortality rates. Machine learning (ML) approaches have demonstrated potential superiority in mitigating the occurrence of this disease by facilitating early detection and treatment. However, there is a growing demand among stakeholders and patients for reliable and credible explanations of the generated predictions in sensitive medical domains. Hence, we propose an interpretable thyroid classification model to illustrate outcome explanations and investigate the contribution of predictive features by utilizing explainable AI. Two real-time thyroid datasets underwent various preprocessing approaches, addressing data imbalance issues using the Synthetic Minority Over-sampling Technique with Edited Nearest Neighbors (SMOTE-ENN). Subsequently, two hybrid classifiers, namely RDKVT and RDKST, were introduced to train the processed and selected features from Univariate and Information Gain feature selection techniques. Following the training phase, the Shapley Additive Explanation (SHAP) was applied to identify the influential characteristics and corresponding values contributing to the outcomes. The conducted experiments ultimately concluded that the presented RDKST classifier achieved the highest performance, demonstrating an accuracy of 98.98 % when trained on Information Gain selected features. Notably, the features T3 (triiodothyronine), TT4 (total thyroxine), TSH (thyroid-stimulating hormone), FTI (free thyroxine index), and T3_measured significantly influenced the generated outcomes. By balancing classification accuracy and outcome explanation ability, this study aims to enhance the clinical decision-making process and improve patient care.
  • Thumbnail Image
    Item
    AlzheimerNet: An Effective Deep Learning Based Proposition for Alzheimer’s Disease Stages Classification From Functional Brain Changes in Magnetic Resonance Images
    (IEEE, 2023-02-14) Shamrat, F M Javed Mehedi; Akter, Shamima; Azam, Sami; Karim, Asif; Ghosh, Pronab; Hasib, Khan Md.; Boer, Frisode; Ahmed, Kawsar
    Alzheimer’s disease is largely the underlying cause of dementia due to its progressive neurodegenerative nature among the elderly. The disease can be divided into five stages: Subjective Memory Concern (SMC), Mild Cognitive Impairment (MCI), Early MCI (EMCI), Late MCI (LMCI), and Alzheimer’s Disease (AD). Alzheimer’s disease is conventionally diagnosed using an MRI scan of the brain. In this research, we propose a fine-tuned convolutional neural network (CNN) classifier called AlzheimerNet, which can identify all five stages of Alzheimer’s disease and the Normal Control (NC) class. The ADNI database’s MRI scan dataset is obtained for use in training and testing the proposed model. To prepare the raw data for analysis, we applied the CLAHE image enhancement method. Data augmentation was used to remedy the unbalanced nature of the dataset and the resultant dataset consisted of 60000 image data on the 6 classes. Initially, five existing models including VGG16, MobileNetV2, AlexNet, ResNet50 and InceptionV3 were trained and tested to achieve test accuracies of 78.84%, 86.85%, 78.87%, 80.98% and 96.31% respectively. Since InceptionV3 provides the highest accuracy, this model is later modified to design the AlzheimerNet using RMSprop optimizer and learning rate 0.00001 to achieve the highest test accuracy of 98.67%. The five pre-trained models and the proposed fine-tuned model were compared in terms of various performance matrices to demonstrate whether the AlzheimerNet model is in fact performing better in classifying and detecting the six classes. An ablation study shows the hyperparameters used in the experiment. The suggested model outperforms the traditional methods for classifying Alzheimer’s disease stages from brain MRI, as measured by a two-tailed Wilcoxon signed-rank test, with a significance of < 0.05.
  • Thumbnail Image
    Item
    BOO-ST and CBCEC: Two Novel Hybrid Machine Learning Methods Aim To Reduce the Mortality of Heart Failure Patients
    (Springer Nature Limited, 2023-12-18) Sutradhar, Ananda; Al Rafi, Mustahsin; Shamrat, F M Javed Mehedi; Ghosh, Pronab; Das, Subrata; Islam, Md Anaytul; Ahmed, Kawsar; Zhou, Xujuan; Azad, A. K. M.; Alyami, Salem A.; Moni, Mohammad Ali
    Heart failure (HF) is a leading cause of mortality worldwide. Machine learning (ML) approaches have shown potential as an early detection tool for improving patient outcomes. Enhancing the effectiveness and clinical applicability of the ML model necessitates training an efficient classifier with a diverse set of high-quality datasets. Hence, we proposed two novel hybrid ML methods ((a) consisting of Boosting, SMOTE, and Tomek links (BOO-ST); (b) combining the best-performing conventional classifier with ensemble classifiers (CBCEC)) to serve as an efficient early warning system for HF mortality. The BOO-ST was introduced to tackle the challenge of class imbalance, while CBCEC was responsible for training the processed and selected features derived from the Feature Importance (FI) and Information Gain (IG) feature selection techniques. We also conducted an explicit and intuitive comprehension to explore the impact of potential characteristics correlating with the fatality cases of HF. The experimental results demonstrated the proposed classifier CBCEC showcases a significant accuracy of 93.67% in terms of providing the early forecasting of HF mortality. Therefore, we can reveal that our proposed aspects (BOO-ST and CBCEC) can be able to play a crucial role in preventing the death rate of HF and reducing stress in the healthcare sector.
  • No Thumbnail Available
    Item
    Covid-19 Detection Using Deep Learning Algorithm on Chest X-ray Images
    (Biology, 2021-11) Akter, Shamima; Shamrat, F M Javed Mehedi; Chakraborty, Sovon; Karim, Asif; Azam, Sami
    COVID-19, regarded as the deadliest virus of the 21st century, has claimed the lives of millions of people around the globe in less than two years. Since the virus initially affects the lungs of patients, X-ray imaging of the chest is helpful for effective diagnosis. Any method for automatic, reliable, and accurate screening of COVID-19 infection would be beneficial for rapid detection and reducing medical or healthcare professional exposure to the virus. In the past, Convolutional Neural Networks (CNNs) proved to be quite successful in the classification of medical images. In this study, an automatic deep learning classification method for detecting COVID-19 from chest X-ray images is suggested using a CNN. A dataset consisting of 3616 COVID-19 chest X-ray images and 10,192 healthy chest X-ray images was used. The original data were then augmented to increase the data sample to 26,000 COVID-19 and 26,000 healthy X-ray images. The dataset was enhanced using histogram equalization, spectrum, grays, cyan and normalized with NCLAHE before being applied to CNN models. Initially using the dataset, the symptoms of COVID-19 were detected by employing eleven existing CNN models; VGG16, VGG19, MobileNetV2, InceptionV3, NFNet, ResNet50, ResNet101, Dense Net, EfficientNetB7, Alex Net, and Google Net. From the models, MobileNetV2 was selected for further modification to obtain a higher accuracy of COVID-19 detection. Performance evaluation of the models was demonstrated using a confusion matrix. It was observed that the modified MobileNetV2 model proposed in the study gave the highest accuracy of 98% in classifying COVID-19 and healthy chest X-rays among all the implemented CNN models. The second-best performance was achieved from the pre-trained MobileNetV2 with an accuracy of 97%, followed by VGG19 and ResNet101 with 95% accuracy for both the models. The study compares the compilation time of the models. The proposed model required the least compilation time with 2 h, 50 min and 21 s. Finally, the Wilcoxon signed-rank test was performed to test the statistical significance. The results suggest that the proposed method can efficiently identify the symptoms of infection from chest X-ray images better than existing methods.
  • Thumbnail Image
    Item
    MCNN-LSTM: Combining CNN and LSTM to Classify Multi-Class Text in Imbalanced News Data
    (IEEE, 2023-08-29) Hasib, Khan Md.; Azam, Sami; Karim, Asif; Marouf, Ahmed Al; Shamrat, F M Javed Mehedi; Montaha, Sidratul; Yeo, Kheng Cher; Jonkman, Mirjam
    "Searching, retrieving, and arranging text in ever-larger document collections necessitate more efficient information processing algorithms. Document categorization is a crucial component of various information processing systems for supervised learning. As the quantity of documents grows, the performance of classic supervised classifiers has deteriorated because of the number of document categories. Assigning documents to a predetermined set of classes is called text classification. It is utilized extensively in a wide range of data-intensive applications. However, the fact that real-world implementations of these models are plagued with shortcomings begs for more investigation. Imbalanced datasets hinder the most prevalent high-performance algorithms. In this paper, we propose an approach name multi-class Convolutional Neural Network (MCNN)-Long Short-Time Memory (LSTM), which combines two deep learning techniques, Convolutional Neural Network (CNN) and Long Short-Time Memory, for text classification in news data. CNN’s are used as feature extractors for the LSTMs on text input data and have the spatial structure of words in a sentence, paragraph, or document. The dataset is also imbalanced, and we use the Tomek-Link algorithm to balance the dataset and then apply our model, which shows better performance in terms of F1- score (98%) and Accuracy (99.71%) than the existing works. The combination of deep learning techniques used in our approach is ideal for the classification of imbalanced datasets with underrepresented categories. Hence, our method outperformed other machine learning algorithms in text classification by a large margin. We also compare our results with traditional machine learning algorithms in terms of imbalanced and balanced datasets."
  • Thumbnail Image
    Item
    Pollennet: A Novel Architecture for High Precision Pollen Grain Classification Through Deep Learning and Explainable Ai
    (Elsevier, 2024-09-26) Shamrat, F M Javed Mehedi; Idris, Mohd Yamani Idna; Zhou, Xujuan; Khalid, Majdi; Sharmin, Sharmin; Sharmin, Zeseya; Ahmed, Kawsar; Moni, Mohammad Ali
    Pollen grains play a critical role in environmental, agricultural, and allergy research despite their tiny dimensions. The accurate classification of pollen grains remains a significant challenge, mainly attributable to their intricate structures and the extensive diversity of species. Traditional methods often lack accuracy and effectiveness, prompting the need for advanced solutions. This study introduces a novel deep learning framework, PollenNet, designed to tackle the intricate challenge of pollen grain image classification. The efficiency of PollenNet is thoroughly evaluated through stratified 5-fold cross-validation, comparing it with cutting-edge methods to demonstrate its superior performance. A comprehensive data preparation phase is conducted, including removing duplicates and low-quality images, applying Non-local Means Denoising for noise reduction, and Gamma correction to adjust image brightness. Furthermore, Explainable AI (XAI) is utilized to enhance the interpretability of the model, while Receiver Operating Characteristic (ROC) curve analysis serves as a quantitative method for evaluating the model's capabilities. PollenNet demonstrates superior performance when compared to existing models, with an accuracy of 98.45 %, precision of 98.20 %, specificity of 98.40 %, recall of 98.30 %, and f1-score of 98.25 %. The model also maintains low Mean Squared Error (0.03) and Mean Absolute Error (0.02) rates. The ROC curve analysis, the low False Positive Rate (0.016), and the False Negative Rate (0.017) highlight the reliability and dependability of the model. This study significantly improves the efficacy of classifying pollen grains, indicating an important advancement in the application of deep learning for ecological research.
  • Thumbnail Image
    Item
    PollenNet: A novel architecture for high precision pollen grain classification through deep learning and explainable AI
    (2024-10-15) Shamrat, F M Javed Mehedi; Idris, Mohd Yamani Idna; Zhou, Xujuan; Khalid, Majdi; Sharmin, Sharmin; Sharmin, Zeseya; Ahmed, Kawsar; Moni, Mohammad Ali
    Pollen grains play a critical role in environmental, agricultural, and allergy research despite their tiny dimensions. The accurate classification of pollen grains remains a significant challenge, mainly attributable to their intricate structures and the extensive diversity of species. Traditional methods often lack accuracy and effectiveness, prompting the need for advanced solutions. This study introduces a novel deep learning framework, PollenNet, designed to tackle the intricate challenge of pollen grain image classification. The efficiency of PollenNet is thoroughly evaluated through stratified 5-fold cross-validation, comparing it with cutting-edge methods to demonstrate its superior performance. A comprehensive data preparation phase is conducted, including removing duplicates and low-quality images, applying Non-local Means Denoising for noise reduction, and Gamma correction to adjust image brightness. Furthermore, Explainable AI (XAI) is utilized to enhance the interpretability of the model, while Receiver Operating Characteristic (ROC) curve analysis serves as a quantitative method for evaluating the model's capabilities. PollenNet demonstrates superior performance when compared to existing models, with an accuracy of 98.45 %, precision of 98.20 %, specificity of 98.40 %, recall of 98.30 %, and f1-score of 98.25 %. The model also maintains low Mean Squared Error (0.03) and Mean Absolute Error (0.02) rates. The ROC curve analysis, the low False Positive Rate (0.016), and the False Negative Rate (0.017) highlight the reliability and dependability of the model. This study significantly improves the efficacy of classifying pollen grains, indicating an important advancement in the application of deep learning for ecological research.

© Open Research Bangladesh

  • Privacy policy
  • End User Agreement
  • Send Feedback