Git Product home page Git Product logo

sleep-stages-classification's Introduction

Acquiring Labelled Data

One night of sleeping data was collected from five different people. Acceleration was collected using an android phone accelerometer, and heart rate data was collected using the Huawei Watch 2. CSVs of the data were stored onto the phone and exported for analysis. True sleep stage values were determined by an already-fabricated sleep app.

Training a Classifier

(In python/A2.5/activity-classification-train.py)

All CSVs were loaded and stacked together. After merging the heartrate and acceleration datasets together by timestamp, a random forest classifier worked best to classify the data. Results are as follows:

average accuracy: 0.980
average precision awake: 0.983
average recall awake: 0.981
average precision light sleep: 0.967
average recall light sleep: 0.988
average precision deep sleep: 0.994
average recall deep sleep: 0.902

sleep-stages-classification's People

Contributors

ammayberry1 avatar bpine0 avatar ekatwood avatar erisinger avatar ruifengwang0 avatar shivi127 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.