torch_ecg.models¶
This module contains the model architectures for ECG various tasks.
Convolutional neural backbones¶
|
ResNet model. |
|
RegNet model. |
|
CNN feature extractor of VGG architecture. |
|
Xception model. |
|
The core part of the SOTA model (framework) of CPSC2020. |
|
MobileNet V1. |
|
MobileNet V2. |
|
MobileNet V3. |
|
CNN part of the SOTA model from CPSC2019 challenge (entry 0416). |
Downstream task models¶
|
U-Net for (multi-lead) ECG wave delineation. |
|
U-Net for ECG wave delineation. |
|
Convolutional (Recurrent) Neural Network for ECG tasks. |
|
SOTA model from CPSC2019 challenge. |
|
LSTM model for RR time series classification or sequence labeling. |
Saliency analysis¶
|
NOT finished, |