DavidVivancos
commited on
Commit
•
b0e2f75
1
Parent(s):
e061c8d
Update README.md
Browse files
README.md
CHANGED
@@ -1,7 +1,70 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
There are 3
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# MindBigData 2022 A Large Dataset of Brain Signals
|
2 |
+
> Supporting datasets for paper [ arXiv:2212.14746](https://arxiv.org/abs/2212.14746)
|
3 |
+
> There are 3 Main datasets with subdatasets:
|
4 |
+
>
|
5 |
+
**1.- MindBigData MNIST of Brain Digits**
|
6 |
+
|
7 |
+
> based on http://mindbigdata.com/opendb/index.html
|
8 |
+
> But all datasets splitted to 80% Train 20% Test (also proportional in the 11 classes)
|
9 |
+
> EEG's Resampled to match original headsets sampling rate
|
10 |
+
> Included headers.
|
11 |
+
> and simplified to contain only label & EEG data as rows named in headers as ChannelName-SampleNum, ie for channel FP1 and MindWave will be FP1-0 FP1-1 ..... FP1-1023 since there are 1024 samples.
|
12 |
+
> There are 4 subdatasets:
|
13 |
+
>
|
14 |
+
> For MindWave with 1 EEG Channel and 1024 samples x Channel
|
15 |
+
>
|
16 |
+
> For EPOC1 with 14 EEG Channels and 256 samples x Channel
|
17 |
+
>
|
18 |
+
> For Muse1 with 4 EEG Channels and 440 samples x Channel
|
19 |
+
>
|
20 |
+
> For Insight1 with 5 EEG Channels and 256 samples x Channel
|
21 |
+
>
|
22 |
+
**1.1.- MindBigData MNIST of Brain digits MindWave1**
|
23 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_MW
|
24 |
+
>
|
25 |
+
**1.2.- MindBigData MNIST of Brain digits EPOC1**
|
26 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_EP
|
27 |
+
|
28 |
+
**1.3.- MindBigData MNIST of Brain digits Muse1**
|
29 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_MU
|
30 |
+
|
31 |
+
**1.4.- MindBigData MNIST of Brain digits Insight1**
|
32 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_MNIST_IN
|
33 |
+
|
34 |
+
**2.- MindBigData Imagenet of the Brain**
|
35 |
+
|
36 |
+
> based on http://mindbigdata.com/opendb/imagenet.html
|
37 |
+
> But all datasets splitted to 80% Train 20% Test (also proportional in all the classes)
|
38 |
+
> EEG's Resampled to match original headsets sampling rate
|
39 |
+
> Included headers.
|
40 |
+
> contains label as the ILSVRC2013 category, and a hotencoded name lists, the RGB pixel values of the image seen resampled to 150pixels by 150 pixels & EEG data as rows named in headers as ChannelName-SampleNum,
|
41 |
+
> There are 2 subdatasets:
|
42 |
+
>
|
43 |
+
> One with the Insight 1 EEG signals at 384 samples per channel (5 channels)
|
44 |
+
>
|
45 |
+
> One with the Spectrogram image 64x64px instead of the EEG as described in the paper
|
46 |
+
>
|
47 |
+
**2.1.- MindBigData Imagenet of the Brain Insight1 EEG**
|
48 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_Imagenet_IN
|
49 |
+
|
50 |
+
**2.2.- MindBigData Imagenet of the Brain Insight1 Spectrogram**
|
51 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_Imagenet_IN_Spct
|
52 |
+
|
53 |
+
**3.- MindBigData Visual MNIST of Brain Digits**
|
54 |
+
|
55 |
+
> based on http://mindbigdata.com/opendb/visualmnist.html
|
56 |
+
> But all datasets splitted to 80% Train 20% Test (also proportional in the 11 classes)
|
57 |
+
> Included headers.
|
58 |
+
> and simplified to contain only label, the original MNIST pixels of the digit seen 28x28pixels & EEG data as rows named in headers as ChannelName-SampleNum, ie for channel TP9 and Muse2 will be TP9-0 TP9-1 ..... TP9-511 since there are 512 samples.
|
59 |
+
> There are 2 subdatasets:
|
60 |
+
>
|
61 |
+
> For Muse2 with 5 EEG Channels, 3 PPG Channels, 3 ACC Channels & 3 GYR Channels and 512 samples x Channel
|
62 |
+
>
|
63 |
+
> For Cap64 with 64 EEG Channels and 400 samples x Channel
|
64 |
+
>
|
65 |
+
**3.1.- MindBigData Visual MNIST of Brain digits Muse2**
|
66 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_VisMNIST_MU2
|
67 |
+
|
68 |
+
**3.2.- MindBigData Visual MNIST of Brain digits Cap64**
|
69 |
+
https://huggingface.co/datasets/DavidVivancos/MindBigData2022_VisMNIST_Cap64
|
70 |
+
|