All Projects → aqibsaeed → Human Activity Recognition Using Cnn

aqibsaeed / Human Activity Recognition Using Cnn

Licence: apache-2.0
Convolutional Neural Network for Human Activity Recognition in Tensorflow

Projects that are alternatives of or similar to Human Activity Recognition Using Cnn

Image classifier
CNN image classifier implemented in Keras Notebook 🖼️.
Stars: ✭ 139 (-63.61%)
Mutual labels:  jupyter-notebook, notebook, convolutional-neural-networks, cnn
Style transfer
CNN image style transfer 🎨.
Stars: ✭ 210 (-45.03%)
Mutual labels:  jupyter-notebook, notebook, convolutional-neural-networks, cnn
Yann
This toolbox is support material for the book on CNN (http://www.convolution.network).
Stars: ✭ 41 (-89.27%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Svhn Cnn
Google Street View House Number(SVHN) Dataset, and classifying them through CNN
Stars: ✭ 44 (-88.48%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Cnn Interpretability
🏥 Visualizing Convolutional Networks for MRI-based Diagnosis of Alzheimer’s Disease
Stars: ✭ 68 (-82.2%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Tensorflow Tutorial
TensorFlow and Deep Learning Tutorials
Stars: ✭ 748 (+95.81%)
Mutual labels:  notebook, convolutional-neural-networks, cnn
Music recommender
Music recommender using deep learning with Keras and TensorFlow
Stars: ✭ 528 (+38.22%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Gtsrb
Convolutional Neural Network for German Traffic Sign Recognition Benchmark
Stars: ✭ 65 (-82.98%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Food Recipe Cnn
food image to recipe with deep convolutional neural networks.
Stars: ✭ 448 (+17.28%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Keras transfer cifar10
Object classification with CIFAR-10 using transfer learning
Stars: ✭ 120 (-68.59%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Practical Machine Learning With Python
Master the essential skills needed to recognize and solve complex real-world problems with Machine Learning and Deep Learning by leveraging the highly popular Python Machine Learning Eco-system.
Stars: ✭ 1,868 (+389.01%)
Mutual labels:  jupyter-notebook, notebook, convolutional-neural-networks
Convisualize nb
Visualisations for Convolutional Neural Networks in Pytorch
Stars: ✭ 57 (-85.08%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Pytorch Learners Tutorial
PyTorch tutorial for learners
Stars: ✭ 97 (-74.61%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Deep Learning With Python
Deep learning codes and projects using Python
Stars: ✭ 195 (-48.95%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Pytorch Image Classification
Tutorials on how to implement a few key architectures for image classification using PyTorch and TorchVision.
Stars: ✭ 272 (-28.8%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks, cnn
Scipy Cookbook
Scipy Cookbook
Stars: ✭ 326 (-14.66%)
Mutual labels:  jupyter-notebook, notebook
Youtube Code Repository
Repository for most of the code from my YouTube channel
Stars: ✭ 317 (-17.02%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Ios 10 Sampler
Code examples for new APIs of iOS 10.
Stars: ✭ 3,341 (+774.61%)
Mutual labels:  convolutional-neural-networks, cnn
Artistic Style Transfer
Convolutional neural networks for artistic style transfer.
Stars: ✭ 341 (-10.73%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks
Cs231
Complete Assignments for CS231n: Convolutional Neural Networks for Visual Recognition
Stars: ✭ 317 (-17.02%)
Mutual labels:  jupyter-notebook, convolutional-neural-networks

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]

Related Problem

User identification from walking activity. Accelerometer dataset from 22 indivduals can be downloaded from the following [link]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].