LSTM-Human-Activity-Recognition
Activity recognition
This project aims to recognize human activities using a smartphone's accelerometer and gyroscope data with an LSTM RNN.
Human Activity Recognition example using TensorFlow on smartphone sensors dataset and an LSTM RNN. Classifying the type of movement amongst six activity categories - Guillaume Chevalier
3k stars
160 watching
938 forks
Language: Jupyter Notebook
last commit: about 2 years ago
Linked from 3 awesome lists
activity-recognitiondeep-learninghuman-activity-recognitionlstmmachine-learningneural-networkrecurrent-neural-networksrnntensorflow
Related projects:
Repository | Description | Stars |
---|---|---|
neuraxio/lstm-human-activity-recognition | An LSTM-based human activity recognition system using smartphone sensor data. | 3 |
guillaume-chevalier/har-stacked-residual-bidir-lstms | An implementation of a deep neural network architecture for Human Activity Recognition using stacked residual bidirectional LSTM cells with TensorFlow. | 319 |
amitshekhariitbhu/androidtensorflowmnistexample | A machine learning project that trains an Android model to recognize handwritten digits using TensorFlow and MNIST dataset. | 464 |
binroot/tensorflow-book | A comprehensive resource for learning machine learning using TensorFlow. | 4,453 |
sherjilozair/char-rnn-tensorflow | A tool for training and sampling character-level language models using multi-layer recurrent neural networks | 2,643 |
robromijnders/lstm_tsc | An implementation of a Long Short-term memory model for time series classification using Python and TensorFlow. | 408 |
mhjabreel/stf-rnn | Recurrent neural network model for predicting people's next location based on spatial and temporal features | 28 |
ma-shamshiri/human-activity-recognition | A project to classify human activities using data from accelerometer and gyroscope sensors | 98 |
guillaumegenthial/sequence_tagging | Named Entity Recognition model using LSTM and CRF with character embeddings | 1,946 |
vonfeng/deepmove | A PyTorch-based implementation of a predictive model for human mobility patterns using attention mechanisms and recurrent neural networks. | 144 |
jaungiers/lstm-neural-network-for-time-series-prediction | A Python implementation of a Long Short-Term Memory neural network designed for predicting time series data sequences | 4,841 |
lausbert/exermote | An iOS fitness app prototype that uses machine learning to detect and count various exercises based on movement data | 128 |
abhineet123/deep-learning-for-tracking-and-detection | A collection of papers, datasets, code, and resources for object tracking and detection using deep learning. | 2,437 |
hfawaz/dl-4-tsc | This project provides a framework for evaluating and comparing different deep learning architectures for time series classification tasks. | 1,558 |
google/uis-rnn | This library provides an implementation of an algorithm for segmenting and clustering sequential data, learning from examples. | 1,560 |