Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aqibsaeed/human-activity-recognition-using-cnn

Convolutional Neural Network for Human Activity Recognition in Tensorflow
https://github.com/aqibsaeed/human-activity-recognition-using-cnn

android cnn convolutional-neural-networks deep-learning human-activity-recognition notebook tensorflow

Last synced: 1 day ago
JSON representation

Convolutional Neural Network for Human Activity Recognition in Tensorflow

Awesome Lists containing this project

README

        

## CNN for Human Activity Recognition


Python notebook for blog post Implementing a CNN for Human Activity Recognition in Tensorflow.

### Tools Required

Python 2.7 is used during development and following libraries are required to run the code provided in the notebook:
* Tensorflow
* Numpy
* Matplotlib
* Pandas

### Dataset

The WISDM Actitracker dataset used for model training, can be downloaded from the following [[link]](http://www.cis.fordham.edu/wisdm/dataset.php)

### Related Problem

User identification from walking activity. Accelerometer dataset from 22 indivduals can be downloaded from the following [[link]](http://archive.ics.uci.edu/ml/datasets/User+Identification+From+Walking+Activity)