logo

Toward a Personalized Decision Support System for Blood Glucose Management During and After Physical Activities in Patients with Type 1 Diabetes

Introduction

  • Physical activities have a significant impact on blood glucose homeostasis of patients with type 1 diabetes.
  • The risk of hypoglycemia (low blood glucose) is much higher during and after physical activities.
  • Our research aims to reduce the risk of hypoglycemia and empower type 1 diabetes patients in making decisions in connection with physical activities.

Model-Based Recommendation for Short Physical Activities Using Feedforward Neural Networks

Inputs:

  • Amount of CHO in food
  • the average heart rate expected during the physical activity.

Output: the BG score (Table 1)

Recommended amount of CHO in food is obtained by maximizing the output of the feedforward neural networks.

Food Recommendation for Long Physical Activities Using Reinforcement Learning

The RL framework consists of:

  • States (blood glucose levels and physical activity intensity) define the condition of the patient at a certain time.
  • Action (the quantity of food) is used to control the blood glucose.
  • Score/reward is the result (or consequence) of selecting an action at certain states.

The objective of the algorithm is to search for an optimal policy that will maximize the accumulation of score/reward throughout the exercise.