Skip to content

AdeebaRafi/BCI_Competition_IV

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Model Used:

EEGNet - a specialized convolutional neural network designed for EEG signal classification
Dataset: BCICIV_2a (Motor Imagery dataset) - left hand vs right hand classification
Key Steps:

  1. Loaded EEG data from GDF files using MNE
  2. Preprocessed data (filtering 4-40 Hz, epoching)
  3. Used only left hand (class 7) vs right hand (class 8) trials
  4. Standardized the data
  5. Trained EEGNet for 100 epochs with early stopping
  6. Instead of just A01T, I will try multiple subjects so accuracy will become more better than 50%

Why 59% is Problematic: This is essentially random guessing (50% for binary classification), meaning model didn't learn meaningful patterns.

About

This repository shows a simple pipeline to train a motor imagery classifier on the BCI Competition IV 2a dataset. For learning purpose i train this model. The pipeline is simple and meant for learning. It uses MNE for data handling and CSP + LDA for classification.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors