choi2018: Convolutional neural network for real-time apnea-hypopnea...

View source: R/models.R

choi2018R Documentation

Convolutional neural network for real-time apnea-hypopnea event detection during sleep

Description

Keras implementation of the deep learning architecture described by Choi & Al in "Real-time apnea-hypopnea event detection during sleep by convolutional neural network".

Usage

choi2018(segment_size = 160)

Arguments

segment_size

Integer. The size of the segment to predict.

Value

A Keras sequential model.

References

Choi SH, Yoon H, Kim HS, et al. Real-time apnea-hypopnea event detection during sleep by convolutional neural networks. Computers in Biology and Medicine. 2018;100:123-131.


rsleep documentation built on Nov. 6, 2023, 1:06 a.m.