Alzheimer’s Disease (AD) is the most common neurodegenerative disease. It is typically late onset and can develop substantially before diagnosable symptoms appear. Electroencephalogram (EEG) could potentially serve as a noninvasive diagnostic tool for AD. Machine learning can be helpful in making inferences about changes in frequency bands in EEG data and how these changes relate to neural function. The EEG data was sourced from 2014 paper titled Alzheimer’s disease patients classification through EEG signals processing by Fiscon et al. There were patients with AD, mild cognitive impairment (MCI), and healthy controls. The data was already preprocessed using a fast fourier transform (FFT) to take the data from the time domain to the frequency domain. There were differing levels of effectiveness in terms of classification but generally, Fisher’s discriminant analysis (FDA), relevance vector machine, and random forest approaches were most successful. Due to inconsistent feature importances in different models, conclusions about important frequency bands for classification were not able to be made at this time. Similarly, different frequencies were not able to be localized to different regions of the brain. Further research is necessary to develop more interpretable models for classification.
Stars
32
Forks
12
Watchers
32
Open Issues
4
Overall repository health assessment
No package.json found
This might not be a Node.js project
14
commits
Rename MCIvsHCFourier.csv to data/MCIvsHCFourier.csv
d9ab717View on GitHubRename MCIvsADFourier.csv to data/MCIvsADFourier.csv
46c3b6aView on GitHubRename CASEVsHCFourier.csv to data/CASEVsHCFourier.csv
4f2934bView on GitHub