Skip to content

Commit dcee795

Browse files
committed
update readme.
1 parent 8f0551a commit dcee795

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ Install the exercise dependencies:
2727
pip install -r requirements.txt
2828
```
2929

30-
31-
3230
### Getting the data
3331

3432
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.
4543

4644
Examine the data yourself.
4745

48-
## Your task:
46+
### Your task:
4947
Train a CNN to recognize the four actions given only the EEG data.
5048
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:
5149
```python

0 commit comments

Comments
 (0)