File size: 823 Bytes
1583701
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
754f567
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
dataset_info:
  features:
  - name: data
    list:
      list: float64
  - name: labels
    dtype: int64
  splits:
  - name: train
    num_bytes: 215003556
    num_examples: 1343
  - name: val
    num_bytes: 27535824
    num_examples: 172
  - name: test
    num_bytes: 30737664
    num_examples: 192
  download_size: 274696517
  dataset_size: 273277044
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: val
    path: data/val-*
  - split: test
    path: data/test-*
---

# EEG During Mental Arithmetic Tasks

This dataset is a processed version of the [Physionet](https://physionet.org/content/eegmat/1.0.0/) dataset "EEG During Mental Arithmetic Tasks".

This dataset is used in the tutorial on how to use [REVE](https://brain-bzh.github.io/reve/) to classify EEG data.