/Human_Activity_Recognition

Repository for Human Activity Recognition

Primary LanguagePython

Human_Activity_Recognition

Using Human Activity Recognition on UCI-HAR dataset by using different classifiers

Multilayer Perceptron

Using MLP to classify the UCI-HAR dataset.

Observations

classifying with 95-96% accuracy. since 561 feature vectors. Use PCA?

Random Forest

Using Random Forest.