# This is a project to decode directions from EEG signals. # requirements: numpy matplotlib mne keras tensorflow pandas xlsx *Class DataSet: data preprocessing: get train_x and train_y from mne epochs. *Class: DLModel: Some deeplearning model that you can choose. *Class:ModelSelect: Do model selection by using 10-fold cross validation. 1. CNN 2. LSTM 3. EEGNet 4. CNN-LSTM