Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 407 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 407 Bytes

CNN-LSTM-EEG

Overview

A hybrid CNN-LSTM model is trained to localise anomalies in each channel of EEG record. Proposed architecture is divided into two steps. First, Deep CNN is trained for detecting abnormal channels. Furthermore, to detect anomaly time from abnormal channels Long Short-Term Memory (LSTM) network is trained.

Tools and Technologies

This application was programmed in Python 3.5