Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

EEG Seizure Detection and Prediction #41

Open
Remi-Gau opened this issue Nov 30, 2022 · 0 comments
Open

EEG Seizure Detection and Prediction #41

Remi-Gau opened this issue Nov 30, 2022 · 0 comments

Comments

@Remi-Gau
Copy link
Member

Remi-Gau commented Nov 30, 2022

Using EEG recordings from patients with epilepsy, detect whether a seizure is currently occurring. The data was obtained from 22 patients over several hours, across 23 separate electrodes. A label of 0 indicates interictal periods (non-seizure), and a label of 1 indicates a seizure is occurring at that time.
Possible targets are listed below.

  • Detect whether a seizure is occurring in a given input (binary target).
  • Detect when a seizure is happening in a given input.
  • Predict whether a seizure will happen within 60 minutes of the current sample. (note: labels will need some minor processing).
  • Predict seizures in patients whose data has not been seen (leave-one-patient-out cross-validation).

The data will be available on-site and on ElementAI's machines, and is about 38GB.

Source: https://github.com/brainhack101/deepbrainhack2017/wiki

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant