2,567 research outputs found

    Machine-learning-based diabetes prediction using multi-sensor data

    Get PDF
    Diabetes is one such chronic disease that, if undetected, can result in several adverse symptoms or diseases. It requires continuous and active monitoring, for example, by using various smartphone sensors, wearable/smart watches, etc. These devices are minimally invasive in nature and can also track various physiological signals, which are important for the prediction of diabetes. Machine-learning algorithms and artificial intelligence are some of the most important tools used for the prediction/detection of diabetes using different types of physiological signals. In this study, we have focused on using multiple sensors such as glucose, ECG, accelerometer, and breathing sensors for classifying patients with diabetes disease. We analyzed whether a single sensor or multiple sensors can predict diabetes well. We identified various time-domain and interval-based features that are used for predicting diabetes and also the optimal window size for the feature calculation. We found that a multi-sensor combination using glucose, ECG, and accelerometer sensors gives the highest prediction accuracy of 98.2% with the xgboost algorithm. Moreover, multi-sensor prediction shows nearly 4 - 5% increase in the diabetes prediction rates as compared to single sensors. We observed that breathing-sensor-related data have very little influence on the prediction of diabetes. We also used the score-fit-times curve as one of the metrics for the evaluation of models. From the performance curves, we observed that three sensor combinations using glucose, ECG, and accelerometer converge faster as compared to a four-sensor combination while achieving with same accuracy.Peer reviewe

    Advances in Patient Classification for Traditional Chinese Medicine: A Machine Learning Perspective

    Get PDF
    As a complementary and alternative medicine in medical field, traditional Chinese medicine (TCM) has drawn great attention in the domestic field and overseas. In practice, TCM provides a quite distinct methodology to patient diagnosis and treatment compared to western medicine (WM). Syndrome (ZHENG or pattern) is differentiated by a set of symptoms and signs examined from an individual by four main diagnostic methods: inspection, auscultation and olfaction, interrogation, and palpation which reflects the pathological and physiological changes of disease occurrence and development. Patient classification is to divide patients into several classes based on different criteria. In this paper, from the machine learning perspective, a survey on patient classification issue will be summarized on three major aspects of TCM: sign classification, syndrome differentiation, and disease classification. With the consideration of different diagnostic data analyzed by different computational methods, we present the overview for four subfields of TCM diagnosis, respectively. For each subfield, we design a rectangular reference list with applications in the horizontal direction and machine learning algorithms in the longitudinal direction. According to the current development of objective TCM diagnosis for patient classification, a discussion of the research issues around machine learning techniques with applications to TCM diagnosis is given to facilitate the further research for TCM patient classification

    A review of wearable sensors based monitoring with daily physical activity to manage type 2 diabetes

    Get PDF
    Globally, the aging and the lifestyle lead to rabidly increment of the number of type two diabetes (T2D) patients. Critically, T2D considers as one of the most challenging healthcare issue. Importantly, physical activity (PA) plays a vital role of improving glycemic control T2D. However, daily monitoring of T2D using wearable devices/ sensors have a crucial role to monitor glucose levels in the blood. Nowadays, daily physical activity (PA) and exercises have been used to manage T2D. The main contribution of the proposed study is to review the literature about managing and monitoring T2D with daily PA through wearable devices and sensors. Finally, challenges and future trends are also highlighted

    Mirror mirror on the wall... an unobtrusive intelligent multisensory mirror for well-being status self-assessment and visualization

    Get PDF
    A person’s well-being status is reflected by their face through a combination of facial expressions and physical signs. The SEMEOTICONS project translates the semeiotic code of the human face into measurements and computational descriptors that are automatically extracted from images, videos and 3D scans of the face. SEMEOTICONS developed a multisensory platform in the form of a smart mirror to identify signs related to cardio-metabolic risk. The aim was to enable users to self-monitor their well-being status over time and guide them to improve their lifestyle. Significant scientific and technological challenges have been addressed to build the multisensory mirror, from touchless data acquisition, to real-time processing and integration of multimodal data

    Cardiovascular Disorder Detection with a PSO-Optimized Bi-LSTM Recurrent Neural Network Model

    Get PDF
    The medical community is facing ever-increasing difficulties in identifying and treating cardiovascular diseases. The World Health Organization (WHO) reports that despite the availability of numerous high-priced medical remedies for persons with heart problems, CVDs continue to be the main cause of mortality globally, accounting for over 21 million deaths annually. When cardiovascular diseases are identified and treated early on, they cause far fewer deaths. Deep learning models have facilitated automated diagnostic methods for early detection of these diseases. Cardiovascular diseases often present insidious symptoms that are difficult to identify in a timely manner. Prompt diagnosis of individuals with CVD and related conditions, such as high blood pressure or high cholesterol, is crucial to initiate appropriate treatment. Recurrent neural networks (RNNs) with gated recurrent units (GRUs) have recently emerged as a more advanced variant, capable of surpassing Long Short-Term Memory (LSTM) models in several applications. When compared to LSTMs, GRUs have the advantages of faster calculation and less memory usage. When it comes to CVD prediction, the bio-inspired Particle Swarm Optimization (PSO) algorithm provides a straightforward method of getting the best possible outcomes with minimal effort. This stochastic optimization method requires neither the gradient nor any differentiated form of the objective function and emulates the behaviour and intelligence of swarms. PSO employs a swarm of agents, called particles, that navigate the search space to find the best prediction type.This study primarily focuses on predicting cardiovascular diseases using effective feature selection and classification methods. For CVD forecasting, we offer a GRU model built on recurrent neural networks and optimized with particle swarms (RNN-GRU-PSO). We find that the proposed model significantly outperforms the state-of-the-art models (98.2% accuracy in predicting cardiovascular diseases) in a head-to-head comparison

    Detecting Heart Attacks Using Learning Classifiers

    Get PDF
    Cardiovascular diseases (CVDs) have emerged as a critical global threat to human life. The diagnosis of these diseases presents a complex challenge, particularly for inexperienced doctors, as their symptoms can be mistaken for signs of aging or similar conditions. Early detection of heart disease can help prevent heart failure, making it crucial to develop effective diagnostic techniques. Machine Learning (ML) techniques have gained popularity among researchers for identifying new patients based on past data. While various forecasting techniques have been applied to different medical datasets, accurate detection of heart attacks in a timely manner remains elusive. This article presents a comprehensive comparative analysis of various ML techniques, including Decision Tree, Support Vector Machines, Random Forest, Extreme Gradient Boosting (XGBoost), Adaptive Boosting, Multilayer Perceptron, Gradient Boosting, K-Nearest Neighbor, and Logistic Regression. These classifiers are implemented and evaluated in Python using data from over 300 patients obtained from the Kaggle cardiovascular repository in CSV format. The classifiers categorize patients into two groups: those with a heart attack and those without. Performance evaluation metrics such as recall, precision, accuracy, and the F1-measure are employed to assess the classifiers’ effectiveness. The results of this study highlight XGBoost classifier as a promising tool in the medical domain for accurate diagnosis, demonstrating the highest predictive accuracy (95.082%) with a calculation time of (0.07995 sec) on the dataset compared to other classifiers

    Development of a convenient and effective hypertension risk prediction model and exploration of the relationship between Serum Ferritin and Hypertension Risk: a study based on NHANES 2017—March 2020

    Get PDF
    BackgroundHypertension is a major public health problem, and its resulting other cardiovascular diseases are the leading cause of death worldwide. In this study, we constructed a convenient and high-performance hypertension risk prediction model to assist in clinical diagnosis and explore other important influencing factors.MethodsWe included 8,073 people from NHANES (2017—March 2020), using their 120 features to form the original dataset. After data pre-processing, we removed several redundant features through LASSO regression and correlation analysis. Thirteen commonly used machine learning methods were used to construct prediction models, and then, the methods with better performance were coupled with recursive feature elimination to determine the optimal feature subset. After data balancing through SMOTE, we integrated these better-performing learners to construct a fusion model based for predicting hypertension risk on stacking strategy. In addition, to explore the relationship between serum ferritin and the risk of hypertension, we performed a univariate analysis and divided it into four level groups (Q1 to Q4) by quartiles, with the lowest level group (Q1) as the reference, and performed multiple logistic regression analysis and trend analysis.ResultsThe optimal feature subsets were: age, BMI, waist, SBP, DBP, Cre, UACR, serum ferritin, HbA1C, and doctors recommend reducing salt intake. Compared to other machine learning models, the constructed fusion model showed better predictive performance with precision, accuracy, recall, F1 value and AUC of 0.871, 0.873, 0.871, 0.869 and 0.966, respectively. For the analysis of the relationship between serum ferritin and hypertension, after controlling for all co-variates, OR and 95% CI from Q2 to Q4, compared to Q1, were 1.396 (1.176–1.658), 1.499 (1.254–1.791), and 1.645 (1.360–1.989), respectively, with P < 0.01 and P for trend <0.001.ConclusionThe hypertension risk prediction model developed in this study is efficient in predicting hypertension with only 10 low-cost and easily accessible features, which is cost-effective in assisting clinical diagnosis. We also found a trend correlation between serum ferritin levels and the risk of hypertension
    • …
    corecore