Project Overview
Built the full ECG pipeline from raw signal processing through inference, including filtering, segmentation, feature extraction, model training, and evaluation.
Developed and evaluated multiple learning approaches, including conventional neural networks and spiking neural networks, to study which methods were most promising for low-power wearable hardware.
Used PyTorch with GPU acceleration to train and compare models while tracking confusion matrices, classification metrics, and system-level tradeoffs.
Focused the project on what could realistically run on embedded hardware, balancing model quality against power, memory, and latency constraints.