Sleepy Driver EEG Brainwave Data
EEG data from sleepy and awake drivers
@kaggle.naddamuhhamed_sleepy_driver_eeg_brainwave_data
EEG data from sleepy and awake drivers
@kaggle.naddamuhhamed_sleepy_driver_eeg_brainwave_data
We collected EEG signal data from 4 drivers while they were awake and asleep using NeuroSky MindWave sensor. For safety precautions they weren't actually driving while acquiring the signals. Each driver wore the helmet for 5-8 minutes for each label (sleepy, not sleepy) and the signals are acquired approximately every second. The signals are measured in units of microvolts squared per hertz (μV²/Hz). This is a measure of the power of the EEG signal at a particular frequency.
The high values that you are seeing are likely due to the fact that the MindWave sensor is only measuring EEG data from a single location on the forehead. This is in contrast to medical-grade EEG devices, which typically use multiple electrodes placed on different parts of the scalp.
The driver would wear the NeuroSky MindWave headset connected by a USB stick to the laptop and we would collect EEG signals from their brain. The NeuroSky mindwave headset is a single channel headset that measures the voltage between an electrode resting on the frontal lobe (forehead) and two electrodes (one ground and one reference) each in contact with one earlobe. The drivers were instructed to be awake or asleep and their EEG signals were recorded accordingly.
CREATE TABLE acquireddataset (
  "attention" BIGINT,
  "meditation" BIGINT,
  "delta" BIGINT,
  "theta" BIGINT,
  "lowalpha" BIGINT,
  "highalpha" BIGINT,
  "lowbeta" BIGINT,
  "highbeta" BIGINT,
  "lowgamma" BIGINT,
  "highgamma" BIGINT,
  "classification" BIGINT
);Anyone who has the link will be able to view this.