Code Monkey home page Code Monkey logo

big-data-coursework-project's Introduction

Human Activity Recognition with Smartphones using Multinomial Logistic Regression

Name: Venkata Siva Abhishek Munukutla

Summary

In this project, I attempted to test the accuracy of a cell/mobile phone prediction of human activity with the help of Multinomial Logistic Regression. The dataset contains 561 columns and over 10000 records. The columns describe features like acceleration and angular velocity contain numeric values between -1 to +1. The columns have been scaled for the ease of use. The columns of the dataset describe the position of the phone in 3 dimensions based on its default calibration. With the help of these values, human activities like sitting, standing, walking, etc. were classified.

Initially, I used Binomial Logistic Regression to classify the activity into either STANDING or NOT STANDING. I was able to achieve 81% accuracy. The model was based on the following equation. ln (P) = 3.30796 * X1 – 2.7903 * X2 + …… ….. + 0.09259 * X560 – 1.49684

Later, I attempted to classify the activity into six categories. However, I ran into nearly 62 % inaccuracy. This made me think that the model could not fit the given data. I will have to use a different Classification Models to achieve the objective.

If I am successful at maximizing the accuracy, I can classify the activity of a person based on the various parameters. This makes the cell/mobile phone equipped with the functionality of predicting the person’s activity and thereby helping the person track his/her daily activity efficiently.

CHECK OUT THE PROJECT REPORT FOR FINAL OBSERVATIONS

Final Report

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.