Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 601 Bytes

File metadata and controls

18 lines (9 loc) · 601 Bytes

Subject Cross Validation in Human Activity Recognition

A paper investigatig the impact of subject cross Validation and Overlapping sliding windows in activity recognition systems.

The Scripts folder contains the modules for:

1- Preprocessing (windowing and feature extraction) the dataset (here)

2- Applying classification on windowed dataset

3- Generating all figures in the paper

Please first install required python packages through running this command: "python setup.py install"