EEGrunt icon indicating copy to clipboard operation
EEGrunt copied to clipboard

EEG modules for Orange3?

Open brylie opened this issue 7 years ago • 3 comments

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.

brylie avatar Feb 11 '17 09:02 brylie

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

curiositry avatar Feb 12 '17 06:02 curiositry

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?

Photosynthesis avatar Feb 12 '17 06:02 Photosynthesis

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.

brylie avatar Feb 13 '17 08:02 brylie