You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,8 +27,6 @@ Install the exercise dependencies:
27
27
pip install -r requirements.txt
28
28
```
29
29
30
-
31
-
32
30
### Getting the data
33
31
34
32
The dataset is available [online](https://gin.g-node.org/robintibor/high-gamma-dataset). We have prepared a download script for you.
@@ -45,7 +43,7 @@ The plot below shows the first four EEG sensors of a recording.
45
43
46
44
Examine the data yourself.
47
45
48
-
## Your task:
46
+
###Your task:
49
47
Train a CNN to recognize the four actions given only the EEG data.
50
48
Preprocessing code from the paper-authors is already ready for in `src/util.py`. To get started have a look at `src/train_brain_decoder.py` and load the data via:
0 commit comments