mne-tools/mne-python
MNE: Magnetoencephalography (MEG) and Electroencephalography (EEG) in Python
What it solves
It provides a comprehensive toolkit for processing and analyzing human neurophysiological data, such as MEG, EEG, sEEG, and ECoG, which often requires specialized preprocessing and visualization tools.
How it works
It functions as a Python package containing dedicated modules for various stages of the data pipeline, including data input/output, preprocessing, time-frequency and connectivity analysis, and source estimation.
Who it’s for
Researchers and scientists studying human brain activity through neurophysiological signals.
Highlights
- Support for multiple data types including MEG, EEG, sEEG, and ECoG.
- Integrated machine learning and statistics modules.
- Tools for source estimation and connectivity analysis.
- Extensive documentation and tutorials for neurophysiological data exploration.
Related
- Project
braindecode/braindecodeBraindecode is a Python toolbox that brings deep‑learning models to raw brain‑signal data (EEG/ECoG/MEG). It provides dataset loaders, preprocessing, several ready‑made neural‑network architectures, and visualisation utilities, all built on top of PyTorch and MNE‑Python. Installable via `pip install braindecode`, it targets neuroscientists and ML researchers working with neurophysiological data.
- Project
fieldtrip/fieldtripA MATLAB toolbox for the advanced analysis of MEG, EEG, and iEEG data, supporting multiple hardware formats and source reconstruction.
- Project
GAA-UAM/scikit-fdaA Python package for Functional Data Analysis (FDA) that provides tools for the representation, preprocessing, and statistical analysis of data depending on a continuous parameter.
- Project
alexandrebarachant/muse-lslA Python package for streaming, visualizing, and recording EEG and sensor data from Muse devices using the Lab Streaming Layer (LSL) for research-standard synchronization.
- Project
nltk/nltkThe Natural Language Toolkit (NLTK) is a suite of Python modules and data sets that supports research and development in Natural Language Processing.