The objective is to detect epileptic transients in the EEG signals. The data contains eeg signals sampled at different sampling rates. The training set contains yellow box annotations to indicate the presence of the transients.
Four stacked layers of LSTMs are used to train sequences of eeg signals. Detailed explanation of input window size and classification model details can found in the report rsakrep-report_takehome2.pdf.
Following are some packages that are a must to run the code.