Skip to content

v0.1.3 Normalization

Latest
Compare
Choose a tag to compare
@bunyaminergen bunyaminergen released this 08 Feb 23:01
· 0 commits to develop since this release
1ff3809

v0.1.3 Normalization

Description:

  • Added local peak normalization to scale each ECG segment to [-1, +1].
  • Introduced global z-score normalization for a standardized amplitude distribution across segments.
  • Strengthened input consistency and numerical stability, reducing amplitude drift.
  • Notable improvement in model performance, especially for atrial fibrillation (AF) detection.

Highlights:

  • AUC for AF detection increased from 0.731 to 0.7698, demonstrating enhanced classification performance for AF.
  • Other AUC scores:
    • Normal: 0.7008

    • Other: 0.5133

    • Noisy: 0.8610

    • Overall macro AUC: 0.7112

  • Suitable for projects requiring consistent training data and cross-subject comparability.

normalization