{"id":67202,"date":"2025-08-14T09:52:07","date_gmt":"2025-08-14T09:52:07","guid":{"rendered":"https:\/\/biomedpharmajournal.org\/?p=67202"},"modified":"2025-10-20T10:23:21","modified_gmt":"2025-10-20T10:23:21","slug":"hybrid-approach-for-alzheimers-disease-prediction-using-mri-deep-feature-extraction-and-machine-learning-models","status":"publish","type":"post","link":"https:\/\/biomedpharmajournal.org\/staging\/vol18octoberspledition\/hybrid-approach-for-alzheimers-disease-prediction-using-mri-deep-feature-extraction-and-machine-learning-models\/","title":{"rendered":"Hybrid Approach for Alzheimer\u2019s Disease Prediction Using MRI: Deep Feature Extraction and Machine Learning Models"},"content":{"rendered":"<p><strong>Introduction<\/strong><\/p>\n<p>Memory impairment, cognitive decline, and altered behavior are among the major indications for Alzheimer&#8217;s disease (AD), a chronic, progressive neurological illness that predominantly affects older persons.<sup>1<\/sup> As the leading cause of dementia globally, AD places a substantial emotional and financial strain on patients, their caregivers, and healthcare infrastructures. The accumulation of tau protein tangles and amyloid-beta plaques in the brain, which disrupt typical neuronal activity and eventually cause cell death, is a molecular signature of the illness. Alzheimer\u2019s typically unfolds in progressive stages; ranging from No Impairment (NI) to Very Mild (VMD), Mild, and finally Moderate Impairment (Mod)<sup> 2<\/sup> highlighting the importance of early and precise diagnosis for effective disease management and improved patient care.<\/p>\n<p>Conventional approaches to diagnosing AD rely heavily on cognitive assessments, clinical history, and neuroimaging techniques. While widely used, these methods are often subjective and inconsistent, particularly in the early stages when symptoms are subtle or overlap with other neurological disorders. Artificial intelligence (AI), especially when used with neuroimaging techniques like Magnetic Resonance Imaging (MRI), has proven beneficial for improving diagnosis precision in recent years.<sup>3<\/sup> MRI provides detailed insight into brain anatomy and functional alterations associated with neurodegenerative diseases, making it a powerful modality for detecting the structural changes characteristic of AD.<\/p>\n<p>The rise of deep learning (DL) and machine learning (ML) has ushered in transformative changes across medical diagnostics. Using pre-trained Convolutional Neural Networks (CNNs), one such technique, transfer learning, has been extensively utilized to extract intricate data from medical visuals. These networks may be optimized for particular tasks after being first trained on enormous datasets such as ImageNet. This enables optimal feature extraction even in scenarios when there is a scarcity of labeled medical data.<sup>4<\/sup> This approach not only speeds up the training process but also helps achieve higher accuracy and reduces the risk of overfitting\u2014critical factors when working with sensitive health data.<\/p>\n<p>This study proposes a reliable and efficient classification framework that integrates CNN-based feature extraction with traditional ML classifiers to categorize Alzheimer\u2019s stages using MRI scans. Popular pre-trained models\u2014VGG-16, VGG-19, InceptionV3, and ResNet50\u2014are employed to derive deep features from the image data.<sup>5<\/sup> In order to determine each classifier&#8217;s ability to discriminate between the four AD phases, the features retrieved are then processed using Random Forest (RF), Neural Network (NN), Logistic Regression (LR), and Gradient Boosting (GB).<\/p>\n<p>CNN architectures such as VGG, ResNet, and InceptionV3 have demonstrated strong performance in various image classification tasks due to their ability to identify and encode hierarchical patterns in images.<sup>6<\/sup>VGG models rely on small filters for detailed feature extraction, while ResNet\u2019s use of residual connections facilitates deeper model training without performance degradation. InceptionV3, on the other hand, utilizes parallel convolutional layers to capture multi-scale features, enhancing its representational power.<\/p>\n<p>The classification task involves sorting MRI samples into four diagnostic categories\u2014NI, VMD, Mild, and Mod\u2014each representing a different severity level of Alzheimer\u2019s. Achieving accurate classification across these categories is crucial for timely therapeutic intervention tailored to the patient&#8217;s condition.<sup>7<\/sup><\/p>\n<p>Prior research has shown promising outcomes when combining CNN-based features with classical machine learning algorithms. For instance, studies have applied similar approaches to detect diseases like lung cancer and diabetic retinopathy, leveraging CNNs to extract disease-specific patterns from medical images.<sup>8<\/sup> In the context of Alzheimer\u2019s, CNNs have been successful in identifying key biomarkers such as hippocampal shrinkage and cortical thinning. Integrating CNN-derived features with classifiers like Random Forest or Gradient Boosting has been found to enhance model performance by uniting deep learning\u2019s pattern recognition strength with traditional ML\u2019s decision-making capabilities.<sup>9<\/sup><\/p>\n<p>Transfer learning proves particularly advantageous when data availability is constrained, a common issue in medical domains due to ethical and logistical limitations. By reapplying knowledge from broader datasets, pre-trained models can deliver reliable results even with fewer medical samples. This study utilizes this benefit by training models on a limited MRI dataset of Alzheimer\u2019s patients and extracting rich, high-level features for subsequent classification.<\/p>\n<p>Each ML algorithm included in this study offers unique advantages. Neural Networks can model complex nonlinear interactions in high-dimensional datasets, while Random Forests excel in handling imbalanced data with minimal tuning. Gradient Boosting enhances prediction accuracy through iterative learning, and Logistic Regression, despite its simplicity, remains a staple in healthcare analytics due to its transparency and ease of interpretation.<sup>10<\/sup><\/p>\n<p>By combining deep learning and machine learning methodologies, the proposed approach presents a scalable and automated solution for Alzheimer\u2019s diagnosis. This dual-method strategy minimizes the need for manual feature engineering while ensuring adaptability across different clinical environments. The work aligns with ongoing efforts to develop intelligent diagnostic support systems for neurological disorders, demonstrating how AI can assist clinicians in making more accurate and efficient decisions.<\/p>\n<p>In conclusion, the research introduces a comprehensive methodology for classifying stages of Alzheimer\u2019s disease using MRI scans. Through the fusion of deep feature extraction and machine learning classification, the study identifies optimal model combinations that yield high diagnostic accuracy. This framework not only advances the development of AI-based tools for early detection but also addresses a pressing global health issue by facilitating timely medical intervention and improving patient care outcomes.<\/p>\n<p><strong>Related Work<\/strong><\/p>\n<p>The tools of artificially intelligent (AI), machine learning, and deep learning have evolved considerably Deep learning and artificial intelligence have grown increasingly important in the healthcare sector due to their constant advancement, particularly in the identification, prognosis, and tracking of neurodegenerative illnesses like Alzheimer&#8217;s. To aid in the early and precise diagnosis of Alzheimer&#8217;s, numerous studies have employed an assortment of datasets, including medical imaging data from MRI and PET scans. Researchers have explored a range of clinical markers associated with Alzheimer\u2019s disease, including cognitive decline, memory impairment, structural brain changes, and behavioral symptoms, to develop automated systems capable of identifying and classifying different stages of the disease. These AI-driven approaches have shown considerable promise in enhancing diagnostic precision and enabling timely interventions for individuals at risk of or suffering from Alzheimer\u2019s disease.<\/p>\n<p>For the purpose of early Alzheimer&#8217;s detection using MRI, Sharma et al.<sup>11<\/sup> recommended a CNN model combining a neural network classifier with feature extraction based on VGG16. Utilizing two datasets (6400 and 6330 pictures), it exhibited 90.4% and 71.1% accuracy in classifying AD stages, respectively. Despite outperforming prior methods, the model has trouble recognizing early neurological alterations and mild-stage detection.<\/p>\n<p>The HEMRDTL model, which incorporates fused CT-MRI and EEG data for Alzheimer&#8217;s detection, has been proposed by Leela et al.<sup>12<\/sup> Implementing feature fusion and deep learning-based classification, it leverages VGG-19 for image feature extraction and M-RPCA for EEG data. Though the model boosts stage-wise accuracy, its high processing requirements and reliance on multimodal inputs make it less viable for clinical settings.<\/p>\n<p>Mamun et al.<sup>13<\/sup> utilized 6,219 MRI scans from multiple phases of dementia to provide a method of deep learning for Alzheimer&#8217;s recognition. The customized CNN achieved the best results, with 97.6% accuracy, 97% recall, and 99.26% AUC, out of the assessment of four models: CNN, ResNet101, DenseNet121, and VGG16. Notwithstanding excellent performance, drawbacks include the use of just one modality and a small dataset.<\/p>\n<p>El-Geneedy et al.<sup>14<\/sup> leveraged 2D T1-weighted MRI images to generate a shallow CNN-based framework for the non-invasive diagnosis of Alzheimer&#8217;s disease. It permits both detailed MCI classification (VMD, MD, MoD) and general classification (normal, MCI, AD). It obtained 99.68% accuracy, outperforming models such as ResNet50 and EfficientNetB7. Limitations, however, include a lack of external validation and a restricted variety of datasets.<\/p>\n<p>Using MRI scans from the OASIS dataset, Hussain et al.<sup>15<\/sup> demonstrated a 12-layer CNN for the binary classification of Alzheimer&#8217;s disease. Having an accuracy of 97.75%, the custom model surpassed pre-trained models such as InceptionV3 and MobileNetV2. Its binary concentration and lack of assessment on external or multi-class datasets are shortcomings, despite its impressive findings.<\/p>\n<p>A collaborative deep learning model for early Alzheimer&#8217;s detection was designed by Fathi et al.<sup>16<\/sup> utilizing MRI data from the ADNI dataset. The ensemble of the top six CNN classifiers, which underwent training on multiple CNNs, attained up to 99.83% accuracy for LMCI\/AD and 93.92% accuracy for three-class tasks. Limited external validation and some performance variations are among the constraints, despite the impressive findings.<\/p>\n<p>Lanjewar et al.<sup>17<\/sup> used 6,400 MRI images from four classes to present a CNN-KNN hybrid model for Alzheimer&#8217;s recognition. CNN was liable for feature extraction, while KNN was in possession of classification. The model surpassed ResNet50 and other models with high results, such as 99.43% F1-score and 99.58% accuracy.<\/p>\n<p>An extensive analysis of both traditional machine learning and deep learning techniques for Alzheimer&#8217;s diagnosis using MRI is offered by Zhao et al..<sup>18<\/sup> They look at input formats and feature extraction methods, as well as models like SVM, Random Forest, CNNs, autoencoders, and transformers. The paper emphasizes issues including data leaking and class imbalance, emphasizing the need of trustworthy datasets and standard procedures.<\/p>\n<p>Using structural MRI, EHR, and SNP data, Nilanjana Pradhan et al.<sup>19<\/sup> created deep learning models for Alzheimer&#8217;s disease identification. Techniques for feature selection were used to improve specificity, sensitivity, and accuracy. Despite the models&#8217; good validation results, early diagnosis of mild cognitive impairment remained challenging, despite their efficient models on standard datasets.<\/p>\n<p>With an emphasis on early detection using AI-based image processing, Suganyadevi Sellappan et al.<sup>20<\/sup> surveyed deep learning methods for MRI scan-based Alzheimer&#8217;s disease diagnosis. Standardized methods are recommended and advanced designs are highlighted in the study. The study&#8217;s drawbacks, despite its transparency, include the need for broader clinical validation and practical implementation of the procedures assessed.<\/p>\n<p>Using MRI data, Alejandro Mora-Rubio et al.<sup>21<\/sup> demonstrated a deep learning method for Alzheimer&#8217;s stage identification. They used models involving EfficientNet, DenseNet, Siamese networks, and Vision Transformers together with data augmentation and preprocessing based on FreeSurfer. The model&#8217;s performance dropped to 66\u201367% for early MCI, although reaching 89% accuracy for AD compared to control, suggesting difficulties in early-stage identification.<\/p>\n<p><strong>Materials and Methods<\/strong><strong>\u00a0<\/strong><\/p>\n<p>This section outlines the data, preprocessing steps, and modeling techniques adopted to develop the proposed Alzheimer\u2019s Disease (AD) detection system. The main objective of the study is to improve the accuracy of AD stage identification by applying an image classification approach. Using well-known convolutional neural network designs as VGG16, VGG19, ResNet50, and InceptionV3, this approach extracts profound characteristics.<sup>22<\/sup> These pre-trained models provide attributes that form the basis for further research. Traditional machine learning classifiers, such as logistic regression, neural networks, gradient boosting, and random forest, receive these deep characteristics rather than relying entirely on end-to-end deep learning.<\/p>\n<p><strong>Dataset Descriptions<\/strong><\/p>\n<p>Obtaining high-quality and well-annotated data is a crucial yet challenging component in deep learning research, especially for neurodegenerative diseases like Alzheimer&#8217;s. For this study, an open-source and publicly accessible dataset of brain MRI scans was utilized. The dataset is structured into four clearly defined categories that reflect the severity of cognitive decline: No Impairment, Very Mild Impairment, Mild Impairment, and Moderate Impairment. <sup>23 <\/sup>The dataset includes a total of 10,250 grayscale MRI images used for model training, with 1,279 additional images reserved for testing.<\/p>\n<p><strong>Data Pre-Processing<\/strong><\/p>\n<p>The raw dataset included grayscale MRI scans of varying sizes, initially lacking consistent labeling and formatting. To prepare the data for model training, images were labeled according to the four diagnostic categories. Since the images varied in resolution, preprocessing steps were essential to bring uniformity. All images were resized to a fixed dimension of 255 \u00d7 255 pixels, <sup>24<\/sup> ensuring consistency and compatibility with the CNN input requirements.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone wp-image-67206 size-thumbnail\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1.jpg 687w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 1: Workflow of the Proposed Alzheimer\u2019s Disease Classification System<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig1.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This standardization step was performed using Python libraries, specifically with the Keras framework backed by TensorFlow. Once the images were resized and prepared, deep feature extraction was carried out using pre-trained models\u2014VGG16, VGG19, ResNet50, and InceptionV3\u2014as illustrated in Figure 1. This preprocessing pipeline improved the quality of input data and positively influenced the downstream classification process.<\/p>\n<p><strong>Projected Framework<\/strong><\/p>\n<p>The core objective of the proposed model is to classify MRI brain scans into four categories reflecting stages of Alzheimer&#8217;s disease. The classification process is built upon transfer learning principles, utilizing pre-trained CNN architectures as feature extractors. VGG16, VGG19, ResNet50, and InceptionV3, originally trained on the ImageNet dataset, are fine-tuned for the multi-class AD classification task.<\/p>\n<p>For each CNN model, the convolutional base is retained to capitalize on its learned features, while the top layers are modified. These layers are adapted to the current classification objective by incorporating fully connected layers followed by dropout for regularization. The final output layer uses the softmax activation function to predict the appropriate cognitive stage. The block diagram for AD severity classification is shown in Figure-2.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone wp-image-67207 size-thumbnail\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2.jpg 665w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 2: Block Diagram for AD Severity classification<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig2.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>For multi-class classification problems, the models are trained using the categorical cross-entropy loss function after having been built using the Adam optimizer. To minimize overfitting and improve generalization, techniques including early halting and model check pointing are used.<\/p>\n<p>Model performance is measured using multiple evaluation metrics, including accuracy, precision, recall, F1-score, and confusion matrices. Additionally, ROC-AUC curves are plotted to assess the classification effectiveness across all four categories. This comprehensive modeling strategy facilitates reliable and early-stage detection of Alzheimer\u2019s disease, offering potential support in clinical decision-making and monitoring.<sup>25<\/sup><\/p>\n<p>To assess the effectiveness of deep learning methods on the Alzheimer\u2019s MRI dataset, several convolutional neural networks\u2014VGG16, VGG19, ResNet50, and InceptionV3\u2014were utilized for both feature extraction and classification. These networks were trained to identify and categorize brain MRI scans into four cognitive categories: No Impairment, Very Mild Impairment, Mild Impairment, and Moderate Impairment. The approach is centered around a deep learning-based classification system, which involves preparing the input data through image preprocessing and segmentation, thereby enabling the networks to recognize and learn intricate brain structure patterns.<sup>26<\/sup><\/p>\n<p>Each model utilizes 3&#215;3 convolutional layers to extract spatial features, followed by max-pooling layers for reducing the dimensionality while retaining important details. Padding is applied to preserve image dimensions across layers, and ReLU activation introduces non-linearity to enhance learning. For validation, Keras\u2019 test iterator is employed, and training is done over several epochs with calculated steps per epoch\u2014determined by dividing the total image count by batch size\u2014to ensure consistent learning.<\/p>\n<p>To improve model generalization, a variety of data augmentation techniques are applied to the MRI scans, including cropping, padding, rotating, scaling, translating, and flipping. These augmentations create a richer dataset by simulating natural variations, reducing overfitting risks.<\/p>\n<p>Model performance is analyzed using a confusion matrix, offering a clear view of predicted vs. actual labels. In addition, a classification report is generated to summarize evaluation metrics like accuracy, precision, recall, and F1-score.<sup>27<\/sup> These metrics provide insights into how effectively the models can distinguish between the four AD stages on both the test and validation datasets. The chosen CNN architectures, such as VGG16 and ResNet50, offer deep layers that are well-suited for extracting the nuanced features necessary for accurate diagnosis.<\/p>\n<p><strong>Feature extraction models<\/strong><em>\u00a0<\/em><\/p>\n<p>Extracting relevant features from MRI scans is vital for developing an accurate classification system for Alzheimer&#8217;s detection. This study employs high-performing, pre-trained CNN models\u2014VGG16, VGG19, ResNet50, and InceptionV3\u2014widely used in medical image analysis for their robustness in pattern recognition. These models, initially trained on large-scale datasets, are either fine-tuned or used as fixed feature extractors to detect features linked to the different stages of AD.<sup>27<\/sup><\/p>\n<p>The extracted deep features are then passed to classical machine learning algorithms such as Logistic Regression, Random Forest, Gradient Boosting, and Multilayer Perceptron (MLP) for classification. This hybrid strategy combines the representational power of CNNs with the interpretability of traditional classifiers, offering a balanced approach that enhances the model\u2019s diagnostic performance. This approach has proven effective in separating various cognitive states, which is crucial for timely and accurate Alzheimer\u2019s diagnosis.<\/p>\n<p><strong>Deep learning approaches<\/strong><\/p>\n<p>Transfer learning is leveraged in this study to maximize the utility of pre-trained deep learning models. Instead of training models from scratch, pre-existing weights from large datasets are repurposed for new classification tasks, saving time and computational resources. This process involves two key approaches: feature extraction and fine-tuning.<sup>28<\/sup> In feature extraction, the final classification layers of the pre-trained model are removed, and the remaining layers are used to extract relevant features from the new dataset. These features are then classified using new custom classifiers. Fine-tuning, on the other hand, involves modifying and retraining the model\u2019s upper layers along with the classification head to adapt more specifically to the new dataset. This results in more tailored features for improved performance.<\/p>\n<p><strong>VGG 16<\/strong><\/p>\n<p>Introduced by the Visual Geometry Group at Oxford, VGG16 consists of 13 convolutional layers and 3 dense layers. It accepts 224\u00d7224\u00d73 input images and uses 3&#215;3 convolution filters throughout.<sup>29<\/sup> Max-pooling is used after certain convolutional blocks to reduce dimensionality, with padding to maintain spatial integrity. ReLU activations help introduce non-linearity, improving the model&#8217;s learning capacity.<\/p>\n<p>In this study, VGG16\u2019s convolutional layers serve as feature extractors for brain MRIs. These features are passed to a classifier built with two dense layers (256 and 128 units) followed by a softmax output layer for multi-class prediction. This setup has shown strong performance in distinguishing between various AD stages. The confusion matrix for VGG16 with MLP Neural Net as shown in Figure-3.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone wp-image-67209 size-thumbnail\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3-150x150.jpg\" alt=\"\" width=\"150\" height=\"150\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3-150x150.jpg 150w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3-250x250.jpg 250w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3-256x256.jpg 256w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3.jpg 759w\" sizes=\"(max-width: 150px) 100vw, 150px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 3: VGG16 with MLP Neural Net Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig3.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>VGG19<\/strong><\/p>\n<p>VGG19 is an extended version of VGG16, featuring 16 convolutional layers and 3 fully connected layers. Its deeper architecture enables it to learn more detailed patterns from medical images.<sup>30<\/sup> Like VGG16, it uses 3&#215;3 convolutions, ReLU activations, and pooling layers. To mitigate overfitting, dropout is incorporated in the dense layers, and the model uses categorical cross-entropy loss for training on multiclass data. The confusion matrix for VGG19 with MLP Neural Net as shown in Figure-4.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67210\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig4.jpg\" alt=\"\" width=\"690\" height=\"481\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig4-300x209.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig4.jpg 690w\" sizes=\"(max-width: 690px) 100vw, 690px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 4: VGG19 with MLP Neural Net Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig4.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>ResNet50 <\/strong><\/p>\n<p>ResNet50 is a 50-layer deep neural network that utilizes residual connections to address the vanishing gradient issue common in deep models. These skip connections enable better gradient flow, making training more stable.<sup>31<\/sup><\/p>\n<p>In the context of AD detection, ResNet50 efficiently extracts robust features from brain scans. These features are then input into classical classifiers, aiding in the identification of different stages of cognitive decline. Its strong generalization ability and high accuracy make it well-suited for medical diagnostic tasks. The confusion matrix for ResNet50 with MLP Neural Net as shown in Figure-5.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67211\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig5.jpg\" alt=\"\" width=\"734\" height=\"462\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig5-300x189.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig5.jpg 734w\" sizes=\"(max-width: 734px) 100vw, 734px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 5: Resnet50 with MLP Neural Net Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig5.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><strong>InceptionV3 <\/strong><\/p>\n<p>InceptionV3 is a highly optimized CNN architecture that utilizes asymmetric and factorized convolutions (e.g., 1&#215;7 followed by 7&#215;1) to minimize computational overhead. It processes multiple filter sizes in parallel, enabling it to capture features at multiple scales\u2014an ideal trait for analyzing brain structures in MRI scans.<sup>32<\/sup><\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67212\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig6.jpg\" alt=\"\" width=\"704\" height=\"520\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig6-300x222.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig6.jpg 704w\" sizes=\"(max-width: 704px) 100vw, 704px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 6: InceptionV3 with MLP Neural Net Confusion Matrix<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig6.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>This architecture extracts a wide range of abstract features that are then classified using traditional machine learning methods. InceptionV3 is known for its rapid training convergence and high accuracy, even when trained on relatively small medical datasets. The confusion matrix for InceptionV3 with MLP Neural Net as shown in Figure-6.<\/p>\n<p><strong>Results<\/strong><\/p>\n<p>This section presents the experimental outcomes derived from the proposed framework for Alzheimer\u2019s Disease (AD) prediction. The framework integrates deep learning-based feature extraction using pre-trained convolutional models with classical machine learning classifiers. Specifically, we evaluated the performance of VGG-16, VGG-19, ResNet50, and InceptionV3 models in combination with four classifiers\u2014Logistic Regression (LR), Multilayer Perceptron (MLP), Gradient Boosting (GB), and Random Forest (RF). The models were assessed using several performance metrics: Area Under the ROC Curve (AUC), Classification Accuracy (CA), F1-score, Precision, and Recall.<sup>33 <\/sup>ROC Curve for AD Predicted for multiple models is shown in Figure-7 to Figure-10.<\/p>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67213\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig7.jpg\" alt=\"\" width=\"625\" height=\"441\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig7-300x212.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig7.jpg 625w\" sizes=\"(max-width: 625px) 100vw, 625px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 7: \u00a0ROC Curve for AD Predicted for VGG16 Model<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig7.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67214\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig8.jpg\" alt=\"\" width=\"651\" height=\"469\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig8-300x216.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig8.jpg 651w\" sizes=\"(max-width: 651px) 100vw, 651px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 8: \u00a0ROC Curve for AD Predicted for VGG19<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig8.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67215\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig9.jpg\" alt=\"\" width=\"625\" height=\"422\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig9-300x203.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig9.jpg 625w\" sizes=\"(max-width: 625px) 100vw, 625px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 9: ROC Curve for AD Predicted for Resnet50<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig9.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<table style=\"width: 70%; border-collapse: collapse;\" border=\"1\" cellpadding=\"5\">\n<tbody>\n<tr>\n<td style=\"width: 20.9343%;\"><img decoding=\"async\" class=\"alignnone size-full wp-image-67216\" src=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig10.jpg\" alt=\"\" width=\"666\" height=\"437\" srcset=\"https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig10-300x197.jpg 300w, https:\/\/biomedpharmajournal.org\/staging\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig10.jpg 666w\" sizes=\"(max-width: 666px) 100vw, 666px\" \/><\/td>\n<td style=\"width: 79.0657%;\"><strong>Figure 10: ROC for AD Predicted for InceptionV3<\/strong><a href=\"https:\/\/biomedpharmajournal.org\/wp-content\/uploads\/2025\/08\/Vol18NoAug-Spl_Hyb_Him_Fig10.jpg\" target=\"_blank\" rel=\"noopener\">Click here to view Figure<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The ROC (Receiver Operating Characteristic) curves offer a visual representation of the performance of an MLP (Multi-Layer Perceptron) neural network classifier utilizing deep features extracted from four pre-trained convolutional neural networks: VGG16, VGG19, InceptionNet, and ResNet50. These curves plot the True Positive Rate (sensitivity) against the False Positive Rate at various classification thresholds, with the Area Under the Curve (AUC) serving as a key metric to evaluate the classifier\u2019s ability to distinguish between classes.<sup>34<\/sup><\/p>\n<p>Based on the results, VGG16 and ResNet50 emerged as the top-performing models when paired with the MLP classifier, each achieving an AUC of 0.986. This indicates a very high discriminative ability and strong classification power using features extracted from these architectures. VGG19 demonstrated moderate performance with an AUC of 0.952, suggesting it is capable of effective classification but slightly less discriminative than VGG16 and ResNet50. InceptionNet, while still maintaining acceptable performance, recorded a lower AUC of 0.940, making it the weakest among the four models in terms of class separability.<sup>35<\/sup><\/p>\n<p>Overall, the findings highlight that VGG16 and ResNet50 provide the most robust and reliable feature representations for Alzheimer&#8217;s disease classification using MRI images when combined with an MLP classifier. VGG19 also performs well, whereas InceptionNet, although still effective, offers comparatively less discriminative power. These insights are vital for selecting the most appropriate base model for transfer learning in medical imaging applications.<\/p>\n<p><strong>Discussion<\/strong><strong>\u00a0<\/strong><\/p>\n<p>Based on the evaluation metrics for different deep learning feature extraction models (VGG16, VGG19, ResNet50, and InceptionNet) combined with various classifiers, the following detailed performance analysis can be made as shown in Table 1.<\/p>\n<p>The VGG16 model continues to demonstrate strong performance across all classifiers. When combined with a Neural Network, it achieves the highest overall performance with an F1-score, precision, and recall of 0.973, an AUC of 0.986, and a classification accuracy (CA) of 95.3%. Gradient Boosting is also very effective with AUC = 0.987 and CA = 95.7%, indicating excellent discriminative ability.<sup>36<\/sup> Logistic Regression and Random Forest provide slightly lower but still strong performance, with AUCs of 0.980 and 0.984, and classification accuracies of 92.1% and 92.3%, respectively.<\/p>\n<p>VGG19 shows moderate performance across all classifiers. Gradient Boosting and Logistic Regression yield identical CAs of 86.3% and very close AUCs of 0.950 and 0.952, respectively. The Neural Network gives a slightly lower CA of 85.6%, while Random Forest performs the lowest among the four with an AUC of 0.932 and CA of 85.2%. Overall, while VGG19 performs decently, it is consistently behind VGG16.<\/p>\n<p>The ResNet50 model maintains its reliability, particularly with Gradient Boosting (AUC = 0.985, CA = 95.3%) and Neural Network (AUC = 0.986, CA = 94.3%). Logistic Regression and Random Forest also perform competitively, achieving CAs of 95.1% and 93.3%, respectively. Across all classifiers, ResNet50 demonstrates high and consistent precision, recall, and F1-scores, establishing it as one of the top-performing feature extractors in this evaluation.<\/p>\n<p><strong>Table 1: Comparison of different models in terms of performance<\/strong><\/p>\n<table style=\"width: 95%;\" border=\"1\" cellspacing=\"0\" cellpadding=\"4\">\n<tbody>\n<tr style=\"height: 106px;\">\n<td style=\"text-align: center; height: 106px;\" width=\"60\"><strong>Feature Extraction Models<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"92\"><strong>Classifiers<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"43\"><strong>AUC<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"42\"><strong>CA<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"42\"><strong>F1<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"42\"><strong>Precession<\/strong><\/td>\n<td style=\"text-align: center; height: 106px;\" width=\"44\"><strong>Recall<\/strong><\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 288px;\" rowspan=\"4\" width=\"60\"><strong>\u00a0<\/strong><strong>\u00a0<\/strong><\/p>\n<p><strong>\u00a0<\/strong><\/p>\n<p><strong>VGG-16<\/strong><\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Gradient Boosting<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.987<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.957<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.957<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.957<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.957<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Logistic Regression<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.980<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.921<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.921<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.921<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.921<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Neural Network<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.986<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.953<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.973<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.973<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.973<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Random Forest<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.984<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.923<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.923<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.923<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.923<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 282px;\" rowspan=\"4\" width=\"60\">\n<p style=\"text-align: center;\"><strong>\u00a0<\/strong><strong>VGG-19<\/strong><\/p>\n<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Gradient Boosting<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.950<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.863<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.862<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.865<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.863<\/td>\n<\/tr>\n<tr style=\"height: 66px;\">\n<td style=\"text-align: center; height: 66px;\" width=\"92\">Logistic Regression<\/td>\n<td style=\"text-align: center; height: 66px;\" width=\"43\">0.952<\/td>\n<td style=\"text-align: center; height: 66px;\" width=\"42\">0.863<\/td>\n<td style=\"text-align: center; height: 66px;\" width=\"42\">0.862<\/td>\n<td style=\"text-align: center; height: 66px;\" width=\"42\">0.864<\/td>\n<td style=\"text-align: center; height: 66px;\" width=\"44\">0.863<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Neural Network<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.952<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.856<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.855<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.857<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.856<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"text-align: center; height: 72px;\" width=\"92\">Random Forest<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"43\">0.932<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.852<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.851<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"42\">0.856<\/td>\n<td style=\"text-align: center; height: 72px;\" width=\"44\">0.852<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 288px; text-align: center;\" rowspan=\"4\" width=\"60\"><strong>\u00a0<\/strong><strong>ResNet50<\/strong><\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Gradient Boosting<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.985<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.953<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.953<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.953<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.953<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Logistic Regression<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.971<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.951<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.951<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.951<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.951<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Neural Network<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.986<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.943<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.943<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.943<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.943<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Random Forest<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.966<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.933<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.933<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.933<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.933<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 288px; text-align: center;\" rowspan=\"4\" width=\"60\"><strong>\u00a0<\/strong><strong>InceptionNet<\/strong><\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Gradient Boosting<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.910<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.640<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.660<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.710<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.660<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Logistic Regression<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.920<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.710<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.710<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.710<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.710<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Neural Network (MLP)<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.940<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.760<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.760<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.760<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.760<\/td>\n<\/tr>\n<tr style=\"height: 72px;\">\n<td style=\"height: 72px; text-align: center;\" width=\"92\">Random Forest<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"43\">0.930<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.730<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.730<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"42\">0.730<\/td>\n<td style=\"height: 72px; text-align: center;\" width=\"44\">0.730<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>In contrast, InceptionNet shows the weakest performance. Even with its best configuration using a Neural Network (MLP), it achieves a comparatively lower AUC of 0.940 and CA of 76.0%. Gradient Boosting has the poorest result overall with CA = 64.0% and AUC = 0.910, despite relatively higher recall (0.660\u20130.710).<sup>37<\/sup> Logistic Regression and Random Forest fare slightly better with CAs of 71.0% and 73.0%, respectively. These metrics suggest that InceptionNet is not as effective in extracting discriminative features for this task as the other models.<\/p>\n<p><strong>Conclusion<\/strong><strong>\u00a0<\/strong><\/p>\n<p>This study demonstrates the effectiveness of a hybrid deep learning and machine learning approach for early detection of Alzheimer\u2019s Disease (AD) using MRI scans. By leveraging transfer learning with pre-trained CNNs\u2014specifically VGG16, VGG19, ResNet50, and InceptionNet\u2014deep features were efficiently extracted and classified using traditional classifiers including Logistic Regression, Neural Network (MLP), Gradient Boosting, and Random Forest. The experimental analysis reveals that VGG16 and ResNet50, when paired with Neural Network classifiers, consistently outperform other combinations, achieving the highest values in AUC, accuracy, precision, recall, and F1-score. These findings suggest that deep feature representations from VGG16 and ResNet50 are particularly well-suited for capturing complex neuroimaging patterns associated with AD.<\/p>\n<p>On the other hand, InceptionNet and VGG19, especially when used with Random Forest, exhibited relatively weaker performance, indicating their limited ability to generalize well to this dataset. Nevertheless, the overall low loss and high precision metrics across most models underscore the reliability of the proposed framework.<\/p>\n<p>In the conclusion, VGG16 paired with Gradient Boosting outperforms all other model-classifier combinations, achieving the highest classification accuracy of 95.7%, along with an impressive AUC of 0.987 and F1-score of 0.957. Although ResNet50 also delivers competitive results, VGG16 with Gradient Boosting stands out for its superior accuracy and reliability. This approach holds significant potential for supporting clinical decision-making and enhancing early intervention strategies in Alzheimer&#8217;s care.<\/p>\n<p><strong>Acknowledgement<\/strong><strong>\u00a0<\/strong><\/p>\n<p>The author would like to thank Graphic Era Hill University for providing the necessary resources, facilities, and a conducive environment for completing the research work.<\/p>\n<p><strong>Funding Source<\/strong><strong>\u00a0<\/strong><\/p>\n<p>The author(s) received no financial support for the research, authorship, and\/or publication of this article.<\/p>\n<p><strong>Conflict of Interest<\/strong><strong>\u00a0<\/strong><\/p>\n<p>The author(s) do not have any conflict of interest.<\/p>\n<p><strong>Data Availability Statement<\/strong><strong>\u00a0<\/strong><\/p>\n<p>This statement does not apply to this article.<strong>\u00a0<\/strong><\/p>\n<p><strong>Ethics Statement<\/strong><\/p>\n<p>This research did not involve human participants, animal subjects, or any material that requires ethical approval.<\/p>\n<p><strong>Informed Consent Statement<\/strong><strong>\u00a0<\/strong><\/p>\n<p>This study did not involve human participants, and therefore, informed consent was not required.<\/p>\n<p><strong>Clinical Trial Registration<\/strong><strong>\u00a0<\/strong><\/p>\n<p>This research does not involve any clinical trials.<\/p>\n<p><strong>Permission to reproduce material from other sources<\/strong><\/p>\n<p>Not Applicable<\/p>\n<p><strong>Authors Contribution&#8217;s<\/strong><\/p>\n<ul>\n<li><strong>Himanshu Pant:<\/strong> Conceived and designed the research study, developed the methodology, Writing the original Draft;<\/li>\n<li><strong>Garima Joshi:<\/strong> Data Collection, conducted data preprocessing, assisted with visualization; Data Preprocessing, Results interpretation; Data Analysis, Domain Expert;<\/li>\n<li><strong>Bhupesh Rawat:<\/strong> Worked on deep learning and machine learning models and assisted in fine-tuning the algorithms.<\/li>\n<\/ul>\n<p><strong>References<\/strong><\/p>\n<ol>\n<li>Singh A, Kumar R. Brain MRI Image Analysis for Alzheimer\u2019s Disease (AD) Prediction Using Deep Learning Approaches. <em>SN Comput Sci<\/em>. 2024;5(1):160. doi:10.1007\/s42979-023-02461-1<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s42979-023-02461-1\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Hazarika RA, Kandar D, Maji AK. A novel machine learning based technique for classification of early-stage Alzheimer\u2019s disease using brain images. <em>Multimed Tools Appl<\/em>. 2023;83(8):24277-24299. doi:10.1007\/s11042-023-16379-6<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11042-023-16379-6\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Vanaja T, Shanmugavadivel K, Subramanian M, Kanimozhiselvi CS. Advancing Alzheimer\u2019s detection: integrative approaches in MRI analysis with traditional and deep learning models. <em>Neural Comput Appl<\/em>. 2025;37(14):8527-8546. doi:10.1007\/s00521-025-10993-1<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s00521-025-10993-1\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Kumar PN, Maguluri LP. Deep Learning-based Classification of MRI Images for Early Detection and Staging of Alzheimer\u2019s Disease. <em>International Journal of Advanced Computer Science and Applications<\/em>. 2024;15(5). doi:10.14569\/IJACSA.2024.0150545<br \/>\n<a href=\"https:\/\/doi.org\/10.14569\/IJACSA.2024.0150545\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Alshammari M, Mezher M. A Modified Convolutional Neural Networks For MRI-based Images For Detection and Stage Classification Of Alzheimer Disease. In: <em>2021 National Computing Colleges Conference (NCCC)<\/em>. IEEE; 2021:1-7. doi:10.1109\/NCCC49330.2021.9428810<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/NCCC49330.2021.9428810\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Lokesh K, Challa NP, Satwik AS, Kiran JC, Kumar Rao N, Naseeba B. Early Alzheimer\u2019s Disease Detection Using Deep Learning. <em>EAI Endorsed Trans Pervasive Health Technol<\/em>. 2023;9. doi:10.4108\/eetpht.9.3966<br \/>\n<a href=\"https:\/\/doi.org\/10.4108\/eetpht.9.3966\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Sisodia PS, Ameta GK, Kumar Y, Chaplot N. A Review of Deep Transfer Learning Approaches for Class-Wise Prediction of Alzheimer\u2019s Disease Using MRI Images. <em>Archives of Computational Methods in Engineering<\/em>. 2023;30(4):2409-2429. doi:10.1007\/s11831-022-09870-0<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11831-022-09870-0\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Murugan S, Venkatesan C, Sumithra MG, et al. DEMNET: A Deep Learning Model for Early Diagnosis of Alzheimer Diseases and Dementia From MR Images. <em>IEEE Access<\/em>. 2021;9:90319-90329. doi:10.1109\/ACCESS.2021.3090474<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ACCESS.2021.3090474\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Yao Z, Wang H, Yan W, et al. Artificial intelligence-based diagnosis of Alzheimer\u2019s disease with brain MRI images. <em>Eur J Radiol<\/em>. 2023;165:110934. doi:10.1016\/j.ejrad.2023.110934<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.ejrad.2023.110934\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Vanaja T, Shanmugavadivel K, Subramanian M, Kanimozhiselvi CS. Advancing Alzheimer\u2019s detection: integrative approaches in MRI analysis with traditional and deep learning models. <em>Neural Comput Appl<\/em>. 2025;37(14):8527-8546. doi:10.1007\/s00521-025-10993-1<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s00521-025-10993-1\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Sharma S, Guleria K, Tiwari S, Kumar S. A deep learning based convolutional neural network model with VGG16 feature extractor for the detection of Alzheimer Disease using MRI scans. <em>Measurement: Sensors<\/em>. 2022;24:100506. doi:10.1016\/j.measen.2022.100506<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.measen.2022.100506\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Leela M, Helenprabha K, Sharmila L. Prediction and classification of Alzheimer Disease categories using Integrated Deep Transfer Learning Approach. <em>Measurement: Sensors<\/em>. 2023;27:100749. doi:10.1016\/j.measen.2023.100749<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.measen.2023.100749\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Mamun M, Bin Shawkat S, Ahammed MS, Uddin MM, Mahmud MI, Islam AM. Deep Learning Based Model for Alzheimer\u2019s Disease Detection Using Brain MRI Images. In: <em>2022 IEEE 13th Annual Ubiquitous Computing, Electronics &amp; Mobile Communication Conference (UEMCON)<\/em>. IEEE; 2022:0510-0516. doi:10.1109\/UEMCON54665.2022.9965730<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/UEMCON54665.2022.9965730\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>EL-Geneedy M, Moustafa HED, Khalifa F, Khater H, AbdElhalim E. An MRI-based deep learning approach for accurate detection of Alzheimer\u2019s disease. <em>Alexandria Engineering Journal<\/em>. 2023;63:211-221. doi:10.1016\/j.aej.2022.07.062<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.aej.2022.07.062\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Hussain E, Hasan M, Hassan SZ, Hassan Azmi T, Rahman MA, Zavid Parvez M. Deep Learning Based Binary Classification for Alzheimer\u2019s Disease Detection using Brain MRI Images. In: <em>2020 15th IEEE Conference on Industrial Electronics and Applications (ICIEA)<\/em>. IEEE; 2020:1115-1120. doi:10.1109\/ICIEA48937.2020.9248213<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ICIEA48937.2020.9248213\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Fathi S, Ahmadi A, Dehnad A, Almasi-Dooghaee M, Sadegh M. A Deep Learning-Based Ensemble Method for Early Diagnosis of Alzheimer\u2019s Disease using MRI Images. <em>Neuroinformatics<\/em>. 2023;22(1):89-105. doi:10.1007\/s12021-023-09646-2<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s12021-023-09646-2\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Lanjewar MG, Parab JS, Shaikh AY. Development of framework by combining CNN with KNN to detect Alzheimer\u2019s disease using MRI images. <em>Multimed Tools Appl<\/em>. 2023;82(8):12699-12717. doi:10.1007\/S11042-022-13935-4\/METRICS<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11042-022-13935-4\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Zhao Z, Chuah JH, Lai KW, et al. Conventional machine learning and deep learning in Alzheimer\u2019s disease diagnosis using neuroimaging: A review. <em>Front Comput Neurosci<\/em>. 2023;17. doi:10.3389\/fncom.2023.1038636<br \/>\n<a href=\"https:\/\/doi.org\/10.3389\/fncom.2023.1038636\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Pradhan N, Sagar S, Singh AS. Analysis of MRI image data for Alzheimer disease detection using deep learning techniques. <em>Multimed Tools Appl<\/em>. 2024;83(6):17729-17752. doi:10.1007\/S11042-023-16256-2\/METRICS<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11042-023-16256-2\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Suganyadevi S, Pershiya AS, Balasamy K, Seethalakshmi V, Bala S, Arora K. Deep Learning Based Alzheimer Disease Diagnosis: A Comprehensive Review. <em>SN Comput Sci<\/em>. 2024;5(4):391. doi:10.1007\/s42979-024-02743-2<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s42979-024-02743-2\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Mora-Rubio A, Bravo-Ort\u00edz MA, Qui\u00f1ones Arredondo S, Saborit Torres JM, Ruz GA, Tabares-Soto R. Classification of Alzheimer\u2019s disease stages from magnetic resonance images using deep learning. <em>PeerJ Comput Sci<\/em>. 2023;9:e1490. doi:10.7717\/peerj-cs.1490<br \/>\n<a href=\"https:\/\/doi.org\/10.7717\/peerj-cs.1490\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Bhimavarapu U. A hybrid approach for Alzheimer\u2019s disease diagnosis: image segmentation and deep learning classification. <em>Neural Comput Appl<\/em>. Published online May 5, 2025. doi:10.1007\/s00521-025-11249-8<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s00521-025-11249-8\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Lim BY, Lai KW, Haiskin K, et al. Deep Learning Model for Prediction of Progressive Mild Cognitive Impairment to Alzheimer\u2019s Disease Using Structural MRI. <em>Front Aging Neurosci<\/em>. 2022;14. doi:10.3389\/fnagi.2022.876202<br \/>\n<a href=\"https:\/\/doi.org\/10.3389\/fnagi.2022.876202\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Al-Rawashdeh HS, Usman A, Dutta AK, Sait ARW. Hybrid Feature Extraction Technique-based Alzheimer\u2019s Disease Detection Model Using MRI Images. <em>Journal of Disability Research<\/em>. 2024;3(6). doi:10.57197\/JDR-2024-0073<br \/>\n<a href=\"https:\/\/doi.org\/10.57197\/JDR-2024-0073\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Pant H, Lohani MC, Pant J, Petshali P. GUI-Based Alzheimer\u2019s Disease Screening System Using Deep Convolutional Neural Network. In: ; 2021:259-272. doi:10.1007\/978-981-33-6862-0_22<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/978-981-33-6862-0_22\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Salahudin A, Qadeer E, Ahmed A, Fahad LG. Enhanced Classification of Alzheimer\u2019s Disease Using Deep Learning and Machine Learning Models with MRI Scans. In: <em>2024 International Conference on Frontiers of Information Technology (FIT)<\/em>. IEEE; 2024:1-6. doi:10.1109\/FIT63703.2024.10838463<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/FIT63703.2024.10838463\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Jenber Belay A, Walle YM, Haile MB. Deep Ensemble learning and quantum machine learning approach for Alzheimer\u2019s disease detection. <em>Sci Rep<\/em>. 2024;14(1):14196. doi:10.1038\/s41598-024-61452-1<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41598-024-61452-1\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Ishfaq QUA, Bibi R, Ali A, et al. Automatic smart brain tumor classification and prediction system using deep learning. <em>Sci Rep<\/em>. 2025;15(1):14876. doi:10.1038\/s41598-025-95803-3<br \/>\n<a href=\"https:\/\/doi.org\/10.1038\/s41598-025-95803-3\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>L S, V S, Ravi V, E.A G, K.P S. Deep learning-based approach for multi-stage diagnosis of Alzheimer\u2019s disease. <em>Multimed Tools Appl<\/em>. 2023;83(6):16799-16822. doi:10.1007\/s11042-023-16026-0<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11042-023-16026-0\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Elazab A, Wang C, Abdelaziz M, et al. Alzheimer\u2019s disease diagnosis from single and multimodal data using machine and deep learning models: Achievements and future directions. <em>Expert Syst Appl<\/em>. 2024;255:124780. doi:10.1016\/j.eswa.2024.124780<br \/>\n<a href=\"https:\/\/doi.org\/10.1016\/j.eswa.2024.124780\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Hechkel W, Helali A. Unveiling Alzheimer\u2019s Disease Early: A Comprehensive Review of Machine Learning and Imaging Techniques. <em>Archives of Computational Methods in Engineering<\/em>. 2025;32(1):471-484. doi:10.1007\/s11831-024-10179-3<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s11831-024-10179-3\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Bhandarkar A, Naik P, Vakkund K, Junjappanavar S, Bakare S, Pattar S. Deep learning based computer aided diagnosis of Alzheimer\u2019s disease: a snapshot of last 5 years, gaps, and future directions. <em>Artif Intell Rev<\/em>. 2024;57(2):30. doi:10.1007\/s10462-023-10644-8<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s10462-023-10644-8\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Sathyabhama B, Kannan M. An effective deep learning-based automatic prediction and classification of Alzheimer\u2019s disease using EGELU-SZN technique. <em>Neural Comput Appl<\/em>. 2025;37(9):6915-6932. doi:10.1007\/s00521-025-10994-0<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s00521-025-10994-0\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Heenaye-Mamode Khan M, Reesaul P, Auzine MM, Taylor A. Detection of Alzheimer\u2019s disease using pre-trained deep learning models through transfer learning: a review. <em>Artif Intell Rev<\/em>. 2024;57(10):275. doi:10.1007\/s10462-024-10914-z<br \/>\n<a href=\"https:\/\/doi.org\/10.1007\/s10462-024-10914-z\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>A N S, Kattennanavar G, K S A, S A A, H M A. Deep Learning-based Alzheimer\u2019s Detection: A Novel Approach. In: <em>2025 International Conference on Computing for Sustainability and Intelligent Future (COMP-SIF)<\/em>. IEEE; 2025:1-7. doi:10.1109\/COMP-SIF65618.2025.10969870<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/COMP-SIF65618.2025.10969870\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Shinde S, Badwaik D, Mane S. Comparative Analysis of Machine Learning and Deep Learning Approaches for Multiclass Identification and Classification of Alzheimer\u2019s Disease. In: <em>2024 International Conference on Emerging Smart Computing and Informatics (ESCI)<\/em>. IEEE; 2024:1-6. doi:10.1109\/ESCI59607.2024.10497347<br \/>\n<a href=\"https:\/\/doi.org\/10.1109\/ESCI59607.2024.10497347\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<li>Alsubaie MG, Luo S, Shaukat K. Alzheimer\u2019s Disease Detection Using Deep Learning on Neuroimaging: A Systematic Review. <em>Mach Learn Knowl Extr<\/em>. 2024;6(1):464-505. doi:10.3390\/make6010024<br \/>\n<a href=\"https:\/\/doi.org\/10.3390\/make6010024\" target=\"_blank\" rel=\"noopener\">CrossRef<\/a><\/li>\n<\/ol>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Memory impairment, cognitive decline, and altered behavior are among  [&#8230;]<\/p>\n","protected":false},"author":15,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[130],"tags":[],"class_list":["post-67202","post","type-post","status-publish","format-standard","hentry","category-vol18octoberspledition"],"_links":{"self":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/67202","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/comments?post=67202"}],"version-history":[{"count":5,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/67202\/revisions"}],"predecessor-version":[{"id":68394,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/posts\/67202\/revisions\/68394"}],"wp:attachment":[{"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/media?parent=67202"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/categories?post=67202"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/biomedpharmajournal.org\/staging\/wp-json\/wp\/v2\/tags?post=67202"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}