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:
- Loaded EEG data from GDF files using MNE
- Preprocessed data (filtering 4-40 Hz, epoching)
- Used only left hand (class 7) vs right hand (class 8) trials
- Standardized the data
- Trained EEGNet for 100 epochs with early stopping
- 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.