sandeepbilthare / tidydataset

Summary of activity related to wearables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

==================================================================

This project is an analysis of Human Activity Recognition Using Smartphones Dataset. The dataset used for this project is available at: http://archive.ics.uci.edu/dataset/240/human+activity+recognition+using+smartphones

==================================================================

The project includes the following files:

  • 'README.md'

  • 'run_analysis.R': R script containing code for analysis.

  • 'data': Folder containing raw datasets with one folder for test and another folder for train and respective datasets within those two folders.

  • 'output': Output files of the analysis.

  • 'output/avgValues.txt': a text file containing average of each activity for all subjects.

The following input files are required for the train and test data analysis.

  • 'data/train/subject_train.txt', 'data/train/Y_train.txt', 'data/train/X_train.txt'

  • 'data/test/subject_test.txt', 'data/test/Y_test.txt', 'data/test/X_test.txt'

  • 'data/features.txt'

Notes:

  • Add the input datafiles before carrying out the analysis using run_analysis.R script.

About

Summary of activity related to wearables


Languages

Language:R 100.0%