| |

EEG-based deep learning model for the automatic detection of clinical depression.

Researchers

Journal

Modalities

Models

Abstract

Clinical depression is a neurological disorder that can be identified by analyzing the Electroencephalography (EEG) signals. However, the major drawback in using EEG to accurately identify depression is the complexity and variation that exist in the EEG of a depressed individual. There are several strategies for automated depression diagnosis, but they all have flaws, which make the diagnostic task inaccurate. In this paper, a deepĀ model is designed in which an integration of Convolution Neural Network (CNN) and Long Short Term Memory (LSTM) is implemented for the detection of depression. CNN and LSTM are used to learn the local characteristics and the EEG signal sequence, respectively. In the deep learning model, filters in the convolution layer are convolved with the input signal to generate feature maps. All the extracted features are given to the LSTM for it to learn the different patterns in the signal, after which the classification is performed using fully connected layers. LSTM has memory cells to remember the essential features for a long time. It also has different functions to update the weights during training. Testing of the model was done by random splitting technique and obtained 99.07% and 98.84% accuracies for the right and left hemispheres EEG signals, respectively.

Similar Posts

Leave a Reply

Your email address will not be published. Required fields are marked *