braindecode


Namebraindecode JSON
Version 1.0.0 PyPI version JSON
download
home_pageNone
SummaryDeep learning software to decode EEG, ECG or MEG signals
upload_time2025-07-21 16:48:38
maintainerNone
docs_urlNone
authorNone
requires_python>3.9
licenseBSD-3-Clause
keywords python deep-learning neuroscience pytorch meg eeg neuroimaging electroencephalography magnetoencephalography electrocorticography ecog electroencephalogram
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            .. image:: https://badges.gitter.im/braindecodechat/community.svg
   :alt: Join the chat at https://gitter.im/braindecodechat/community
   :target: https://gitter.im/braindecodechat/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge

.. image:: https://github.com/braindecode/braindecode/workflows/docs/badge.svg
   :target: https://github.com/braindecode/braindecode/actions

.. image:: https://circleci.com/gh/braindecode/braindecode.svg?style=svg
   :target: https://circleci.com/gh/braindecode/braindecode
   :alt: Doc build on CircleCI

.. image:: https://codecov.io/gh/braindecode/braindecode/branch/master/graph/badge.svg
   :target: https://codecov.io/gh/braindecode/braindecode
   :alt: Code Coverage

.. |Braindecode| image:: https://user-images.githubusercontent.com/42702466/177958779-b00628aa-9155-4c51-96d1-d8c345aff575.svg
.. _braindecode: braindecode.org/

Braindecode
===========

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.

For neuroscientists who want to work with deep learning and
deep learning researchers who want to work with neurophysiological data.


Installation Braindecode
========================

1. Install pytorch from http://pytorch.org/ (you don't need to install torchvision).

2. If you want to download EEG datasets from `MOABB <https://github.com/NeuroTechX/moabb>`_, install it:

.. code-block:: bash

  pip install moabb

3. Install latest release of braindecode via pip:

.. code-block:: bash

  pip install braindecode

If you want to install the latest development version of braindecode, please refer to `contributing page <https://github.com/braindecode/braindecode/blob/master/CONTRIBUTING.md>`__


Documentation
=============

Documentation is online under https://braindecode.org, both in the stable and dev versions.


Contributing to Braindecode
===========================

Guidelines for contributing to the library can be found on the braindecode github:

https://github.com/braindecode/braindecode/blob/master/CONTRIBUTING.md

Braindecode chat
================

https://gitter.im/braindecodechat/community

Citing
======

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

.. code-block:: bibtex

  @article {HBM:HBM23730,
  author = {Schirrmeister, Robin Tibor and Springenberg, Jost Tobias and Fiederer,
    Lukas Dominique Josef and Glasstetter, Martin and Eggensperger, Katharina and Tangermann, Michael and
    Hutter, Frank and Burgard, Wolfram and Ball, Tonio},
  title = {Deep learning with convolutional neural networks for EEG decoding and visualization},
  journal = {Human Brain Mapping},
  issn = {1097-0193},
  url = {http://dx.doi.org/10.1002/hbm.23730},
  doi = {10.1002/hbm.23730},
  month = {aug},
  year = {2017},
  keywords = {electroencephalography, EEG analysis, machine learning, end-to-end learning, brain–machine interface,
    brain–computer interface, model interpretability, brain mapping},
  }

as well as the `MNE-Python <https://mne.tools>`_ software that is used by braindecode:

.. code-block:: bibtex

  @article{10.3389/fnins.2013.00267,
  author={Gramfort, Alexandre and Luessi, Martin and Larson, Eric and Engemann, Denis and Strohmeier, Daniel and Brodbeck, Christian and Goj, Roman and Jas, Mainak and Brooks, Teon and Parkkonen, Lauri and Hämäläinen, Matti},
  title={{MEG and EEG data analysis with MNE-Python}},
  journal={Frontiers in Neuroscience},
  volume={7},
  pages={267},
  year={2013},
  url={https://www.frontiersin.org/article/10.3389/fnins.2013.00267},
  doi={10.3389/fnins.2013.00267},
  issn={1662-453X},
  }




Licensing
^^^^^^^^^

This project is primarily licensed under the BSD-3-Clause License.

Additional Components
~~~~~~~~~~~~~~~~~~~~~

Some components within this repository are licensed under the Creative Commons Attribution-NonCommercial 4.0 International
License.

Please refer to the ``LICENSE`` and ``NOTICE`` files for more detailed
information.

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "braindecode",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">3.9",
    "maintainer_email": "Alexandre Gramfort <agramfort@meta.com>, Bruno Aristimunha Pinto <b.aristimunha@gmail.com>, Robin Tibor Schirrmeister <robintibor@gmail.com>",
    "keywords": "python, deep-learning, neuroscience, pytorch, meg, eeg, neuroimaging, electroencephalography, magnetoencephalography, electrocorticography, ecog, electroencephalogram",
    "author": null,
    "author_email": "Robin Tibor Schirrmeister <robintibor@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/08/4b/33b7ee8fa29aa806f2e8276af7d8617d2803e9de33981ce499ad47a91555/braindecode-1.0.0.tar.gz",
    "platform": null,
    "description": ".. image:: https://badges.gitter.im/braindecodechat/community.svg\n   :alt: Join the chat at https://gitter.im/braindecodechat/community\n   :target: https://gitter.im/braindecodechat/community?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge\n\n.. image:: https://github.com/braindecode/braindecode/workflows/docs/badge.svg\n   :target: https://github.com/braindecode/braindecode/actions\n\n.. image:: https://circleci.com/gh/braindecode/braindecode.svg?style=svg\n   :target: https://circleci.com/gh/braindecode/braindecode\n   :alt: Doc build on CircleCI\n\n.. image:: https://codecov.io/gh/braindecode/braindecode/branch/master/graph/badge.svg\n   :target: https://codecov.io/gh/braindecode/braindecode\n   :alt: Code Coverage\n\n.. |Braindecode| image:: https://user-images.githubusercontent.com/42702466/177958779-b00628aa-9155-4c51-96d1-d8c345aff575.svg\n.. _braindecode: braindecode.org/\n\nBraindecode\n===========\n\nBraindecode is an open-source Python toolbox for decoding raw electrophysiological brain\ndata with deep learning models. It includes dataset fetchers, data preprocessing and\nvisualization tools, as well as implementations of several deep learning\narchitectures and data augmentations for analysis of EEG, ECoG and MEG.\n\nFor neuroscientists who want to work with deep learning and\ndeep learning researchers who want to work with neurophysiological data.\n\n\nInstallation Braindecode\n========================\n\n1. Install pytorch from http://pytorch.org/ (you don't need to install torchvision).\n\n2. If you want to download EEG datasets from `MOABB <https://github.com/NeuroTechX/moabb>`_, install it:\n\n.. code-block:: bash\n\n  pip install moabb\n\n3. Install latest release of braindecode via pip:\n\n.. code-block:: bash\n\n  pip install braindecode\n\nIf you want to install the latest development version of braindecode, please refer to `contributing page <https://github.com/braindecode/braindecode/blob/master/CONTRIBUTING.md>`__\n\n\nDocumentation\n=============\n\nDocumentation is online under https://braindecode.org, both in the stable and dev versions.\n\n\nContributing to Braindecode\n===========================\n\nGuidelines for contributing to the library can be found on the braindecode github:\n\nhttps://github.com/braindecode/braindecode/blob/master/CONTRIBUTING.md\n\nBraindecode chat\n================\n\nhttps://gitter.im/braindecodechat/community\n\nCiting\n======\n\nIf you use this code in a scientific publication, please cite us as:\n\n.. code-block:: bibtex\n\n  @article {HBM:HBM23730,\n  author = {Schirrmeister, Robin Tibor and Springenberg, Jost Tobias and Fiederer,\n    Lukas Dominique Josef and Glasstetter, Martin and Eggensperger, Katharina and Tangermann, Michael and\n    Hutter, Frank and Burgard, Wolfram and Ball, Tonio},\n  title = {Deep learning with convolutional neural networks for EEG decoding and visualization},\n  journal = {Human Brain Mapping},\n  issn = {1097-0193},\n  url = {http://dx.doi.org/10.1002/hbm.23730},\n  doi = {10.1002/hbm.23730},\n  month = {aug},\n  year = {2017},\n  keywords = {electroencephalography, EEG analysis, machine learning, end-to-end learning, brain\u2013machine interface,\n    brain\u2013computer interface, model interpretability, brain mapping},\n  }\n\nas well as the `MNE-Python <https://mne.tools>`_ software that is used by braindecode:\n\n.. code-block:: bibtex\n\n  @article{10.3389/fnins.2013.00267,\n  author={Gramfort, Alexandre and Luessi, Martin and Larson, Eric and Engemann, Denis and Strohmeier, Daniel and Brodbeck, Christian and Goj, Roman and Jas, Mainak and Brooks, Teon and Parkkonen, Lauri and H\u00e4m\u00e4l\u00e4inen, Matti},\n  title={{MEG and EEG data analysis with MNE-Python}},\n  journal={Frontiers in Neuroscience},\n  volume={7},\n  pages={267},\n  year={2013},\n  url={https://www.frontiersin.org/article/10.3389/fnins.2013.00267},\n  doi={10.3389/fnins.2013.00267},\n  issn={1662-453X},\n  }\n\n\n\n\nLicensing\n^^^^^^^^^\n\nThis project is primarily licensed under the BSD-3-Clause License.\n\nAdditional Components\n~~~~~~~~~~~~~~~~~~~~~\n\nSome components within this repository are licensed under the Creative Commons Attribution-NonCommercial 4.0 International\nLicense.\n\nPlease refer to the ``LICENSE`` and ``NOTICE`` files for more detailed\ninformation.\n",
    "bugtrack_url": null,
    "license": "BSD-3-Clause",
    "summary": "Deep learning software to decode EEG, ECG or MEG signals",
    "version": "1.0.0",
    "project_urls": {
        "documentation": "https://braindecode.org/stable/index.html",
        "homepage": "https://braindecode.org",
        "repository": "https://github.com/braindecode/braindecode"
    },
    "split_keywords": [
        "python",
        " deep-learning",
        " neuroscience",
        " pytorch",
        " meg",
        " eeg",
        " neuroimaging",
        " electroencephalography",
        " magnetoencephalography",
        " electrocorticography",
        " ecog",
        " electroencephalogram"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1bbb5b1c5bcd001548e5c69b3aab16583403e0f99087ec9870f3c9d9fd7f8623",
                "md5": "4ce30763832423f8a4a1f2b55da777fc",
                "sha256": "f253ac249769c74d5f58357a54f7a7a7b1711f920ba9c478c895c477564f7814"
            },
            "downloads": -1,
            "filename": "braindecode-1.0.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "4ce30763832423f8a4a1f2b55da777fc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">3.9",
            "size": 282917,
            "upload_time": "2025-07-21T16:48:36",
            "upload_time_iso_8601": "2025-07-21T16:48:36.394874Z",
            "url": "https://files.pythonhosted.org/packages/1b/bb/5b1c5bcd001548e5c69b3aab16583403e0f99087ec9870f3c9d9fd7f8623/braindecode-1.0.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "084b33b7ee8fa29aa806f2e8276af7d8617d2803e9de33981ce499ad47a91555",
                "md5": "0429df5e3b65699af4c84bfe5eedd20d",
                "sha256": "1b48e7dfde484665373b7e7374e13324c9dd3d765d9f3a03c11dcff3972acae7"
            },
            "downloads": -1,
            "filename": "braindecode-1.0.0.tar.gz",
            "has_sig": false,
            "md5_digest": "0429df5e3b65699af4c84bfe5eedd20d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">3.9",
            "size": 552166,
            "upload_time": "2025-07-21T16:48:38",
            "upload_time_iso_8601": "2025-07-21T16:48:38.047735Z",
            "url": "https://files.pythonhosted.org/packages/08/4b/33b7ee8fa29aa806f2e8276af7d8617d2803e9de33981ce499ad47a91555/braindecode-1.0.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-21 16:48:38",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "braindecode",
    "github_project": "braindecode",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "circle": true,
    "lcname": "braindecode"
}
        
Elapsed time: 1.11533s