|
a/README.md |
|
b/README.md |
1 |
|
1 |
# tf_EEGLearn
|
2 |
# tf_EEGLearn |
|
|
3 |
All implementations are not guaranteed to be correct, have not been checked by original authors, only reimplemented from the paper description and open source code from original authors. |
2 |
All implementations are not guaranteed to be correct, have not been checked by original authors, only reimplemented from the paper description and open source code from original authors. |
4 |
|
3 |
|
5 |
|
4 |
|
6 |
## Prerequisites |
5 |
## Prerequisites |
7 |
|
6 |
|
8 |
- python >= 3.5 |
7 |
- python >= 3.5
|
9 |
- tensorflow-gpu >= 1.2 |
8 |
- tensorflow-gpu >= 1.2
|
10 |
- `conda install tensorflow-gpu=1.2` |
9 |
- `conda install tensorflow-gpu=1.2`
|
11 |
- Numpy |
10 |
- Numpy
|
12 |
- Scipy |
11 |
- Scipy
|
13 |
- Scikit-learn |
12 |
- Scikit-learn |
14 |
|
13 |
|
15 |
## EEGLearn |
14 |
## EEGLearn |
16 |
|
15 |
|
17 |
It's a tensorflow implementation for EEGLearn |
16 |
It's a tensorflow implementation for EEGLearn |
18 |
|
17 |
|
19 |
Bashivan, et al. "Learning Representations from EEG with Deep Recurrent-Convolutional Neural Networks." International conference on learning representations (2016). |
18 |
Bashivan, et al. "Learning Representations from EEG with Deep Recurrent-Convolutional Neural Networks." International conference on learning representations (2016).
|
20 |
http://arxiv.org/abs/1511.06448 |
19 |
http://arxiv.org/abs/1511.06448 |
21 |
|
20 |
|
22 |
For more information please see https://github.com/pbashivan/EEGLearn |
21 |
For more information please see https://github.com/pbashivan/EEGLearn |
23 |
|
22 |
|
24 |
<center> |
23 |
|
25 |
|
24 |
|
26 |
 |
|
|
27 |
|
|
|
28 |
 |
|
|
29 |
</center> |
|
|
30 |
|
|
|
31 |
## Leave-one-subject-out Experments |
25 |
## Leave-one-subject-out Experments |
32 |
|
26 |
|
33 |
### Model: EEGLearn |
27 |
### Model: EEGLearn |
34 |
|
28 |
|
35 |
|
29 |
|
36 |
| Subject id | S0 | S1 | S2 | S3 | S4 | S5 | S6 | S7 | S8 | S9 | S10 | S11 | S12 | mean | |
30 |
| Subject id | S0 | S1 | S2 | S3 | S4 | S5 | S6 | S7 | S8 | S9 | S10 | S11 | S12 | mean |
|
37 |
|--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- | |
31 |
|--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |--- |
|
38 |
| CNN test acc | 55.14 | 73.58 | 93.47 | 100.00 | 100.00 | 99.50 | 99.48 | 100.00 | 98.57 | 100.00 | 98.62 | 72.25 | 49.55 | 87.70 | |
32 |
| CNN test acc | 55.14 | 73.58 | 93.47 | 100.00 | 100.00 | 99.50 | 99.48 | 100.00 | 98.57 | 100.00 | 98.62 | 72.25 | 49.55 | 87.70 | |