braindecode.datasets.RecordDataset#

class braindecode.datasets.RecordDataset(description=None, transform=None)[source]#

Methods

set_description(description, overwrite=False)[source]#

Update (add or overwrite) the dataset description.

Parameters:
  • description (dict | Series) – Description in the form key: value.

  • overwrite (bool) – Has to be True if a key in description already exists in the dataset description.

Examples using braindecode.datasets.RecordDataset#

Training on recordings with different channels (heterogeneous montages)

Training on recordings with different channels (heterogeneous montages)

Convolutional neural network regression model on fake data.

Convolutional neural network regression model on fake data.