AI and Health Informatics -- course project
- Reads in the features and labels extracted from Matlab script "featureExtractionDemo.m".
- Conduct binary classification on ADL/FALL data using SVM.
- We used 7 models for training in train.py.
- We tried to find the best parameter setting for svm&dt model in svm.py&dt.py
- In addition, we tried hidden markov model in hmm.model.
*Read from raw data from folder "./data" *Process raw data and extract features for Python demo. *Output the features and labels to folder "./demoFeaturesOutput"
*Some useful Matlab helper function