This repository consist of code implementation for Human Activity Recognition using smart phone. We have implemented multi-class classification problem using both statistical and deep learning methods.
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.
-numpy
-pandas
-matplotlib
-seaborn
-sklearn
-numpy
-pandas
-matplotlib
-tensorflow 2.0+
-sklearn
Dataset for the same can be downloaded from the given link.
link - https://archive.ics.uci.edu/ml/datasets/human+activity+recognition+using+smartphones
-Logistic Regression
-Linear Support Vector Classifier
-Kernal Support Vector Classifier
-Decision Tree
-Random Forest
-Gradient Boosting Decision Tree
-Sequential LSTM Model
Chirag Malaviya
Applied AI Case Study