pbashivan / EEGLearn

A set of functions for supervised feature learning/classification of mental states from EEG based on "EEG images" idea.
GNU General Public License v2.0
713 stars 220 forks source link

can this code be used for motor imagery? #17

Closed wuguowei1994 closed 7 years ago

wuguowei1994 commented 7 years ago

can this code be used for motor imagery?

brylie commented 7 years ago

@wuhualu185086661 most likely, yes. What electrode placement are you using to record your data? Please describe more the experimental conditions when you collected the data.

brylie commented 7 years ago

Some examples from other research:

Relatedly,

brylie commented 7 years ago

There is a related topic on NeuroBB: How to classify motor imagery from EEG data

brylie commented 7 years ago

As an aside, please consider using Python 3 when possible.

Are you working in a virtual environment? Can you go into a Python prompt and type import ... for each of those dependencies?