#151 · Primary category: Deep Learning Frameworks

EEG-DL

attention-mechanism cnn deep-learning densenet eeg-classification eeg-data eeg-signals-processing fully-convolutional-networks gcn graph-convolutional-neural-networks gru lstm motor-imagery-classification one-shot-learning residual-learning resnet rnn tensorflow transformer transformers

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