Why a code sprint?
Alone you go fast and together we go far!
Braindecode is an open-source Python toolbox for decoding raw electrophysiological brain data with deep learning models. It includes dataset fetchers, data preprocessing and visualization tools, as well as implementations of several deep learning architectures and data augmentations for analysis of EEG, ECoG and MEG.
The primary workhorse of this success has been free open source software (FOSS). With its strong emphasis on API design, the FOSS culture has made it less effortful to plan, develop in teams, re-use, distribute, teach, optimize & scale data analysis efforts. Coding sprints are a way to focus development efforts and share best practices that generalize across a range of application domains.
What?
The aims of the event are:
- Restructuring the documentation to make it more accessible for new users.
- Re-implement and optimization the DataLoaders.
- Re-implement the cropped training.