HUMAN ACTIVITY RECOGNITION USING SMARTPHONES

PAPER - CS660
GROUP - 22

A PROJECT ON MACHINE LEARNING BY PINKI PRADHAN

INTRODUCTION


Project proposal and plan


DATASET


MIDWAY TARGET


MIDWAY PROJECT PRESENTATION


BASELINE IMPLEMENTATION:



IMPROVEMENTS

As I have mentioned earlier I tried to implement transition of activites recogntion . Transtion recognition means, suppose a person is sitting and then he changes his activities means he stands suddenly and it takes 4sec to that person to change his activity . If we consider those 4sec value of accelerometer then we can not classify that neither as standing nor as sitting . So we need to take that transition recognition into consideration. For this transition recognition I need different dataset for that because the dataset that i am currently working doesn't contain any data regarding this transition recognition . I tried searching a lot but I couldnot find any dataset which contains these transition recognition . So I collected data from accelerometer of my phone . As recording values of sensor is quite difficult i couldnot collect much datas . I was able to collect only nearly 1000 data from myphone which contains 6 transition activities i.e Sitting to standing, Standing to sitting, Lying to sitting, Sitting to lying, Walking to sitting, Standing to lying. Then I implemented LSTM model . I got an accuracy of 100% but the loss is a bit high.

learning curve confusion matrix

RESULTS