Skip to content

Deep learning and LSTM approaches for human activity recognition

Notifications You must be signed in to change notification settings

CloverCho/CASAS_LSTMs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This project is a fork of deep-cases which handles Deep learning and LSTM approaches for human activity recognition, which is included in the paper "A Sequential Deep Learning Application for Recognising Human Activities in Smart Homes" accepted for Neurocomputing journal.

Data

The data.py script loads some CASAS datasets and saves them into NumPy binary format files .npy for faster loading later.

python data.py

Train

python train.py --v LSTM
python train.py --v biLSTM
python train.py --v Ensemble2LSTM
python train.py --v CascadeEnsembleLSTM
python train.py --v CascadeLSTM

About

Deep learning and LSTM approaches for human activity recognition

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%