- Notifications
You must be signed in to change notification settings - Fork0
Trybnetic/tu7-acceleration-sleep-wake-classification
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Code and materials from "Discrimination of sleep and wake periods from a hip-worn raw acceleration sensor using recurrent neural networks"
This repository contains the documentation, code and materials for our paper"Discrimination of sleep and wake periods from a hip-worn raw accelerationsensor using recurrent neural networks".The documentation contains code snippets to load the.gt3x
and the datafrom the Actiwave.edf
files and store the data for the subjects that wornboth devices in a new HDF5 fileBEDTIME_TU7.hdf5
which is compatible withthe pandas API. Later notebooks also show how the manual annotation data can beadded resulting in a newANNOTATED_BEDTIME_TU7.hdf5
file.Further notebooks can be found in which the performed experiments are documentedand in which the data analysis was conducted.
All code here was developed using conda to make it reproducible. To work withthis repository follow the following steps.
- Clone this repository
git clone https://github.com/Trybnetic/sleep-study.gitcd sleep-study/
- Install the dependencies
conda create -f environment.yml
- Activate the environment
conda activate bedtime
- Work on the notebooks
jupyter notebook
This work was supported by the High North Population Studies at UiT The ArcticUniversity of Norway.
About
Supporting material for the paper ''Discrimination of sleep and wake periods from a hip-worn raw acceleration sensor using recurrent neural networks''
Topics
Resources
Uh oh!
There was an error while loading.Please reload this page.