#151 · Primary category: Deep Learning Frameworks
EEG-DL
A Deep Learning library for EEG Tasks (Signals) Classification, based on TensorFlow.
Project last updated:07/20/25
GitHub Stars
1.2K
Forks
230
Contributors
1
License
MIT
Why we included this project
EEG-DL bundles TensorFlow implementations of the deep learning models most often used for EEG classification, from CNNs and recurrent networks to graph convolutional and transformer encoders. For researchers working on motor-imagery decoding, sleep staging, emotion recognition, or brain-computer interfaces more broadly, that breadth saves them from reimplementing each architecture by hand. A shared dataset API, loss functions, and evaluation helpers mean you can run different models against the same preprocessing pipeline and compare results directly. The code is documented against the papers it reproduces, which makes it a practical reference for rerunning experiments and a base to extend with your own EEG data.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
tensorflow
An Open Source Machine Learning Framework for Everyone
pytorch
Tensors and Dynamic neural networks in Python with strong GPU acceleration
keras
Deep Learning for humans
nanoGPT
The simplest, fastest repository for training/finetuning medium-sized GPTs.
ray
Ray is an AI compute engine. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.