Skip to content

sunyucheng/braindecode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Braindecode

Under construction

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

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.:
pip install numpy
  1. Install newest version of python-mne:
git clone git://github.com/mne-tools/mne-python.git
cd mne-python
python setup.py install
  1. Install braindecode via pip:
pip install braindecode

Documentation

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

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%