Skip to content

Contains code for previous deep learning methods used for Epilepsy detection using EEG signals, as well as the implementation of a novel transformer arhitecture used for this task.

Notifications You must be signed in to change notification settings

seungju9810/Epilepsy_Detection_Research_Project

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

EEGFormer: Epilepsy Detection with Transformer-based Models

This repository contains implementations of previously used deep learning models to detect epilepsy, as well as the implementation of a novel transformer architecture named EEGFormer, which was designed specifically for Epilepsy detection task.

Introduction

Epilepsy detection plays a critical role in improving the quality of life for individuals with epilepsy. EEG signals are valuable sources of information for diagnosing and predicting epileptic seizures. EEGFormer brings together various deep learning models and showcases the application of a cutting-edge Transformer-based architecture in this domain.

Key Features

  • Transformer-based Model (2023 Paper): This repository includes the implementation of a novel Transformer-based architecture proposed in the research paper EEGformer: A transformer–based brain activity classification method using EEG signal.

  • Deep Learning Models: Beyond the Transformer, I've added code for 3 different deep learning models tailored for EEG-based epilepsy detection. These models are designed to provide a comprehensive toolbox for researchers and practitioners in the field.

About

Contains code for previous deep learning methods used for Epilepsy detection using EEG signals, as well as the implementation of a novel transformer arhitecture used for this task.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 74.0%
  • Python 26.0%