# cpsc2021 **Repository Path**: deep-psp/cpsc2021 ## Basic Information - **Project Name**: cpsc2021 - **Description**: Paroxysmal Atrial Fibrillation Events Detection from Dynamic ECG Recordings: The 4th China Physiological Signal Challenge 2021 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-04-27 - **Last Updated**: 2022-12-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CPSC2021 Paroxysmal Atrial Fibrillation Events Detection from Dynamic ECG Recordings: The 4th China Physiological Signal Challenge 2021 ## Offline generated training data [CPSC2021-sliced](https://www.kaggle.com/wenh06/cpsc2021-sliced) on Kaggle. ## Results (Rankings) ### Results on the partial hidden test set (only the top of the table is included) to update... ### Results on the partial hidden test set  ### Results on the validation set Raw results are gathered into one zip file, the `val_res.zip` in the [`results`](/results/) folder | Network(s) | Merge Rule | Score on Partial Hidden Test Set | Score on Validation Set| |-------------------|---------------|----------------------------------|------------------------| | LSTM | NA | 1.9392 | 2.0621 | | SeqTag | NA | 1.9781 | 2.1577 | | U-Net | NA | 1.3699 | NA | | LSTM + U-Net | Union | 1.7829 | NA | | LSTM + SeqTag | Intersection | 1.9287 | NA | | LSTM + SeqTag | Union | 1.9766 | 2.1682 | | **LSTM + SeqTag** | **New Union** | ? | **2.2179** | ### Confusion matrices of the LSTM model and the SeqTag model