5 research outputs found

    ExShall-CNN: An Explainable Shallow Convolutional Neural Network for Medical Image Segmentation

    No full text
    Explainability is essential for AI models, especially in clinical settings where understanding the model’s decisions is crucial. Despite their impressive performance, black-box AI models are unsuitable for clinical use if their operations cannot be explained to clinicians. While deep neural networks (DNNs) represent the forefront of model performance, their explanations are often not easily interpreted by humans. On the other hand, hand-crafted features extracted to represent different aspects of the input data and traditional machine learning models are generally more understandable. However, they often lack the effectiveness of advanced models due to human limitations in feature design. To address this, we propose ExShall-CNN, a novel explainable shallow convolutional neural network for medical image processing. This model improves upon hand-crafted features to maintain human interpretability, ensuring that its decisions are transparent and understandable. We introduce the explainable shallow convolutional neural network (ExShall-CNN), which combines the interpretability of hand-crafted features with the performance of advanced deep convolutional networks like U-Net for medical image segmentation. Built on recent advancements in machine learning, ExShall-CNN incorporates widely used kernels while ensuring transparency, making its decisions visually interpretable by physicians and clinicians. This balanced approach offers both the accuracy of deep learning models and the explainability needed for clinical applications

    A convolutional neural network based tool for predicting protein AMPylation sites from binary profile representation

    No full text
    AMPylation is an emerging post-translational modification that occurs on the hydroxyl group of threonine, serine, or tyrosine via a phosphodiester bond. AMPylators catalyze this process as covalent attachment of adenosine monophosphate to the amino acid side chain of a peptide. Recent studies have shown that this post-translational modification is directly responsible for the regulation of neurodevelopment and neurodegeneration and is also involved in many physiological processes. Despite the importance of this post-translational modification, there is no peptide sequence dataset available for conducting computation analysis. Therefore, so far, no computational approach has been proposed for predicting AMPylation. In this study, we introduce a new dataset of this distinct post-translational modification and develop a new machine learning tool using a deep convolutional neural network called DeepAmp to predict AMPylation sites in proteins. DeepAmp achieves 77.7%, 79.1%, 76.8%, 0.55, and 0.85 in terms of Accuracy, Sensitivity, Specificity, Matthews Correlation Coefficient, and Area Under Curve for AMPylation site prediction task, respectively. As the first machine learning model, DeepAmp demonstrate promising results which highlight its potential to solve this problem. Our presented dataset and DeepAmp as a standalone predictor are publicly available at https://github.com/MehediAzim/DeepAmp

    Accurately Identifying Sound vs. Rotten Cranberries Using Convolutional Neural Network

    No full text
    Cranberries, native to North America, are known for their nutritional value and human health benefits. One hurdle to commercial production is losses due to fruit rot. Cranberry fruit rot results from a complex of more than ten filamentous fungi, challenging breeding for resistance. Nonetheless, our collaborative breeding program has fruit rot resistance as a significant target. This program currently relies heavily on manual sorting of sound vs. rotten cranberries. This process is labor-intensive and time-consuming, prompting the need for an automated classification (sound vs. rotten) system. Although many studies have focused on classifying different fruits and vegetables, no such approach has been developed for cranberries yet, partly because datasets are lacking for conducting the necessary image analyses. This research addresses this gap by introducing a novel image dataset comprising sound and rotten cranberries to facilitate computational analysis. In addition, we developed CARP (Cranberry Assessment for Rot Prediction), a convolutional neural network (CNN)-based model to distinguish sound cranberries from rotten ones. With an accuracy of 97.4%, a sensitivity of 97.2%, and a specificity of 97.2% on the training dataset and 94.8%, 95.4%, and 92.7% on the independent dataset, respectively, our proposed CNN model shows its effectiveness in accurately differentiating between sound and rotten cranberries

    Accurately predicting anticancer peptide using an ensemble of heterogeneously trained classifiers

    No full text
    The use of therapeutic peptides for the treatment of cancer has received tremendous attention in recent years. Anticancer peptides (ACPs) are considered new anticancer drugs which have several advantages over chemistry-based drugs including high specificity, strong tumor penetration capacity, and low toxicity level for normal cells. Due to the rise of experimentally verified bioactive peptides, several in silico approaches became imperative for the investigation of the characteristics of ACPs. In this paper, we proposed a new machine learning tool named iACP-RF that uses a combination of several sequence-based features and an ensemble of three heterogeneously trained Random Forest classifiers to accurately predict anticancer peptides. Experimental results show that our proposed model achieves an accuracy of 75.9% which outperforms other state-of-the-art methods by a significant margin. We also achieve 0.52, 75.6%, and 76.2% in terms of Matthews Correlation Coefficient (MCC), Sensitivity, and Specificity, respectively. iACP-RF as a standalone tool and its source code are publicly available at: https://github.com/MLBC-lab/iACP-RF
    corecore