forked from kunjdedhia/ml_activity_recognition
-
Notifications
You must be signed in to change notification settings - Fork 0
jiangwe/ml_activity_recognition
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
1. extractFeatures.m: This contains the code for extracting the Time domain and Frequency domain features. 2. main_student.m: This script processes all the raw data from /allData/ to extract features as defined in extractFeatures.m and outputs a csv file with labels and student ids. 3. classifiers.py: This python script reads the csv, processes it to output training and testing data. This data is then use to build and test the kNN and Random Forest Classifiers. It also handles leaving out a subject to test the trained model for crossvalidation 4. feature_all.csv: This contains data, labels and student ids with all the time and frequency domain features 5. feature_time_domain.csv: This contains data, labels and student ids with only time domain features 6. feature_freq_domain.csv: This contains data, labels and student ids with only frequency domain features
About
Human Activity Classifier using IMU Data from a Smartphone
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- MATLAB 91.9%
- Python 8.1%