ycimtay / Training_EEG_data_One_subject_out

1 stars 0 forks source link

How to use the source code with SEED & DEAP dataset? #2

Open tiensu opened 1 year ago

tiensu commented 1 year ago

Hi @ycimtay ! How can I use your source code with SEED & DEAP dataset? Since those datasets are in .mat format, do I need to do any pre-processing step? Thank you very much!

ycimtay commented 1 year ago

Hi Tiensu, The procedure is the same, you have the training code but you should apply preprocessing steps (written in the article) to the database you want to use.

tiensu commented 1 year ago

Hi @ycimtay ! Thank you for your answer! Could you provide me "labelAll.npy" file you used in your code so I can reproduce your result for better understanding?