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

EEG modules for Orange3? #14

Open
brylie opened this issue Feb 11, 2017 · 3 comments
Open

EEG modules for Orange3? #14

brylie opened this issue Feb 11, 2017 · 3 comments

Comments

@brylie
Copy link

brylie commented Feb 11, 2017

Researchers often use machine learning algorithms on EEG data, e.g. when training a BCI to issue a command based on a participant's mental The Orange3 platform is a visual programming tool for machine learning, making it easy for many people to do machine learning.

Please consider publishing one or more Orange3 widgets, so researchers might use EEGrunt via a visual programming environment.

@curiositry
Copy link
Owner

curiositry commented Feb 12, 2017

Thanks @brylie — this looks quite interesting! I’ll do some more research (and talk to @Photosynthesis) and get back to you.

@Photosynthesis
Copy link
Contributor

Interesting suggestion @brylie. I'm not familiar with Orange, but it looks handy. What capabilities would you be looking for in a widget? What would the input and output of the widget be?

@brylie
Copy link
Author

brylie commented Feb 13, 2017

What capabilities would you be looking for in a widget? What would the input and output of the widget be?

The main capabilities might be to have EEG channel analysis and spectrogram plotting. Since Orange3 is basically a flow-programming language, we could leverage existing modules such as the file loader, so the EEG widget(s) could be relatively simple.

Most of the Orange3 widgets take an input data set and *output either:

  • a data (sub)set or
  • a combination of learner and trained classifier/predictor depending on the type of widget.

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

3 participants