oreogundipe
commited on
Commit
•
fe43ac7
1
Parent(s):
8b061f7
Update README.md
Browse files
README.md
CHANGED
@@ -34,13 +34,13 @@ Device: [Neurosity Crown](https://neurosity.co) - 8 channels [CP3, C3, F5, PO3,
|
|
34 |
|
35 |
### Data Instances
|
36 |
|
37 |
-
All dataset are timeseries with a unixTimestamp column
|
38 |
|
39 |
- rawBrainwaves: voltage readings across eeg channels
|
40 |
- signalQuality: standard deviation values & label (great, good, poor, noContact) per channel
|
41 |
- powerByBand: computed eeg power per channel (i.e CP3_delta, CP3_theta, CP3_alpha, CP3_beta, CP3_gamma)
|
42 |
-
- focus: prediction of user focus based on gamma waves.
|
43 |
-
- calm: prediction of user calm based on alpha waves.
|
44 |
|
45 |
### Data Splits
|
46 |
|
|
|
34 |
|
35 |
### Data Instances
|
36 |
|
37 |
+
All dataset are timeseries with a unixTimestamp column. Generated by using the [Neurosity brainwaves api](https://docs.neurosity.co/docs/api/brainwaves)
|
38 |
|
39 |
- rawBrainwaves: voltage readings across eeg channels
|
40 |
- signalQuality: standard deviation values & label (great, good, poor, noContact) per channel
|
41 |
- powerByBand: computed eeg power per channel (i.e CP3_delta, CP3_theta, CP3_alpha, CP3_beta, CP3_gamma)
|
42 |
+
- focus: prediction of user [focus based on gamma waves](https://docs.neurosity.co/docs/api/focus).
|
43 |
+
- calm: prediction of user [calm based on alpha waves](https://docs.neurosity.co/docs/api/calm).
|
44 |
|
45 |
### Data Splits
|
46 |
|