Datasets:
docs: update dataset information and metadata
Browse files
README.md
CHANGED
@@ -1,3 +1,33 @@
|
|
1 |
-
---
|
2 |
-
license: ecl-2.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: ecl-2.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- feature-extraction
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- public
|
10 |
+
- text
|
11 |
+
- tabular
|
12 |
+
- education
|
13 |
+
- multivariate
|
14 |
+
- time-series
|
15 |
+
pretty_name: Smartphone and Smartwatch Activity and Biometrics 15m6
|
16 |
+
size_categories:
|
17 |
+
- 1M<n<10M
|
18 |
+
---
|
19 |
+
|
20 |
+
# Smartphone and Smartwatch Activity and Biometrics 15m6
|
21 |
+
|
22 |
+
A 15.6-million-sample, multi-device time-series corpus capturing 3-axis accelerometer and gyroscope readings from 51 volunteers. Each subject performed 18 activities for three minutes apiece while wearing both a smartphone and a smartwatch, yielding synchronized sensor streams sampled at 20 Hz.
|
23 |
+
|
24 |
+
Every record is formatted as:
|
25 |
+
|
26 |
+
- **subject-id** – unique identifier (1600–1650)
|
27 |
+
- **activity-code** – single-letter code A–S (excluding N) denoting one of 18 activities (e.g., walking, brushing teeth)
|
28 |
+
- **timestamp** – Unix epoch (seconds)
|
29 |
+
- **x, y, z** – raw sensor values for the given axis
|
30 |
+
|
31 |
+
The dataset is organized into four directories (phone-acc, phone-gyro, watch-acc, watch-gyro), each containing 51 per-subject files. Raw data plus 10-second sliding-window feature vectors are provided, enabling both activity-recognition and behavioral-biometric modeling.
|
32 |
+
|
33 |
+
**Acknowledgements**: The dataset is hosted at the [UCI MLR—Smartphone and Smartwatch Activity and Biometrics](https://archive.ics.uci.edu/dataset/507/wisdm+smartphone+and+smartwatch+activity+and+biometrics+dataset)
|