Convolutional neural network

Hi everyone,

I would like to apply a CNN model on the filtered EEG epochs, but I am having some trouble in adapting the epochs as input for the model. Does anyone know how to proceed or can suggest a good tutorial that explain how to do it? At the moment, my data have the classic shape (n_epochs, chans, timepoints). I though to apply Vectorize() and reduce the data to (n_epochs, chans*timepoints) but I’m not sure this would make sense… any suggestions is appreciated, thanks!

have a look at https://braindecode.org

Alex

2 Likes