SchizophreniaEEG

所属分类:人工智能/神经网络/深度学习
开发工具:R
文件大小:16961KB
下载次数:13
上传日期:2022-04-12 15:16:46
上 传 者sh-1993
说明:  精神分裂症脑电图,使用机器学习分析脑电图记录中的精神分裂症标志物
(SchizophreniaEEG,Using Machine Learning to analyze EEG records for markers of schizophrenia)

文件列表:
Analysis.Rmd (2852, 2022-04-12)
DataPreProcessing.R (1980, 2022-04-12)
EEGdataFull.zip (17087310, 2022-04-12)
EEGnew.rds (75732, 2022-04-12)
ExploratoryDataAnalysis.Rmd (5949, 2022-04-12)
FeatureEngineering.Rmd (6707, 2022-04-12)
MLforEEGpresentation.pdf (449645, 2022-04-12)
PCA_KNN_Chitty.Rmd (8775, 2022-04-12)
gitignore.txt (569, 2022-04-12)
lasso.Rmd (5179, 2022-04-12)
pVal_corr.xlsx (27616, 2022-04-12)

# Machine Learning Analysis of Schizophrenic EEG Records Schizophrenia is chronic, can be debilitating, and is usually not diagnosed until after the patient has deteriorated to the point of their first psychotic break, which does irreparable damage to the brain. Though early diagnosis is critical, it has been notoriously difficult to find biomarkers for this disorder, so our first goal was to support the findings that schizophrenia involves abnormal relationships between different regions of the brain. We used EEG recordings to generate a dataset of engineered features including region correlation, extracted the most variable features as determined by PCA, and analyzed them using LASSO models with an average 71% accuracy. The models were able to support the suggestion that correlation between certain areas of the brain are significant factors for the presence of schizophrenia. ## Source Data - A full minute of EEG data at 128 Hz for 84 subjects, collected by 16 electrodes across different areas of the brain - Data was sourced from Lomonosov Moscow State University: http://brain.bio.msu.ru/eeg_schizophrenia.htm - Data was originally obtained and prepared by D.Sc., Prof. N.N. Gorbachevskaya (Leading Researcher at The Mental Health Research Center) and Ph.D. S.V. Borisov (Senior Researcher at Faculty of Biology M.V.Lomonosov Moscow State University). ## Files RMD Files contain the code used for this project: - DataPreProcessing: collected and compiled original files into EEGdataFull - ExploratoryDataAnalysis: EDA performed on EEGdataFull - FeatureEngineering: used EEGdataFull to engineer EEGnew dataset - PCA_KNN_Chitty: Principal Component Analysis performed on EEGnew, KNN base model - Analysis: Univariate Analysis and LDA performed on EEGnew - lasso: Final model creation and analysis Data Files: - EEGdataFull.zip: original data in its compiled form - EEGnew.rds: dataset of 281 engineered features - pVal_corr: P-values for correlation factors - MLforEEGpresentation: Powerpoint slides briefly explaining the project

近期下载者

相关文件


收藏者