Physical activity classification of biometric (IMU) data using machine learning
Inertial measurement unit (IMU) data consists of accelerometer and gyroscope on x, y, z axises
Phone in pocket
Watch on wrist of dominant hand
20Hz sampling rate for phone and watch
~64800 samples -> ~54 minutes of data for each subject
Subject-id: unique to subject, Range: 1600-1650
ActivityLabel: unique activity, Range: A-S (no “N” value)
Timestamp: Integer, Linux time
x: x axis of sensor
y: y axis of sensor
z: z axis of sensor
https://blog.tensorflow.org/2019/11/how-to-get-started-with-machine.html
https://towardsdatascience.com/understanding-the-confusion-matrix-from-scikit-learn-c51d88929c79