Git Product home page Git Product logo

smart-alarm-learning-labels's Introduction

smart-alarm-learning-labels

The Smart Alarm 2.0 project aims to suppress false, invalid SpO2 low alarms emitted by pulse oximetry machines. Large SpO2 alarm datasets with labels of whether an alarm should be suppressed or not do not exist and are expensive to create. Hence we are using Snorkel to programmatically label datasets using several rules based on domain knowledge.

Installation

Clone this repository.

git clone https://github.com/sfpugh/smart-alarm-learning-labels.git

Create a virtual environment using Python3 virtualenv and add it to Jupyter Notebook.

pip3 install --upgrade virtualenv
virtualenv -p python3 <env_name>
source <env_name>/bin/activate

pip install -r requirements.txt

python -m ipykernel install --user --name=<env_name>

deactivate

Usage

Unzip the data to avoid having to re-build it from scratch.

cd data/
unzip data.zip

Jupyter notebook "learn_labels_STABLE.ipynb" is the notebook from which you should call all other experiments in "./Experiments". You can open the notebook with the following command.

jupyter notebook learn_labels_STABLE.ipynb

Then activate the virtual environment created in the installation steps by navigating to the 'Kernel' tab in the toolbar, then hover on 'Change kernel', then select the proper environment. Edit the last cell in the notebook to run the experiment of interest as follows, then run all cells.

%run ./Experiments/<E#-description>.ipynb

Resources

smart-alarm-learning-labels's People

Contributors

sfpugh avatar ericlupy avatar sheldorpanda avatar

Watchers

 avatar  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.