Heart Disease Prediction Based on MWMOTE and Res-BiGRU Models

Qichen Han,Huizhou Liu,Mengxing Huang,Yuanyuan Wu,Yu Zhang
DOI: https://doi.org/10.1109/prai59366.2023.10332042
2023-01-01
Abstract:Predicting the incidence rate of heart disease is of inestimable significance in the field of clinical medicine and health management. In recent years, machine learning and artificial intelligence technologies have developed rapidly, offering new possibilities for the prediction and diagnosis of heart disease. However, there are challenges in collecting disease data, as the number of diseased samples is often much larger than the normal sample size. Moreover, traditional prediction methods struggle to fully extract the spatio-temporal characteristics of the data, resulting in low prediction accuracy and issues such as gradient dispersion in complex prediction systems. To address these challenges, this paper proposes a new heart disease prediction model, which is based on the Minority Weighted Majority Oversampling Technique (MWMOTE) and improved Residual Bidirectional Gated Recurrent Unit (Res-BIGRU). The model utilizes the MWMOTE oversampling method to balance the positive and negative samples of the dataset, and employs CNN and BiGRU to extract features, while using residual connections to avoid gradient dispersion and alleviate network degradation. The model's optimal parameters are determined through continuous experiments. Testing and evaluating the model reveals an accuracy of 0.98. In comparison to multiple traditional prediction models reproduced for the experiment, this model demonstrates higher prediction accuracy, enabling better assistance for doctors in diagnosing heart disease.
What problem does this paper attempt to address?