EEG Decoding using BCI Competition dataset
Please put projects_dataset/ folder into this directory. Tensorflow and Keras modules must be installed
The scripts to run:
- cnn_feat_model.py ---> CNN Model FFT
- rnn.py ---> RNN Model
- crnn.py ---> C-RNN Model
- cnn_model1 ---> CNN Model 1
- cnn_model1_augmented --> CNN Model augmented
- cnn_model2 ---> CNN Model 2
utils.py and models.py are helper scripts that contains models and data preparation functions.