Machine learning approach predicts probability of time to stage-specific conversion of Alzheimer’s disease (Journal of Alzheimer's Disease 2022)
Paper link: https://content.iospress.com/articles/journal-of-alzheimers-disease/jad220590
- Background
- Methods
- Results
- Conclusion
- Prerequisites
- Datasets
- Approach
- HowtoCite
- History
- License
- Contacts
The progression of Alzheimer’s disease (AD) varies in different patients at different stages, which makes predicting the time of disease conversions challenging. Objective: We established an algorithm by leveraging machine learning techniques to predict the probability of the conversion time to next stage for different subjects during a given period.
Firstly, we used Kaplan-Meier (KM) estimation to get the transition curves of different AD stages, and calculated Log-rank statistics to test whether the progression rate between different stages was identical. This quantitatively confirmed the progression rates known in the literature. Then, we developed an approach based on deep learning model, DeepSurv, to predict the probabilities of time-to-conversion. Finally, to help interpret the deep learning model in our approach, we identified important variables contributing the most to the DeepSurv prediction, whose significance were validated with the analysis of variance (ANOVA).
Our machine learning approach predicted the time to conversion with a high accuracy. For each of the different stages, the concordance index (CI) of our approach was at least 86%, and the integrated Brier score (IBS) was less than 0.1. To facilitate interpretability of the prediction results, our approach identified the top 10 variables for each disease conversion scenario, which were clinicopathologically meaningful, and most of them were also statistically significant.
Our study has the potential to provide individualized prediction for future time course of AD conversions years before their actual occurrence, thus facilitating personalized prevention and intervention strategies to slow down the progression of AD.
Python 3.7.8
JupyterLab 3.2.9
Our approach of predictive modeling and analysis was established on the large prospective cohort, the National Alzheimers Coordinating Center (NACC) with subjects’ multiple-visit information between 2005 and 2020, which can be accessed upon request and approval by the data owner via the link https://naccdata.org/.
Schematic illustration of our workflow for deep learning-based stage-stratified prediction of probabilities of time to AD conversion.
Some resutls:
If you find this code useful in your research, please consider citing our work:
Xinxing Wu, Chong Peng, Peter T. Nelson, and Qiang Cheng. Machine learning approach predicts probability of time to stage-specific conversion of Alzheimer’s disease. Journal of Alzheimer's Disease, 90 (2):1-13, 2022. https://content.iospress.com/articles/journal-of-alzheimers-disease/jad220590
- Version 1.0 (Sep. 03, 2022)
Distributed under the MIT license. See LICENSE
for more information.
Xinxing Wu ([email protected]) and Qiang Cheng ([email protected])