Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robwiederstein/leek_assignment
https://github.com/robwiederstein/leek_assignment
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/robwiederstein/leek_assignment
- Owner: RobWiederstein
- Created: 2015-02-16T19:06:55.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-02-16T19:22:05.000Z (over 9 years ago)
- Last Synced: 2023-08-23T16:54:14.607Z (about 1 year ago)
- Language: R
- Size: 1.37 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
HAR Data Set Assignment
=======================This project deals with human activity recognition ("HAR"). The data set
is available from the [UCI Machine Learning
Repository](http://archive.ics.uci.edu/ml/datasets/Human+Activity+Recognition+Using+Smartphones).
There are 10,299 observations in the data set.While wearing a smartphone, thirty volunteers participated in six
activities: walking, walking upstairs, walking downstairs, sitting,
standing, standing, and laying. The subjects were divided into two sets
with 21 assigned to the training set and 9 to the test set.The assignment essentially required for the data to be recombined in one
tidy dataframe and computations to be completed. Since no computations
were required of the "Inertial Signals" folder, it was disregarded.