kylemath / DeepEEG

Deep Learning with Tensor Flow for EEG MNE Epoch Objects
MIT License
267 stars 59 forks source link

multilevel model over subjects #19

Open kylemath opened 5 years ago

kylemath commented 5 years ago

You can include other data outside

so input could be a 64x64 image and a vector of real numbers. Those numbers could be fed into a layer 'after' the convolution. This is common for multi-sensor setups.

So, learning to compress EEG data to a latent space and then regenerate it would give you good features for downstream tasks. I wonder if a word vectors method has been used for EEG.