Thanks to visit codestin.com
Credit goes to github.com

Skip to content

say-yas/DL_ActRec

Repository files navigation

Deep learning for activity recognition

This package is implemented by Sharareh Sayyad. It explores the classification problem for a time-dependent dataset. In particular, the code is implemented to address this problem on WISDM dataset.

Model architectures

Various deep learning models are implemented in this package, including:

A notebook to analyze the statistical behavior of the dataset is available here.

Requirements

A collection of required packages to install and execute our code is stored in requirements.txt.

Installation

To install the package, one can either call sh install.sh or try pip install . inside the package's main directory.

How to use

After installing the package, all provided notebooks and Python codes in data_analysis, MLP, CNN_LSTM and Transformer directories can be used.

See the report file for further details.

Summary of best results

I have collected a selected number of my best performed parameter sets and their associated metrics on the test sets in postprocessing_avg/. The results are obtained from averaging the outputs of each particular model for 20 different trainings.