DavidVivancos
commited on
Commit
•
33d9cd5
1
Parent(s):
286afc0
Update README.md
Browse files
README.md
CHANGED
@@ -10,9 +10,11 @@ Supporting dataset for paper https://arxiv.org/abs/2306.00455
|
|
10 |
The dataset contains 140,000 records from 128 EEG channels, each of 2 seconds, recorded at 250hz, in total 17,920,000 brain signals and 8,960,000,000 data points.
|
11 |
|
12 |
It consists of 2 main csv data files:
|
13 |
-
|
14 |
-
|
|
|
15 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
|
|
16 |
And 1 csv file with 3d coordinates of the EEG electrodes: “3Dcoords.csv” 4,27Kb Header + 130 rows 4 columns
|
17 |
|
18 |
## Dataset Structure
|
@@ -24,9 +26,11 @@ review supporting paper https://arxiv.org/abs/2306.00455
|
|
24 |
review supporting paper https://arxiv.org/abs/2306.00455
|
25 |
|
26 |
## Citation
|
|
|
27 |
@article{MindBigData_2023_MNIST-8B,
|
28 |
title={MindBigData 2023 MNIST-8B The 8 billion datapoints Multimodal Dataset of Brain Signals},
|
29 |
author={David Vivancos},
|
30 |
journal={arXiv preprint arXiv:2306.00455},
|
31 |
year={2023}
|
32 |
-
}
|
|
|
|
10 |
The dataset contains 140,000 records from 128 EEG channels, each of 2 seconds, recorded at 250hz, in total 17,920,000 brain signals and 8,960,000,000 data points.
|
11 |
|
12 |
It consists of 2 main csv data files:
|
13 |
+
- “train.csv” 45Gb Header + 60,000 rows 63,790 columns
|
14 |
+
- “test.csv” 7,52Gb Header + 10,000 rows 63,790 columns
|
15 |
+
|
16 |
10 audio files at a folder named “audiolabels”: “0.wav”, “1.wav”......“9.wav”
|
17 |
+
|
18 |
And 1 csv file with 3d coordinates of the EEG electrodes: “3Dcoords.csv” 4,27Kb Header + 130 rows 4 columns
|
19 |
|
20 |
## Dataset Structure
|
|
|
26 |
review supporting paper https://arxiv.org/abs/2306.00455
|
27 |
|
28 |
## Citation
|
29 |
+
```sh
|
30 |
@article{MindBigData_2023_MNIST-8B,
|
31 |
title={MindBigData 2023 MNIST-8B The 8 billion datapoints Multimodal Dataset of Brain Signals},
|
32 |
author={David Vivancos},
|
33 |
journal={arXiv preprint arXiv:2306.00455},
|
34 |
year={2023}
|
35 |
+
}
|
36 |
+
```
|