Code Monkey home page Code Monkey logo

humanactivityrecognition's Introduction

Human Activity Recognition

This project is to build a model that predicts the human activities such as Walking, Walking_Upstairs, Walking_Downstairs, Sitting, Standing or Laying.

This dataset is collected from 30 persons(referred as subjects in this dataset), performing different activities with a smartphone to their waists. The data is recorded with the help of sensors (accelerometer and Gyroscope) in that smartphone. This experiment was video recorded to label the data manually.

Data

All the data is present in 'UCI_HAR_dataset/' folder in present working directory. Feature names are present in 'UCI_HAR_dataset/features.txt'

1.Train Data:

  1. 'UCI_HAR_dataset/train/X_train.txt'
  2. 'UCI_HAR_dataset/train/subject_train.txt'
  3. 'UCI_HAR_dataset/train/y_train.txt'

2.Test Data:

  1. 'UCI_HAR_dataset/test/X_test.txt'
  2. 'UCI_HAR_dataset/test/subject_test.txt'
  3. 'UCI_HAR_dataset/test/y_test.txt'

Qucik overview of the dataset:

  1. Accelerometer and Gyroscope readings are taken from 30 volunteers(referred as subjects) while performing the following 6 Activities. Walking WalkingUpstairs WalkingDownstairs Standing Sitting Lying.
  2. Readings are divided into a window of 2.56 seconds with 50% overlapping.
  3. Accelerometer readings are divided into gravity acceleration and body acceleration readings, which has x,y and z components each.
  4. Gyroscope readings are the measure of angular velocities which has x,y and z components.
  5. Jerk signals are calculated for BodyAcceleration readings.
  6. Fourier Transforms are made on the above time readings to obtain frequency readings.
  7. Now, on all the base signal readings., mean, max, mad, sma, arcoefficient, engerybands,entropy etc., are calculated for each window.
  8. We get a feature vector of 561 features and these features are given in the dataset.
  9. Each window of readings is a datapoint of 561 features.

Problem Framework

  1. 30 subjects(volunteers) data is randomly split to 70%(21) test and 30%(7) train data.
  2. Each datapoint corresponds one of the 6 Activities.

Problem Statement

  1. Given a new datapoint we have to predict the Activity

humanactivityrecognition's People

Contributors

karthikraja95 avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.