Skip to content

Latest commit

 

History

History
37 lines (26 loc) · 2.24 KB

File metadata and controls

37 lines (26 loc) · 2.24 KB

UNDER DEVELOPMENT

Detection-of-MDD-with-EEG-Signals-using-InceptionTIme-model

This is a repository for our paper titled Automated Detection of Major Depressive Disorder with EEG Signals: A Time Series Classification Using Deep Learning published in ... This study focuses on the automated detection of MDD using EEG data and deep neural network architecture. For this aim, first, a customized InceptionTime model is recruited to detect MDD individuals via 19-channel raw EEG signals. Then a channel-selection strategy, which comprises three channel-selection steps, is conducted to omit redundant channels.

The orginal InceptionTime paper also is available on here.

The proposed Inception network architecture

comgit

Data

The data used in this project comes from the MDD Patients and Healthy Controls EEG Data.

Requirements

You will need to install the following packages present in the requirements.txt file.

Code

The code is divided as follows:

Reference

If you are interested in this work, please cite:

@article{??,
  Title                    = {??},
  Author                   = {??},
  journal                  = {??},
  Year                     = {??}
}