Skip to content

Junsu0213/Depression_Classification

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Depression Classification

Here is a simple repo for classifying MDD and normal controls via resting-state EEG signals.

mdd pipeline

Flow chart

1. Installation

Environment

  • Python == 2.8.2
  • MNE == 1.1.0
  • mne-connectivity == 0.3
  • scipy == 1.7.3
  • sklearn == 0.0
  • shap == 0.41.0

2. Directory structure

├── Config
│   └── config.py
├── Evaluation
│   └── k_fold.py
├── Loader
│   └── load.py
├── Model
│   ├── MLClassifier.py
│   └── ml_grid.py
├── main.py
└── requirements.txt

3. Dataset

  • 116 subjects (MDD: 73, Healthy control: 43)
  • Resting state EEG data: eyes open (EO), eyes closed (EC)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages