Instructor: Dr. Suchetana Chakraborty
Due to the widespread availability of low-cost wearable devices and portable computing devices, massive amounts of data, such as motion, location, physiological signals, and environmental data, are being captured. Human activity recognition (HAR) is a research topic that aims to understand how human behavior develops through the interpretation of attributes derived from data.
- Study research publications and articles on applications that employ sensor data to identify a person's specific movements or habits
- Study methodologies used to recognize Human Activity from obtained data from sensors like : Accelerometer and Gyroscope and classify activities into one of the five activities: Sitting, Standing, Walking, Walking Upstairs, Walking Downstairs
- Compare and contrast the various strategies mentioned in various papers and find the most reliable method of activity recognition
- Distinguish between hard-to-distinguish activities like Sitting and Standing
- This colab file includes the implementation of three models namely: Decision Tree, Random Forest and Logistic Regression classifiers. In addition, it contains the analysis of the results in terms of Accuracy and Run Time along with comparing the Feature Selection Technique on this dataset - Dataset Link
- Data Visualization
- Pre-processing
- Feature Extraction
- Classifier Training & Validation Strategy
- This colab file includes the implementaion of the 2D CNN model with the focus on distinguishing between Sitting and Standing activites on this dataset - Dataset Link
- Standardize data
- Frame Preparation
- 2D CNN Model