bci-workshop icon indicating copy to clipboard operation
bci-workshop copied to clipboard

Material for the BCI Workshop held at District 3 in May 2015 by BCI Montréal.

Results 11 bci-workshop issues
Sort by recently updated
recently updated
newest added

Was wondering what the function was made of and what it consisted of as I am trying to implement some of this code into my own project but cannot access...

I am getting the following error even after making the 0.25 second delay fix in the pygatt file : ``` Traceback (most recent call last): File "muse-lsl.py", line 44, in...

deleting obsolete hack as it is already fixed in pygatt repository (from issue https://github.com/NeuroTechX/bci-workshop/issues/26) ref: https://github.com/peplin/pygatt/issues/118

https://github.com/NeuroTechX/bci-workshop/blob/master/INSTRUCTIONS.md instructions say: ... Then, add the following to line 191 of bgapi.py and save: time.sleep(.25) Please clarify what the correct code snippet should be. I already have that sleep...

Hi, i am getting confuse, when i try to make multiclass classification using exercise two. How to make multiclass classification using binary classifier. Can i just add class, and feature_matrix...

I noticed that it would make sense to port exercise code to jupyter notebook so we can add more annotations and also training steps will be easier and more intuitive....

I'm encountering this error when running `lsl-viewer.py` on Ubuntu 18.04 (64 bit): ``` pylsl.pylsl.InternalError: an internal error has occurred. ``` I traced it back to `self.inlet.pull_chunk()` method which for some...

Bleeps are not bleeping correctly

This was noted as an issue after running the workshop in Toronto. We should test the data coming from muse-lsl on Mac and Linux/Windows to see if there is any...