Coder Social home page Coder Social logo

akash073 / human_activity_recognition Goto Github PK

View Code? Open in Web Editor NEW

This project forked from g0rav/human_activity_recognition

0.0 0.0 0.0 38.16 MB

The MHEALTH (Mobile Health) dataset is devised to benchmark techniques dealing with human behavior analysis based on multimodal body sensing.

Jupyter Notebook 100.00%

human_activity_recognition's Introduction

Human_Activity_Recognition

Data Source - http://archive.ics.uci.edu/ml/datasets/mhealth+dataset

Description

The MHEALTH (Mobile HEALTH) dataset comprises body motion and vital signs recordings for ten volunteers of diverse profile while performing several physical activities. Sensors placed on the subject's chest, right wrist and left ankle are used to measure the motion experienced by diverse body parts, namely, acceleration, rate of turn and magnetic field orientation. The sensor positioned on the chest also provides 2-lead ECG measurements, which can be potentially used for basic heart monitoring, checking for various arrhythmias or looking at the effects of exercise on the ECG.

ACTIVITY SET (class labels)

The activity set is listed in the following:

  • L1: Standing still (1 min)
  • L2: Sitting and relaxing (1 min)
  • L3: Lying down (1 min)
  • L4: Walking (1 min)
  • L5: Climbing stairs (1 min)
  • L6: Waist bends forward (20x)
  • L7: Frontal elevation of arms (20x)
  • L8: Knees bending (crouching) (20x)
  • L9: Cycling (1 min)
  • L10: Jogging (1 min)
  • L11: Running (1 min)
  • L12: Jump front & back (20x)

NOTE: In brackets are the number of repetitions (Nx) or the duration of the exercises (min).

Code

Whole project is split into 3 parts:

  • Fetching Data from UCI machine learning repository.
  • Performing EDA to gain insights about the data and prepare dataset for DL.
  • Train Deep Learning model and make predictions.

Well we can easily distinguish between static and dynamic activities by looking at the data but for differentiate between same kind, we need Machine learning or deep learning model. As this is time series problem, I've used LSTMs for model training.

Model Architechture:

Result

It performs well on almost all activities but confuses between few activity.

human_activity_recognition's People

Contributors

g0rav 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.