Skip to main content
NIHPA Author Manuscripts logoLink to NIHPA Author Manuscripts
. Author manuscript; available in PMC: 2019 Dec 3.
Published in final edited form as: Curr Neurobiol. 2019 Oct;10(3):141–147.

Deep learning-based classification of multi-categorical Alzheimer’s disease data

David S Cohen 1, Kristy A Carpenter 1, Juliet T Jarrell 1, Xudong Huang 1; Alzheimer’s Disease Neuroimaging Initiative
PMCID: PMC6889824  NIHMSID: NIHMS1046924  PMID: 31798274

Abstract

It is urgent to find the appropriate technology for the early detection of Alzheimer’s disease (AD) due to the unknown AD etiopathologies that bring about serious social problems. Early detection of mild cognitive impairment (MCI) has pivotal importance in delaying or preventing the AD onset. Herein, we utilize deep learning (DL) techniques for the purpose of multiclass classification between normal control, MCI, and AD subjects. We used multi-categorical data from the Alzheimer’s Disease Neuroimaging Initiative (ADNI) including brain imaging measurements, cognitive test results, cerebrospinal fluid measures, ApoE4 status, and age. We achieved an overall accuracy of 87.197% for our artificial neural network classifier and a similar overall accuracy of 88.275% for our 1D convolutional neural network classifier. We conclude that DL-based techniques are powerful tools in analyzing ADNI data although further method refinements are needed.

Keywords: Alzheimer’s Disease (AD), Mild Cognitive Impairment (MCI), Deep Learning (DL), Artificial Neural Networks (ANNs), Convolutional Neural Networks (CNNs), Alzheimer’s Disease Neuroimaging Initiative (ADNI)

Introduction

Alzheimer’s disease (AD), also known as senile dementia, is the most common cause of dementia in the elderly. Although there is no current cure, research is ongoing for the development of new treatments. AD has pathologically and clinically unique characteristics. Post-mortem studies of AD have shown four typical lesions in AD brains: intraneuronal neurofibrillary tangles (NFTs), extracellular deposits of Aβ amyloid plaques, glial responses, and neuronal loss with synaptic loss [1,2]. As life expectancy increases, so does the risk for AD. In the United States alone, projections show the prevalence in individuals aged 65 years or older nearly tripling from 4.7 million in 2010 to 13.8 million in 2050 [3]. In both developed or developing countries, the morbidity and mortality rates of dementia are both quickly growing. In China, for example, projections show prevalence quadrupling from 6 million in 2011 to 28 million in 2050 [4]. The disease causes increasingly serious economic burdens and social issues [5], making it one of humanity’s great challenges in the 21st century.

Methods have been proposed in the literature for providing an automatic tool that guides clinicians in diagnosing AD [614]. In order to distinguish AD or mild cognitive impairment (MCI) subjects from normal control (NC) subjects, machine learning techniques have received some attention [1517]. Deep learning (DL) is categorized under machine learning. It processes data in a fashion inspired by biological nervous systems and contains deep layers that are often hidden [18]. It is an exciting frontier of machine learning for learning data representations and is rapidly evolving as technology becomes increasingly capable of accommodating big data. DL has versatility of application across different contexts and types of data, including the utilization of AD data for diagnosis classification [19,20]. Artificial neural networks (ANNs), a DL model, process data in a fashion similar to the connections of neurons in the brain [21]. They have been applied in uniquely different classification tasks that have been useful for AD research [2224]. ANNs utilize neuronal weights between nodes and make use of back-propagation and gradient descent over a series of training epochs. They are often applied on tables of data, of which the contents can be multi-categorical [22]. Different varieties of activation functions, which define the output of nodes within a neural network, include both sigmoidal and ReLU [25]. Convolutional neural networks (CNNs) are a subset of ANNs that are characterized by their convolution, which are often used for image recognition but can be used across a variety of different contexts as well [2628].

In this manuscript, we propose a method of multiclass classification between NC, MCI, and AD patients using multi-categorical data using deep learning. We utilize both an ANN and a 1D CNN for this purpose. Our aim is to demonstrate the effectiveness of our multi-categorical data in classification as well as to compare ANNs with CNNs in this type of task.

Materials and Methods

Experimental data

Data used in the preparation of this article were obtained from the Alzheimer’s Disease Neuroimaging Initiative (ADNI) database (adni.loni.usc.edu). The ADNI was launched in 2003 as a public-private partnership, led by Principal Investigator Michael W. Weiner, MD. The primary goal of ADNI has been to test whether serial magnetic resonance imaging (MRI), positron emission tomography (PET), other biological markers, and both clinical and neuropsychological assessment can be combined to measure the progression of MCI and AD.

ADNI initially planned to recruit 800 adults, ages 55–90, to participate in the research. Out of these 800 individuals, approximately 200 cognitively normal older individuals were to be followed for three years, 400 people with MCI were to be followed for three years, and 200 people with early AD were to be followed for two years [29]. Later on, these time periods were extended and more subjects were added [30].

Procedure

ADNI data from a multi-categorical set was used to generate an ANN and 1D CNN capable of diagnosis. Table 1 includes data trained and tested against diagnosis (NC, MCI, and AD) data. Figure 1 contains a diagram of the brain regions included in our data set [31,32], all of which are located within the temporal lobe. Cerebrospinal fluid measures associated with AD were included [33,34] as well as cognitive tests results [35], ApoE4 status [36, 37], and age. Figure 2 contains MRI of an NC, MCI, and AD patient from the ADNI trials, demonstrating that the naked eye can have some difficulty differentiating between them.

Table 1:

Multi-categorical dataset.

Cognitive test results
CDR-SB ADAS 11 MMSE RAVLT (5 sum)
MRI volume, surface area, cortical thickness average, and cortical thickness standard deviation measurements
Parahippocampal gyrus Hippocampus (Just Volume) Entorhinal cortex Middle temporal gyrus
Cerebrospinal fluid Measures
Amyloid-beta level in CSF Tau level Phosphorylated tau level
Risk Factors Associated with AD
ApoE4 Age

Figure 1: Brain regions included in our dataset.

Figure 1:

This diagram utilizes MRI of a NC patient from the ADNI study. L, left; A, anterior; S, superior. The images are oriented in coronal, sagittal, and axial view.

Figure 2: MRI of an NC, MCI, an AD patient.

Figure 2:

These are images of MRI scans from ADNI patients. L, left; A, anterior; S, superior. The images are oriented in coronal, sagittal, and axial view.

R was used to extract the data the ADNI dataset and clean it for use in the neural network as well as for interpretation of the results. Brain region measurements were averaged between the left and right structures. Incomplete instances of subject data were not utilized. 19 total values per subject, as shown in Table 1, were used and 3706 entries total were utilized. 1299 were NC (599 male, 630 female) patients, 1683 were MCI (1002 male, 681 female) patients, and 794 were AD (407 male, 387 female) patients. These entries represent different sessions in which none of the features were missing, meaning that some patients had their data used multiple times but from different dates. There were 1093 unique subjects utilized, of which 352 had been NC, 531 had been MCI, and 334 had been AD. Some of these subjects had transitioned from one diagnosis to another between sessions. The neural networks were built in Python using Theano, TensorFlow, and Keras libraries. The ANN was composed of an input and hidden layer with ReLU activation, followed by a second hidden layer with ReLU activation, followed by an output layer with Softmax [38] activation. The CNN was composed of a 1D convolutional layer with ReLU activation, followed by a max pooling layer [39], followed by a flatten layer, followed by an output layer with Softmax activation. Both the ANN and CNN included 100 epochs, or training iterations. Internal validation occurred with 80% of entries being used for training and 20% being used for testing. We used R to interpret results. The framework of the method is shown in Figure 3.

Figure 3: The steps of our process.

Figure 3:

We utilized data associated with AD, used R to generate a usable dataset, ran neural networks with Python on that dataset, then used R to interpret the results.

Results

We achieved an overall accuracy of 87.197% for our ANN classifier, as demonstrated in Table 2, and a similar overall accuracy of 88.275% for our 1D CNN classifier, as demonstrated in Table 3. Each table lists the recall and precision for each class. These 3×3 confusion matrices are provided with precision and recall for each category of classification due to our multiclass classification, as opposed to binary disease classification, which can be represented by precision and recall for the disease class alone. This is effectively illustrative of the classification as a whole.

Table 2:

ANN results.

Classifier Results Truth Data
NC MCI AD Classification Overall Producer Accuracy (Precision)
NC 243 18 0 261 93.103%
MCI 25 288 37 350 82.286%
AD 0 15 116 131 88.550%
Truth Overall 268 321 153 742
User Accuracy (Recall) 90.672% 89.720% 75.817%

Overall Accuracy: 87.197%, Kappa: 0.798

Table 3:

CNN results.

Classifier Results Truth Data
NC MCI AD Classification Overall Producer Accuracy (Precision)
NC 253 26 0 279 90.681%
MCI 15 272 23 310 87.742%
AD 0 23 130 153 84.967%
Truth Overall 268 321 153 742
User Accuracy (Recall) 94.403% 84.735% 84.967%

Overall Accuracy: 88.275%, Kappa: 0.817

AD and NC weren’t misclassified as each other, which is a positive indication of the ability of the classifiers. Misclassifications occur at the level of NC with MCI and MCI with AD. This is understandable because these are states that are far more similar to each other and are likely to have overlap. There is a transition that occurs from NC to MCI to AD and a patient transitioning to MCI from NC, for example, may resemble an MCI patient to the classifier. This may also be indicative of a combination of characteristics that a clinician may not be aware of but an algorithm could interpret from the data. Figure 4 contains the accuracy and loss reported by Keras over each epoch during runs of the ANN and CNN. Both networks exhibit a similar drastic curve in the early epochs for gains in accuracy and reductions in loss, and then slowly become less and less drastic over the 100 epochs. This represents the adaptations of the networks in their ability to classify throughout the epochs.

Figure 4: Accuracy and Loss.

Figure 4:

Accuracy and loss over 100 epochs of our ANN and CNN as reported by Keras.

Discussion

We have demonstrated a successful multiclass classifier between NC, MCI, and AD subjects using multi-categorical data. Classification between all three diagnoses simultaneously using different types of data demonstrates the power of what deep learning is able to achieve.

The 1D CNN achieved similar results as the ANN. This may be because of the nature of the data. CNNs typically excel in image recognition, which is why they are so useful in classification using 3D brain images [40,41]. 1D CNNs are useful in certain pattern recognition tasks [42] but may not be as useful in general datasets like the one we have implemented in this study. It performed well but didn’t excel far beyond our ANN. Variations on this experiment could include the utilization of different combinations of ADNI collected data. Limited data from imaging was used. As shown in table 1, a few measurements from a few regions of interest were utilized in our dataset. Perhaps some type of expansion on this section of our data could boost results significantly. If the whole 3D brain image was somehow incorporated with our other data, or simply more measurements from more brain regions, the results could potentially be better. Another interesting addition to the dataset could include different genetic data from ApoE4 status.

Classification of a disease is often thought about from the perspective of utilizing a single category of data, such as imaging or genetics. Since AD is a polygenic, multifactorial complex disease, utilizing multiple categories may be necessary for optimal diagnosis. This may also be necessary in understanding AD before it develops. Developing classifiers like ours are important in better understanding the multipronged nature of the disease. We are hoping that experiments will continue of this nature thanks to ADNI’s collection of different forms of data from its patients. Resources like ADNI make data analysis using different methods on different variations of data from the same database possible. This study is also important in understanding the ways newer technologies such as DL can be useful for understanding AD. As software and hardware breakthroughs have provided increasingly efficient data processing, the scientific community’s ability to classify at higher accuracies has become more obtainable. This is all crucial in improving prevention and treatment of AD, as it becomes a growing concern in our society due to increasing life spans.

Conclusions

In conclusion, we have presented a classifier capable of efficient three-way classification using carefully selected data that was predicted to yield the best results in the context of MCI and AD prediction. Our dataset included different categories of data including cognitive test results, brain imaging measurements, cerebrospinal fluid measures, ApoE4 status, and age. Our ANN and CNN performed very similarly. Our results show that a well-selected set of data can yield powerful results using DL-based algorithms.

Acknowledgements

Data used in preparation of this article were obtained from the Alzheimer’s Disease Neuroimaging Initiative (ADNI) database (adni.loni.usc.edu). As such, the investigators within the ADNI contributed to the design and implementation of ADNI and/or provided data but did not participate in analysis or writing of this report. A complete listing of ADNI investigators can be found at: http://adni.loni.usc.edu/wpcontent/uploads/how_to_apply/ADNI_Acknowledgement_List.pdf

The authors would also like to express their gratitude for an NIH grant (R01AG056614 to XH). Data collection and sharing for this project was funded by the Alzheimer’s Disease Neuroimaging Initiative (ADNI) (National Institutes of Health Grant U01 AG024904) and DOD ADNI (Department of Defense award number W81XWH-12–2-0012). ADNI is funded by the National Institute on Aging, the National Institute of Biomedical Imaging and Bioengineering, and through generous contributions from the following: AbbVie, Alzheimer’s Association; Alzheimer’s Drug Discovery Foundation; Araclon Biotech; BioClinica, Inc.; Biogen; Bristol-Myers Squibb Company; CereSpir, Inc.; Cogstate; Eisai Inc.; Elan Pharmaceuticals, Inc.; Eli Lilly and Company; EuroImmun; F. Hoffmann-La Roche Ltd and its affiliated company Genentech, Inc.; Fujirebio; GE Healthcare; IXICO Ltd.; Janssen Alzheimer Immunotherapy Research & Development, LLC.; Johnson & Johnson Pharmaceutical Research & Development LLC.; Lumosity; Lundbeck; Merck & Co., Inc.; Meso Scale Diagnostics, LLC.; NeuroRx Research; Neurotrack Technologies; Novartis Pharmaceuticals Corporation; Pfizer Inc.; Piramal Imaging; Servier; Takeda Pharmaceutical Company; and Transition Therapeutics. The Canadian Institutes of Health Research is providing funds to support ADNI clinical sites in Canada. Private sector contributions are facilitated by the Foundation for the National Institutes of Health (www.fnih.org). The grantee organization is the Northern California Institute for Research and Education, and the study is coordinated by the Alzheimer’s Therapeutic Research Institute at the University of Southern California. ADNI data are disseminated by the Laboratory for Neuro Imaging at the University of Southern California.

Footnotes

Conflict of Interest Statement

The authors declare that they have no competing interests.

References

  • 1.Serrano-Pozo A, Frosch MP, Masliah E, Hyman BT. Neuropathological Alterations in Alzheimer Disease. Cold Spring Harb Perspect Med. 2011; 1. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 2.Gomez-Isla T, Spires T, De Calignon A, Hyman BT: Neuropathology of Alzheimer’s disease. Handb Clin Neurol. 2008; 89: 233–243. [DOI] [PubMed] [Google Scholar]
  • 3.Hebert LE, Weuve J, Scherr PA, Evans DA. Alzheimer disease in the United States (2010–2050) estimated using the 2010 census. Neurology. 2013; 80: 1778–1783. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 4.Keogh-Brown MR, Jensen HT, Arrighi HM, Smith RD. The impact of Alzheimer’s disease on the Chinese economy. EBioMedicine. 2016; 4: 184–190. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 5.Castro DM, Dillon C, Machnicki G, Allegri RF. The economic cost of Alzheimer’s disease: Family or public health burden? Dement Neuropsychol. 2010; 4: 262–267. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 6.Alvarez I, Lopez M, Gorriz JM, Ramirez J, Salas-Gonzalez D, et al. Automatic classification system for the diagnosis of Alzheimer disease using component-based SVM aggregations. Advances in Neuro-Information Processing, Pt Ii 2009; 5507: 402–409. [Google Scholar]
  • 7.Salas-Gonzalez D, Gorriz JM, Ramirez J, Lopez M, Illan IA, et al. Analysis of SPECT brain images for the diagnosis of Alzheimer’s disease using moments and support vector machines. Neurosci Lett. 2009; 461: 60–64. [DOI] [PubMed] [Google Scholar]
  • 8.Gorriz JM, Ramirez J, Lassl A, Salas-Gonzalez D, Lang EW, et al. Automatic Computer Aided Diagnosis Tool using Component-based SVM. 2008 Ieee Nuclear Science Symposium and Medical Imaging Conference (2008 Nss/Mic), Vols 1–9 2009; 3666–3669. [Google Scholar]
  • 9.Alvarez I, Gorriz JM, Ramirez J, Salas-Gonzalez D, Lopez M, et al. Alzheimer’s diagnosis using eigenbrains and support vector machines. Electronics Letters. 2009; 45: 342–342. [Google Scholar]
  • 10.Alvarez I, Gorriz JM, Ramirez J, Salas-Gonzalez D, Lopez M, et al. Independent Component Analysis of SPECT Images to Assist the Alzheimer’s Disease Diagnosis. Sixth International Symposium on Neural Networks (Isnn 2009) 2009; 56: 411–419. [Google Scholar]
  • 11.Ramirez J, Chaves R, Gorriz JM, Alvarez I, Lopez M, et al. Functional Brain Image Classification Techniques for Early Alzheimer Disease Diagnosis. Bioinspired Applications in Artificial and Natural Computation, Pt Ii 2009; 5602: 150–157. [Google Scholar]
  • 12.Segovia F, Gorriz JM, Ramirez J, Salas-Gonzalez D, Illan IA, et al. Automatic selection of ROIs using a model-based clustering approach. 2009 Ieee Nuclear Science Symposium Conference Record, Vols 1–5 2009; 3194–3198. [Google Scholar]
  • 13.Lopez MM, Ramirez J, Gorriz JM, Alvarez I, Salas-Gonzalez D, et al. SVM-based CAD system for early detection of the Alzheimer’s disease using kernel PCA and LDA. Neurosci Lett. 2009; 464: 233–238. [DOI] [PubMed] [Google Scholar]
  • 14.Möller C, Pijnenburg YAL, Flier WMvd, Versteeg A, Tijms B, et al. Alzheimer disease and behavioral variant frontotemporal dementia: Automatic classification based on cortical atrophy for single-subject diagnosis. Radiology. 2016; 279: 838–848. [DOI] [PubMed] [Google Scholar]
  • 15.Magnin B, Mesrob L, Kinkingnehun S, Pelegrini-Issac M, Colliot O, et al. Support vector machine-based classification of Alzheimer’s disease from whole-brain anatomical MRI. Neuroradiology. 2009; 51: 73–83. [DOI] [PubMed] [Google Scholar]
  • 16.Kloppel S, Stonnington CM, Chu C, Draganski B, Scahill RI, et al. Automatic classification of MR scans in Alzheimer’s disease. Brain. 2008; 131: 681–689. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 17.Zhang Y, Wang S. Detection of Alzheimer’s disease by displacement field and machine learning. Peer J 2015; 3. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 18.LeCun Y, Bengio Y, Hinton G. Deep learning. Nature. 2015; 521: 436–444. [DOI] [PubMed] [Google Scholar]
  • 19.Liu S, Liu S, Cai W, Che H, Pujol S, et al. Multimodal neuroimaging feature learning for multiclass diagnosis of Alzheimer’s disease. IEEE Trans Biomed Eng. 2015; 62: 1132–1140. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 20.Ortiz A, Munilla J, Gorriz JM, Ramirez J. Ensembles of deep learning architectures for the early diagnosis of the Alzheimer’s disease. Int J Neural Syst. 2016; 26: 1650025. [DOI] [PubMed] [Google Scholar]
  • 21.Dayhoff JE, DeLeo JM. Artificial neural networks: opening the black box. Cancer. 2001; 91: 1615–1635. [DOI] [PubMed] [Google Scholar]
  • 22.Di Luca M, Grossi E, Borroni B, Zimmermann M, Marcello E, et al. Artificial neural networks allow the use of simultaneous measurements of Alzheimer disease markers for early detection of the disease. J Transl Med. 2005; 3: 30. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 23.Tang J, Wu L, Huang H, Feng J, Yuan Y, et al. Back propagation artificial neural network for community Alzheimer’s disease screening in China. Neural Regen Res. 2013; 8: 270–276. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 24.Grossi E, Stoccoro A, Tannorella P, Migliore L, Coppede F. Artificial neural networks link one-carbon metabolism to gene-promoter methylation in Alzheimer’s disease. J Alzheimers Dis. 2016, 53: 1517–1522. [DOI] [PubMed] [Google Scholar]
  • 25.Livni R, Shalev-Shwartz S, Shamir O. On the computational efficiency of training neural networks. In Advances in Neural Information Processing Systems. 2014; 855–863. [Google Scholar]
  • 26.Kleesiek J, Urban G, Hubert A, Schwarz D, Maier-Hein K, et al. Deep MRI brain extraction: A 3D convolutional neural network for skull stripping. Neuroimage. 2016; 129: 460–469. [DOI] [PubMed] [Google Scholar]
  • 27.Lecun Y, Bottou L, Bengio Y, Haffner P. Gradient-based learning applied to document recognition. Proceedings of the IEEE 1998, 86: 2278–2324. [Google Scholar]
  • 28.Krizhevsky A, Sutskever I, Hinton GE. Imagenet classification with deep convolutional neural networks. In Advances in neural information processing systems. 2012; 1097–1105. [Google Scholar]
  • 29.Jack CR Jr, Bernstein MA, Fox NC, Thompson P, Alexander G, et al. The Alzheimer’s Disease Neuroimaging Initiative (ADNI): MRI methods. J Magn Reson Imaging. 2008; 27: 685–691. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 30.Weiner MW, Veitch DP, Aisen PS, Beckett LA, Cairns NJ, et al. 2014 Update of the Alzheimer’s Disease Neuroimaging Initiative: A review of papers published since its inception. Alzheimers Dement. 2015; 11: e1–120. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 31.Galton CJ, Gomez-Anson B, Antoun N, Scheltens P, Patterson K, et al. Temporal lobe rating scale: application to Alzheimer’s disease and frontotemporal dementia. J Neurol Neurosurg Psychiatry. 2001; 70: 165–173. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 32.Devanand DP, Bansal R, Liu J, Hao X, Pradhaban G, et al. MRI hippocampal and entorhinal cortex mapping in predicting conversion to Alzheimer’s disease. Neuroimage. 2012; 60: 1622–1629. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 33.Tapiola T, Alafuzoff I, Herukka SK, Parkkinen L, Hartikainen P, et al. Cerebrospinal fluid {beta}-amyloid 42 and tau proteins as biomarkers of Alzheimer-type pathologic changes in the brain. Arch Neurol. 2009; 66: 382–389. [DOI] [PubMed] [Google Scholar]
  • 34.Shaw LM, Vanderstichele H, Knapik-Czajka M, Clark CM, Aisen PS, et al. Cerebrospinal fluid biomarker signature in Alzheimer’s disease neuroimaging initiative subjects. Ann Neurol. 2009; 65: 403–413. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 35.Crane PK, Carle A, Gibbons LE, Insel P, Mackin RS, et al. Development and assessment of a composite score for memory in the Alzheimer’s Disease Neuroimaging Initiative (ADNI). Brain Imaging Behav. 2012; 6: 502–516. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 36.Kim J, Basak JM, Holtzman DM. The role of apolipoprotein E in Alzheimer’s disease. Neuron. 2009; 63: 287–303. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 37.Liu CC, Liu CC, Kanekiyo T, Xu H, Bu G. Apolipoprotein E and Alzheimer disease: risk, mechanisms and therapy. Nat Rev Neurol. 2013; 9: 106–118. [DOI] [PMC free article] [PubMed] [Google Scholar]
  • 38.Duan K, Keerthi SS, Chu W, Shevade SK, Poo AN. Multi-category Classification by Soft-Max Combination of Binary Classifiers. In; Berlin, Heidelberg: Springer Berlin Heidelberg; 2003; 125–134. [Google Scholar]
  • 39.Scherer D, Müller A, Behnke S. Evaluation of Pooling Operations in Convolutional Architectures for Object Recognition. In; Berlin, Heidelberg: Springer Berlin Heidelberg; 2010; 92–101. [Google Scholar]
  • 40.Wang SH, Phillips P, Sui Y, Liu B, Yang M, Cheng H. Classification of Alzheimer’s Disease Based on Eight-Layer Convolutional Neural Network with Leaky Rectified Linear Unit and Max Pooling. J Med Syst. 2018; 42: 85. [DOI] [PubMed] [Google Scholar]
  • 41.Gao XW, Hui R, Tian Z. Classification of CT brain images based on deep learning networks. Comput Methods Programs Biomed. 2017; 138: 49–56. [DOI] [PubMed] [Google Scholar]
  • 42.Hou J, Adhikari B, Cheng J, Deep SF. Deep convolutional neural network for mapping protein sequences to folds. Bioinformatics. 2018; 34: 1295–1303. [DOI] [PMC free article] [PubMed] [Google Scholar]

RESOURCES