guillaume-chevalier / LSTM-Human-Activity-Recognition

Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
MIT License
3.33k stars 935 forks source link

Query regarding data collection #18

Closed thanish closed 6 years ago

thanish commented 6 years ago

HI @guillaume-chevalier , your code is very useful. I wanted to know if the collected data was from multiple users or from single user? and if it is from multiple users are all the users present in both train and test (overlap) or train and test has different users?

guillaume-chevalier commented 6 years ago

Quote from the dataset's page on the UCI ML Repository and with interesting passages in bold:

The experiments have been carried out with a group of 30 volunteers within an age bracket of 19-48 years. Each person performed six activities (WALKING, WALKING_UPSTAIRS, WALKING_DOWNSTAIRS, SITTING, STANDING, LAYING) wearing a smartphone (Samsung Galaxy S II) on the waist. Using its embedded accelerometer and gyroscope, we captured 3-axial linear acceleration and 3-axial angular velocity at a constant rate of 50Hz. The experiments have been video-recorded to label the data manually. The obtained dataset has been randomly partitioned into two sets, where 70% of the volunteers was selected for generating the training data and 30% the test data.