97iwk / braindecode

A deep learning toolbox to decode raw time-domain EEG.

Home Page:https://robintibor.github.io/braindecode/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Note: The old braindecode repository has been moved to https://github.com/robintibor/braindevel.

Braindecode

A deep learning toolbox to decode raw time-domain EEG.

For EEG researchers that want to want to work with deep learning and deep learning researchers that want to work with EEG data. For now focussed on convolutional networks.

Installation

  1. Install pytorch from http://pytorch.org/ (you don't need to install torchvision).
  2. Install numpy (necessary for resamply installation to work), e.g.:
  1. Install braindecode via pip:

Documentation

Documentation is online under https://robintibor.github.io/braindecode/

Citing

If you use this code in a scientific publication, please cite us as:

About

A deep learning toolbox to decode raw time-domain EEG.

https://robintibor.github.io/braindecode/

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%