88 research outputs found

    Predicting Blood Glucose with an LSTM and Bi-LSTM Based Deep Neural Network

    Full text link
    A deep learning network was used to predict future blood glucose levels, as this can permit diabetes patients to take action before imminent hyperglycaemia and hypoglycaemia. A sequential model with one long-short-term memory (LSTM) layer, one bidirectional LSTM layer and several fully connected layers was used to predict blood glucose levels for different prediction horizons. The method was trained and tested on 26 datasets from 20 real patients. The proposed network outperforms the baseline methods in terms of all evaluation criteria.Comment: 5 pages, submitted to 2018 14th Symposium on Neural Networks and Applications (NEUREL

    Data fusion of activity and CGM for predicting blood glucose levels

    Get PDF
    This work suggests two methods—both relying on stacked regression and data fusion of CGM and activity—to predict the blood glucose level of patients with type 1 diabetes. Method 1 uses histories of CGM data appended with the average of activity data in the same histories to train three base regressions: a multilayer perceptron, a long short- term memory, and a partial least squares regression. In Method 2, histories of CGM and activity data are used separately to train the same base regressions. In both methods, the predictions from the base regressions are used as features to create a combined model. This model is then used to make the final predictions. The results obtained show the effectiveness of both methods. Method 1 provides slightly better results

    Data Driven Patient-Specialized Neural Networks for Blood Glucose Prediction

    Get PDF
    Diabetes is an autoimmune disease characterized by glucose levels dysfunctions. It involves continuous monitoring combined with insulin treatment. Nowadays, continuous glucose monitoring systems (CGMs) have led to a greater availability of data. These can be effectively used by machine learning techniques to infer future values of the glycaemic concentration, allowing the early prevention of dangerous states and a better optimisation of the diabetic treatment. In this work, we investigate a patient-specialized prediction model. Thus, we designed a specialized solution based on Long Short-Term Memory (LSTM) neural network. Our solution was experimentally compared with two literature approaches, respectively based on Feed-Forward (FNN) and Recurrent (RNN) neural networks. The experimental results have highlighted that our LSTM solution obtained good performance both for short- and long-term glucose level inference (60 min.), overcoming the other methods both in terms of correlation between measured and predicted glucose signal and in terms of clinical outcome

    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

    Study of Short-Term Personalized Glucose Predictive Models on Type-1 Diabetic Children

    Full text link
    Research in diabetes, especially when it comes to building data-driven models to forecast future glucose values, is hindered by the sensitive nature of the data. Because researchers do not share the same data between studies, progress is hard to assess. This paper aims at comparing the most promising algorithms in the field, namely Feedforward Neural Networks (FFNN), Long Short-Term Memory (LSTM) Recurrent Neural Networks, Extreme Learning Machines (ELM), Support Vector Regression (SVR) and Gaussian Processes (GP). They are personalized and trained on a population of 10 virtual children from the Type 1 Diabetes Metabolic Simulator software to predict future glucose values at a prediction horizon of 30 minutes. The performances of the models are evaluated using the Root Mean Squared Error (RMSE) and the Continuous Glucose-Error Grid Analysis (CG-EGA). While most of the models end up having low RMSE, the GP model with a Dot-Product kernel (GP-DP), a novel usage in the context of glucose prediction, has the lowest. Despite having good RMSE values, we show that the models do not necessarily exhibit a good clinical acceptability, measured by the CG-EGA. Only the LSTM, SVR and GP-DP models have overall acceptable results, each of them performing best in one of the glycemia regions
    • …
    corecore