The paper
This project focused on the development of a machine learning model capable of distinguishing cardiac arrhythmias from normal electrocardiogram (ECG) signals. The primary aim was to build a reliable tool that could assist healthcare professionals in the diagnosis of arrhythmias, potentially leading to improved patient outcomes.
This project has successfully trained, compared two models and creatively identified popular deep learning model, Bidirectional Encoder Representations from Transformers (BERT), as a powerful tool. Models were trained and tested using the widely-used MIT-BIH Arrhythmia Database, which contains ECG recordings from a diverse range of patients with various cardiac conditions. A model was optimized using a random forest algorithm, which resulted in a high accuracy rate of 98.45% in identifying arrhythmias. And the other model was optimized using BERT model, with 87% accuracy rate.
Pythonis required to run the model.Internetis required to load the data.Colabis an optional environment setup.
- Upload the
Detection.ipynbto Colab. - Connect to runtime
- Change runtime type to GPU hardware accelerator
- Click Run button for each section to replicate feature engineering, BERT Model, and Random Forest Model
- except for "2.3.2 Train" in "2.3 Trained with Pre-Trained BERT". This part might take more than 2 hours on GTX-3090.
Thanks to prof. Karl Ni and all the references mentioned in the paper.