Stroke Prediction using Clinical and Social Features in Machine Learning
This work addresses stroke risk prediction for individuals to potentially motivate lifestyle changes, but it appears incremental as it compares existing methods without introducing new techniques.
The paper tackled stroke prediction by comparing neural networks and logistic regression models using clinical and social features, aiming to develop an effective predictor that minimizes false negatives, but no concrete results or numbers were reported in the abstract.
Every year in the United States, 800,000 individuals suffer a stroke - one person every 40 seconds, with a death occurring every four minutes. While individual factors vary, certain predictors are more prevalent in determining stroke risk. As strokes are the second leading cause of death and disability worldwide, predicting stroke likelihood based on lifestyle factors is crucial. Showing individuals their stroke risk could motivate lifestyle changes, and machine learning offers solutions to this prediction challenge. Neural networks excel at predicting outcomes based on training features like lifestyle factors, however, they're not the only option. Logistic regression models can also effectively compute the likelihood of binary outcomes based on independent variables, making them well-suited for stroke prediction. This analysis will compare both neural networks (dense and convolutional) and logistic regression models for stroke prediction, examining their pros, cons, and differences to develop the most effective predictor that minimizes false negatives.