Skip to content

entbappy/Activity_Recognition_UCI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project Name:

Activity Recognition system based on Multisensor data fusion (AReM) Data Set

Link of Data: https://archive.ics.uci.edu/ml/machine-learning-databases/00366/AReM.zip

Link of UCI: https://archive.ics.uci.edu/ml/datasets/Activity+Recognition+system+based+on+Multisensor+data+fusion+%2528AReM%2529#

Data Set Information:

This dataset represents a real-life benchmark in the area of Activity Recognition applications, as described in [1].

The classification tasks consist in predicting the activity performed by the user from time-series generated by a Wireless Sensor Network (WSN), according to the EvAAL competition technical annex ([Web Link]).

In our activity recognition system we use information coming the implicit alteration of the wireless channel due to the movements of the user. The devices measure the RSS of the beacon packets they exchange among themselves in the WSN [2].

We collect RSS data using IRIS nodes embedding a Chipcon AT86RF230 radio subsystem that implements the IEEE 802.15.4 standard and programmed with a TinyOS firmware. They are placed on the user’s chest and ankles. For the purpose of communications, the beacon packets are exchanged by using a simple virtual token protocol that completes its execution in a time slot of 50 milliseconds. A modified version of the Spin ([Web Link]) token-passing protocol is used to schedule node transmission, in order to prevent packet collisions and maintain high data collection rate. When an anchor is transmitting, all other anchors receive the packet and perform the RSS measurements. The payload of the transmitting packet is the set of RSS values between the transmitting node and the other sensors sampled during the previous cycle.

From the raw data we extract time-domain features to compress the time series and slightly remove noise and correlations.

We choose an epoch time of 250 milliseconds according to the EVAAL technical annex. In such a time slot we elaborate 5 samples of RSS (sampled at 20 Hz) for each of the three couples of WSN nodes (i.e. Chest-Right Ankle, Chest-Left Ankle, Right Ankle-Left Ankle). The features include the mean value and standard deviation for each reciprocal RSS reading from worn WSN sensors.

For each activity 15 temporal sequences of input RSS data are present. The dataset contains 480 sequences, for a total number of 42240 instances.

We also consider two kind of bending activity, illustrated in the figure provided (bendingTupe.pdf). The positions of sensor nodes with the related identifiers are shown in figure sensorsPlacement.pdf.

DVC (Data Version Control)

DVC has been used to automated this project

Reference repo:

Github: https://github.com/entbappy/Activity_Recognition_UCI

data_source: https://archive.ics.uci.edu/ml/machine-learning-databases/00366/AReM.zip

STEPS:

STEP 01: Clone the repository

git clone https://github.com/entbappy/Activity_Recognition_UCI.git

STEP 02: create and activate conda environment

conda create -n activity python=3.7 -y
conda activate activity

STEP 03: install requirements.txt

pip install -r requirements.txt

STEP 04: run the dvc repro command

dvc repro

Authors:

Author: Bappy Ahmed
Email: entbappy73@gmail.com
Date:12-Oct-2021
Linkedin: https://www.linkedin.com/in/boktiarahmed73/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages