Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I use your code to classify of EEG motor imagery signals? #24

Closed
wuguowei1994 opened this issue Mar 21, 2018 · 2 comments
Closed

Can I use your code to classify of EEG motor imagery signals? #24

wuguowei1994 opened this issue Mar 21, 2018 · 2 comments

Comments

@wuguowei1994
Copy link

Your experiment is based on known and unknown the words , If I want to classify motor imagery , how can I do it?

@pbashivan
Copy link
Owner

You should be able to do so by following these steps:

  1. Find the electrode coordinates (x, y, z) and use function azim_proj to project them to 2D.

  2. Use function gen_images to transform your EEG feature matrix and electrode locations into multi-channel images.

  3. Train a CNN or R-CNN to classify each action category given the images or sequence of images. You can use the sample code here.

@pbashivan
Copy link
Owner

Feel free to open if there are more related issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants