EEG-Based Emotion Detection
Problem
Inferring emotion from EEG is a hard ML problem: non-stationary signals, artifacts, and long-range temporal structure across multichannel data.
Approach
- Signal preprocessing — bandpass filtering, artifact removal, ICA
- Band-power features across delta, theta, alpha, beta, gamma
- Deep learning for sequences: CNN, RNN, and Transformer baselines
- Datasets
- DEAP, MAHNOB-HCI
- Stack
- TensorFlow · NumPy · SciPy
- Goal
- Robust multichannel EEG emotion classification