HAR-stacked-residual-bidir-LSTMs
Activity recognizer
An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow.
Using deep stacked residual bidirectional LSTM cells (RNN) with TensorFlow, we do Human Activity Recognition (HAR). Classifying the type of movement amongst 6 categories or 18 categories on 2 different datasets.
319 stars
19 watching
100 forks
Language: Python
last commit: about 2 years ago
Linked from 1 awesome list
bidirectional-lstm-cellshuman-activity-recognitionlstmresidual-layersresidual-lstm-cellsrnnstacked-layerstensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
neuraxio/lstm-human-activity-recognition | An LSTM-based human activity recognition system using smartphone sensor data. | 3 |
guillaume-chevalier/lstm-human-activity-recognition | This project aims to recognize human activities using a smartphone's accelerometer and gyroscope data with an LSTM RNN. | 3,352 |
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |
robromijnders/lstm_tsc | An implementation of a Long Short-term memory model for time series classification using Python and TensorFlow. | 408 |
yxu0611/tensorflow-implementation-of-lcnn | An implementation of a deep face recognition algorithm in TensorFlow | 78 |
pistony/residualattentionnetwork | A Gluon implementation of Residual Attention Network for image classification tasks | 107 |
tengshaofeng/residualattentionnetwork-pytorch | Implementing a deep learning framework for image classification using Residual Attention Network architecture | 680 |
jrbtaylor/activitynet | An implementation of the 2016 ActivityNet action recognition challenge using a CNN + LSTM approach with multi-threaded loading. | 54 |
l0sg/relational-rnn-pytorch | An implementation of DeepMind's Relational Recurrent Neural Networks (Santoro et al. 2018) in PyTorch for word language modeling | 244 |
franck-dernoncourt/neuroner | Named-entity recognition using neural networks. | 1,698 |
mhjabreel/stf-rnn | Recurrent neural network model for predicting people's next location based on spatial and temporal features | 28 |
carpedm20/lstm-char-cnn-tensorflow | An implementation of Character-Aware Neural Language Models using TensorFlow and combining multiple neural network architectures. | 769 |
huguyuehuhu/hcn-pytorch | Replication of a PyTorch model for action recognition and detection from skeleton data | 219 |
xternalz/wideresnet-pytorch | An implementation of Wide Residual Networks in PyTorch for efficient deep learning on CIFAR10/100 datasets. | 333 |
hasnainraz/fc-densenet-tensorflow | Re-implementation of a 100-layer fully convolutional network architecture for image segmentation | 123 |