The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.

Dataset Card for "fNIRS"

  • fNIRS_data.pkl contains only data not label (numpy.array)
  • fNIRS_label.pkl contains only label (numpy.array)
  • fNIRS_dataset.pkl contains data (numpy.array) and label (numpy.array) like:
{
  'train': {
    'sub_01': {
      'data':
      'label'
    }
  },
  'val':
  'test'
}

Information

  • The dataset has 82620 samples with 8 channels and 200 time sequences.
  • The number of classes is 4 (0, 1, 2, 3)

This dataset is from https://tufts-hci-lab.github.io/code_and_datasets/fNIRS2MW.html

Downloads last month
1