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 "Hasib, Khan Md."

Filter results by typing the first few letters
Now showing 1 - 6 of 6
  • Results Per Page
  • Sort Options
  • No Thumbnail Available
    Item
    A Performance Based Study on Deep Learning Algorithms in the Effective Prediction of Breast Cancer
    (2021 International Joint Conference on Neural Networks (IJCNN), IEEE, 2021-09-21) Ghosh, Pronab; Azam, Sami; Hasib, Khan Md.; Karim, Asif; Jonkman, Mirjam; Anwar, Adnan
    Breast Cancer is one of the leading causes of death worldwide. Early detection is very important in increasing survival rates. Intensive research is therefore done to improve early detection of such cancers through the use of available technology. This includes various image processing techniques andgeneral machine learning. However, the reported accuracy for many of these studies was often not at the desirable level. Deep Learning based techniques are a promising approach for the early detection of Breast Cancer. We have therefore done a comparative analysis of seven Deep Learning techniques applied to the Wisconsin Breast Cancer (Diagnostic) Dataset. Long Short Term Memory (LSTM) and Gated Recurrent Unit (GRU) were proven to be the most effective algorithms as these have demonstrated good results for the majority of performance indicators used in this study, including an accuracy of over 99 percent.
  • 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
    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
    MNet-10
    (Daffodil International University, 2022-08-22) Montaha, Sidratul; Azam, Sami; Rafid, A. K. M. Rakibul Haque; Hasan, Md. Zahid; Karim, Asif; Hasib, Khan Md.; Patel, Shobhit K.; Jonkman, Mirjam; Mannan, Zubaer Ibna
    Interpretation of medical images with a computer-aided diagnosis (CAD) system is arduous because of the complex structure of cancerous lesions in different imaging modalities, high degree of resemblance between inter-classes, presence of dissimilar characteristics in intra-classes, scarcity of medical data, and presence of artifacts and noises. In this study, these challenges are addressed by developing a shallow convolutional neural network (CNN) model with optimal configuration performing ablation study by altering layer structure and hyper-parameters and utilizing a suitable augmentation technique. Eight medical datasets with different modalities are investigated where the proposed model, named MNet-10, with low computational complexity is able to yield optimal performance across all datasets. The impact of photometric and geometric augmentation techniques on different datasets is also evaluated. We selected the mammogram dataset to proceed with the ablation study for being one of the most challenging imaging modalities. Before generating the model, the dataset is augmented using the two approaches. A base CNN model is constructed first and applied to both the augmented and non-augmented mammogram datasets where the highest accuracy is obtained with the photometric dataset. Therefore, the architecture and hyper-parameters of the model are determined by performing an ablation study on the base model using the mammogram photometric dataset. Afterward, the robustness of the network and the impact of different augmentation techniques are assessed by training the model with the rest of the seven datasets. We obtain a test accuracy of 97.34% on the mammogram, 98.43% on the skin cancer, 99.54% on the brain tumor magnetic resonance imaging (MRI), 97.29% on the COVID chest X-ray, 96.31% on the tympanic membrane, 99.82% on the chest computed tomography (CT) scan, and 98.75% on the breast cancer ultrasound datasets by photometric augmentation and 96.76% on the breast cancer microscopic biopsy dataset by geometric augmentation. Moreover, some elastic deformation augmentation methods are explored with the proposed model using all the datasets to evaluate their effectiveness. Finally, VGG16, InceptionV3, and ResNet50 were trained on the best-performing augmented datasets, and their performance consistency was compared with that of the MNet-10 model. The findings may aid future researchers in medical data analysis involving ablation studies and augmentation techniques.
  • Thumbnail Image
    Item
    Sentiment analysis on Bangladesh airlines review data using machine learning
    (BRAC University, 2022-02) Hasib, Khan Md.; Alam, Md. Golam Rabiul
    A common means of transportation in our everyday lives is air travel. As a result, it's no surprise that more and more customers are posting their airline reviews online. However, in the age of machine learning, it would be much easier to extract millions of pieces of information and knowledge from them if a model was used to polarize and comprehend them. Sentiment analysis may be used to understand people's attitudes or sentiments by utilizing sites that provide opinion-rich data. In this work, we worked on a customized dataset including online reviews for 4 major Bangladesh Airlines, performed a multiclass sentiment analysis, and compared the classi ers. Alongside sentiment analysis, topic modeling is also done to get better decisions based on the actual experiences of other customers who have own with airlines. This method begins with pre-processing procedures used to clean the reviews and balance the review data using the Pegasus model's oversampling mechanism. The analysis was carried out 3 di erent machine learning (Decision Tree, Random Forest, and XGBoost) and 3 di erent deep learning classi cation strategies (CNN, LSTM, BERT). The test set's output is the review sentiment (positive/negative/mixed) using a three-class dataset, and the performance in terms of accuracy is calculated. Based on the results, we have achieved the best accuracy 83% in terms of BERT. The accuracies were determined to compare each categorization technique, and the total sentiment count for all four airlines of Bangladesh was displayed in terms of domestic route, international route and overall route. We comprehend the results acquired from USA airlines Tweets data and demonstrate that our framework is more e cient than the earlier model. Therefore, it is essential to consider whether a sentiment makes a particular prediction. Thus, we then train an interpretable LIME model for the sentiments and the construction of explainable sentiments can have a major advantage.
  • Thumbnail Image
    Item
    SkinNet-16
    (Daffodil International University, 2022-08-18) Ghosh, Pronab; Azam, Sami; Quadir, Ryana; Karim, Asif; Shamrat, F. M. Javed Mehedi; Bhowmik, Shohag Kumar; Jonkman, Mirjam; Hasib, Khan Md.; Ahmed, Kawsar
    Skin cancer these days have become quite a common occurrence especially in certain geographic areas such as Oceania. Early detection of such cancer with high accuracy is of utmost importance, and studies have shown that deep learning- based intelligent approaches to address this concern have been fruitful. In this research, we present a novel deep learning- based classifier that has shown promise in classifying this type of cancer on a relevant preprocessed dataset having important features pre-identified through an effective feature extraction method. Skin cancer in modern times has become one of the most ubiquitous types of cancer. Accurate identification of cancerous skin lesions is of vital importance in treating this malady. In this research, we employed a deep learning approach to identify benign and malignant skin lesions. The initial dataset was obtained from Kaggle before several preprocessing steps for hair and background removal, image enhancement, selection of the region of interest (ROI), region-based segmentation, morphological gradient, and feature extraction were performed, resulting in histopathological images data with 20 input features based on geometrical and textural features. A principle component analysis (PCA)-based feature extraction technique was put into action to reduce the dimensionality to 10 input features. Subsequently, we applied our deep learning classifier, SkinNet-16, to detect the cancerous lesion accurately at a very early stage. The highest accuracy was obtained with the Adamax optimizer with a learning rate of 0.006 from the neural network-based model developed in this study. The model also delivered an impressive accuracy of approximately 99.19%.

© Open Research Bangladesh

  • Privacy policy
  • End User Agreement
  • Send Feedback