| Literature DB >> 32899979 |
Taiyu Zhu1, Kezhi Li1,2, Lei Kuang1, Pau Herrero1, Pantelis Georgiou1.
Abstract
(1) Background: People living with type 1 diabetes (T1D) require self-management to maintain blood glucose (BG) levels in a therapeutic range through the delivery of exogenous insulin. However, due to the various variability, uncertainty and complex glucose dynamics, optimizing the doses of insulin delivery to minimize the risk of hyperglycemia and hypoglycemia is still an open problem. (2)Entities:
Keywords: artificial intelligence; artificial pancreas; deep learning; deep neural networks; insulin bolus; reinforcement learning; type 1 diabetes
Mesh:
Substances:
Year: 2020 PMID: 32899979 PMCID: PMC7570884 DOI: 10.3390/s20185058
Source DB: PubMed Journal: Sensors (Basel) ISSN: 1424-8220 Impact factor: 3.576
Figure 1The block diagram of the proposed DDPG model with the actor-critic architecture.
Figure 2Illustration of proposed reward function to determine the performance of the action that was taken. (a) Step function to calculate the reward for the discrete BG values after dietary intake, referring to Equation (9). The blue, green, and red regions stand for hypoglycemia, normoglycemia, and hyperglycemia zones, respectively; (b) Postprandial glucose curves corresponding to three different bolus and same variability.
List of hyper-parameters.
| Parameter | Value |
|---|---|
| The length of CGM measurements | 6 |
| The hidden units of DNNs | [200, 200, 10] |
| The learning rate of the actor | 0.0001 |
| The learning rate of the critic | 0.0001 |
| The size of replay memory | 500 |
| Batch size | 32 |
| Soft replacement | 0.01 |
| Target network update period | 100 |
| Discount factor | 0.9 |
| The degree of prioritization | 0.6 |
| Compensation factor |
|
| Priority constant | 0.00001 |
Figure 3System architecture to evaluate the DRL models in an ambulatory clinical setting.
Glycemic control metrics evaluating the performace of the DRL and SBC algorithms on the 10-adult virtual cohort. Statistical significance is indicated as for .
| Method | TIR (%) | TBR (%) | TAR (%) | Mean (mg/dL) | CV (%) | LBGI | HBGI |
|---|---|---|---|---|---|---|---|
| SBC |
|
|
|
|
|
|
|
| DRL |
|
|
|
|
|
|
|
Glycemic control metrics evaluating the performace of the DRL and SBC algorithms on the 10-adolescent virtual cohort. Statistical significance is indicated as * for and for .
| Method | TIR (%) | TBR (%) | TAR (%) | Mean (mg/dL) | CV (%) | LBGI | HBGI |
|---|---|---|---|---|---|---|---|
| SBC |
|
|
|
|
|
|
|
| DRL |
|
|
|
|
|
|
|
Figure 4Graphical example of the improvement on glycemic control of the DRL algorithm over the SBC method. (a,b) show the performance of an adult and adolescent subject, respectively. From top to bottom, each plot shows the daily glucose trajectory of SBC and DRL and distribution corresponding to three meal ingestion over 3 months. The thresholds of hyperglycemia and hypoglycemia are displayed in red and green dashed lines. The solid blue lines indicate the average BG levels. The blue and purple shades indicate the 95% confidence interval (CI) and standard deviation, respectively.
Figure 5CVGA plots comparing the SBC (orange dots) and DRL (blue dots) methods corresponding to a chosen adult subject (a) and a chosen adolescent subject (b) over a three-month scenario.