Skip to main content

Using neural network as a screening and educational tool for abnormal glucose tolerance in the community

Abstract

Background

Accurate, simple and non-invasive tools are needed for efficient screening of abnormal glu-cose tolerance (AGT) and educating the general public.

Aim

To develop a neural network-based initial screening and educational model for AGT.

Data and methods

230 subjects with AGT and 3,243 subjects with normal glucose tolerance (NGT) were allocated into training, validation and test sets using stratified randomization. The ratios of AGT versus NGT in three groups were 150:50, 30:570 and 50:950, respectively. A feed-forward neural network (FFNN) was trained to predict 2-hour plasma glucose of 75 g Oral Glucose Tolerance Test (OGTT) using age, family history of diabetes, weight, height, waist and hip circumference. The screening performance was evaluated by the area under the receiver operating characteristic (ROC) curve (AUC) and the partial AUC (in the range of false positive rates between 35 and 65%) and compared to those from logistic regression, linear regression and ADA Risk Test.

Results

Sensitivity, specificity, accuracy and percentage that needed further testing at 7.2 mmol/L in test group were 90.0%(95%CI: 78.6 to 95.7%), 47.7% (95%CI: 44.5 to 50.9%), 49.8% (95%CI: 46.7 to 52.9%) and 54.2% (95%CI: 51.1 to 57.3%) respectively. The entire and partial AUCs were 0.70 (95%CI: 0.62 to 0.78) and 0.26 (95%CI: 0.22 to 0.30). The partial AUC of the NN was higher than those of logistic regression (p = 0.06), linear regression (p = 0.06) and ADA Risk Test (P = 0.006).

Conclusion

NN can be used as a high-sensitive and non-invasive initial screening and educational tool for AGT.

Introduction

Identification of unrecognized abnormal glucose tolerance (AGT), including undiagnosed diabetes (UDM) and impaired glucose tolerance (IGT), is important in reducing the risk of diabetes complications. It is also important to prevent or postpone the occurrence of diabetes [1–3]. The Oral Glucose Tolerance Test (OGTT) is the standard diagnostic test for AGT but it is invasive, labour-intensive and impractical as a standalone screening test [4]. Targeted screening has been recommended as a cost-effective alternative to the universal screening [5–8]. Under this strategy, an initial test is needed to decide who should take OGTT. For an initial test to be of value, the sensitivity should be high enough to ensure as many asymptomatic patients recommended for OGTT as possible. Meanwhile, its specificity should be at a reasonable level to avoid unnecessary OGTT in low-risk groups. An ideal initial test should also be simple, non-invasive and objective which means less vulnerable to various biases when applied in large-scale populations [1, 3–6, 8, 9].

It appears that only a small set of risk factors would satisfy aforementioned requirements. Therefore, the model for developing an initial test using only these factors should have a strong ability to recognize the subtle differences between individual risk profiles. Neural networks (NNs) are models that are patterned after the structure of the human brain [10]. They contain a series of mathematical equations that are used to simulate biological processes such as learning and memory. NNs have the ability to automatically 'learn' mathematical relationships between input and output variables, and could model virtually almost all the complex and non-linear relationships. They have been successfully applied to a variety of medical problems that require pattern recognition and complex classification (ie. disease screening, disease prediction, assessing the prognosis) [11–15].

Our objective is to develop a sensitive, simple and non-invasive model which can be used as the initial test for targeted screening of AGT and for educating the general public. The NN will be used to predict the 2-hour plasma glucose (2 hPG) after 75 g OGTT, based on six risk factors.

Research design and methods

Subjects selection and exclusion criteria

The subjects were from a population-based epidemiological survey of diabetes in central China. The total population in the study area was 350,000 at the time of study. A total of 13 districts were stratified into three strata on the basis of average annual income (high, medium and low). Three districts were selected using a stratified cluster sampling technique. The sampling rate was 1%. In the selected districts, residents aged between 20 and 74 years and living in the area for at least 5 consecutive years were eligible for the survey.

Prior to the survey, signed informed consents were obtained from all participants. Participants were asked to complete a standard questionnaire and were invited for health check-up. Data on family history of diabetes, age, weight, height, hip and waist circumference were collected; each subject also underwent a standard OGTT recommended by the World Health Organization (WHO). A cutoff point of 7.8 mmol/L (140 mg/dl) was used to diagnose abnormal or normal glucose tolerance (NGT). In total, 3380 subjects were recruited for the survey. Individuals with previously diagnosed diabetes (n = 84) and with missing data on 2 hPG (n = 23) were excluded. The final data consisted of 3,273 subjects, among whom 230 had abnormal 2 hPG.

Neural Network model design and development

We chose feed-forward neural network (FFNN) to develop the prediction model because of its flexibility and straightforward design, and its successful applications in medical problems [10, 12–15]. Its structure and detailed theories have been well-documented elsewhere [10, 16]. Briefly, artificial neurons, the basic units of the network, are organized into input, hidden and output layers. The input layer is responsible for passing information from predictors to the hidden layer. The number of neurons in the input layer corresponds to the number of predictors. The hidden layer is the core of the entire network, the network's ability of data modelling is closely related to the design of this layer. The output layer produces the predicted outputs. Layers are interconnected by weights, which will be adjusted during the training process. Before the training process starts, initial random values are assigned to the weights connecting input neurons to hidden neurons. Then input-output patterns will be presented to the network iteratively. The predicted output will be compared with the target output at each presentation. The error information then will be 'back propagated' to the network and the weights are adjusted according to predefined learning rules. Training will continue until the difference between predicted and target outputs arrive at a desired level [10, 16]. NNs tend to overfit the data, which means that if a network has been trained too long, it will gradually lose the ability to generalize [10, 16]. So to develop an appropriate NN model, we need: 1) a training group to train the network; 2) a validation group to monitor the training process to prevent overtraining and select optimal networks, and 3) a test group which has never 'been seen' by the network in the training process to evaluate the performance.

For meeting the practical needs in mass screening, we selected the input variables according to the following criteria: closely related to AGT, easy to obtain, and could be measured objectively. Through literature review, six variables were selected as the predictors for 2 hPG [17–22].

Because we aimed to predict the BG value by using only a small subset of predictors, it re-quires the model to have a very strong fitting ability to recognize the subtle relationship between input and output variables. If choosing a network with one hidden layer, we needed to have a large number of neurons to implement the approximations. But we did not have sufficient training data to design such a big network. Chester found that a FFNN with two hidden layers can often yield an accurate approximation with fewer neurons than the one with one hidden layer [23]. Another report stated that the approximations of continuous functions may require the network with two hidden layers for full generality [24]. Therefore, we used a two-hidden-layer network with smaller numbers of neurons in each layer. The number of neurons in hidden layers was determined by experiments comparing network performances with different number of neurons in two hidden layers. During the experiment, networks were tested with two to ten neurons in the hidden layers, and for every structure several trainings with the same training set were performed so that the performances of every structure could be estimated as objectively as possible [23]. The final structure of the FFNN from input to output layers, in turn, was 6-8-10-1. We used hyperbolic tangent sigmoid transfer function in all layers.

Normal and abnormal subjects were allocated into training, validation and test groups using stratified randomization, the size and the partition for abnormal and normal individuals in three groups were 150:50, 30:570 and 50:950. The proportion of abnormal to normal cases in the training group was determined by trial and error; for the remaining subjects, validation and test groups were formed according to estimated prevalence rate (5%) of AGT in central China [25]. The procedure to form the training group was: firstly, we randomly selected 150 abnormal cases, then used the validation group as the hypothetical target population and tested numerous different ratios of abnormal to normal in the training group on a set of one-hidden-layer FFNN. We found it was relatively easier to train the network to achieve better performance if the ratio of abnormal to normal cases was 3:1.

All numeric variables were normalized to [-1, 1] scale before being fed into the neural network. The error function was the mean squared error (MSE). Weights were adjusted according to the Levenberg-Marquardt optimization [26]. Training was stopped when the MSE in the validation group began to rise [10, 16, 27]. Predicted normalized 2 hPG were then back-transformed to the original unit to classify as normal or abnormal 2 hPG with 7.8 mmol/L as the cutoff value. Training was repeated 100 times with different initializations, and the network with the best performance on the validation group saved for later use.

The ANN model development and construction were done by neural network toolbox in Matlab 6.5 (The MathWorks Inc., USA).

Neural network model performance analysis

Using a cutoff of 7.8 mmol/L to diagnose AGT, we constructed the Receiver Operating Char-acteristic (ROC) curve to assess the performance of NN-based model by plotting sensitivity against 1-specificity [28]. Each point in the ROC plot represents a sensitivity/1-specificity combination corresponding to a particular cutoff value. A test with perfect discrimination has an ROC plot that passes through the upper left corner (100% sensitivity, 100% specificity). Therefore, the closer an ROC plot is to the upper-left corner, the higher the overall accuracy of the test. The point closest to (0, 1) on the curve was the most optimal combination of sensitivity and specificity. The areas under the curves (AUC) represent the overall discriminative ability of a test independent of cutoff values. The range of the AUC is 0.5 to 1.0. A discriminative test is considered perfect if AUC = 1.0, good if AUC = 0.8 to 1.0, moderate if AUC = 0.6 to 0.8, poor if AUC = 0.5 to 0.6, an area of 0.5 reflects a random rating model [28]. The entire AUC provides a useful measure of test accuracy. However, the partial AUC is a more meaningful index in mass initial screening settings. Because we would never need to use points with too low (when you will miss most of abnormal individuals) or too high a level of false positive rates (when almost all participants will be recommended for further tests), we estimated the partial AUCs in the range of false positive rates between 35% and 65% [29]. Confidence intervals of entire and partial AUC were calculated using the method proposed by Zhang et al. [30].

To suit the needs of practice, we visually chose two other cutoff points from the ROC curve of validation group using the following strategies: the sensitivity higher than 90% and the false positive rate as low as possible; the false positive rate smaller than 50% and the sensitivity as high as possible. The sensitivity (ratio of true positive diagnoses to true positive plus false negative), specificity (ratio of true negative to true negative plus false positive), accuracy (ratio of the number of correct diagnoses to the total number of subjects), and percentage that needed further tests (ratio of true positive plus false positive to the total number of subjects) were calculated for the training, validation and test groups at three cutoff points.

For comparisons, the relationship between glucose tolerance and six predictors was modelled using linear regression and logistic regression. The dependent variable was the continuous 2 hPG for linear regression and the binary status of glucose tolerance for logistic regression. Both models were constructed by combining training and validation groups. In addition, the risk score was calculated for each subject in the test group using ADA Risk Test [31]; because the information on childbearing was not available in our data, we assigned 1 point to all women. We used 25 kg/m2 as the cutoff point for the BMI [32]. The overall performances of four tests were examined and compared with the entire AUCs and partial AUCs in the range of false positive rates between 35% and 65%.

The analyses were conducted using SAS 8.2 (SAS Institute, Inc., Cary, NC).

Results

Table 1 shows the characteristics of selected variables in the abnormal and normal AGT groups. All six input variables were statistically different between two groups. Abnormal subjects tend to be older, heavier, shorter and with higher waist and hip circumferences and with a family history of diabetes. These remarkable differences confirmed the appropriateness for the selection of predictors.

Table 1 Descriptive statistics of the input and output variables used in neural network-based initial screening model

The overall performance of the NN-based model was good (AUC: 0.91; 95%CI: 0.87 to 0.95) for the training group, moderate for the test (AUC: 0.70; 95%CI: 0.62 to 0.78) and validation group (AUC: 0.73; 95%CI: 0.63 to 0.83). Table 2 shows predicted results at three cutoff points. The test group had the highest sensitivity of 90.0% (95%CI: 78.6 to 95.7%) at 7.2 mmol/L (cutoff point 1), but with the highest percentage that needed further tests (54.2%; 95%CI: 51.1 to 57.3%), the lowest specificity (47.7%; 95%CI: 44.5 to 50.9%) and accuracy (49.8%; 95%CI: 46.7 to 52.9%). At the higher cutoff point (7.6 mmol/L), the percentage that needed further testing in the test group was reduced to 50.4% (95%CI: 47.3 to 53.5%) and the specificity increased to 51.6% (95%CI: 48.4 to 54.8%) and accuracy to 53.4% (95%CI: 50.3 to 56.5%). However, this cutoff point missed 2% of AGT cases. The performance for validation group was similar to those in the test group but poorer than in the training group.

Table 2 Performance of neural network-based model for initial screening abnormal glucose tolerance

Figure 1 shows the ROC curves of the NN-based model, logistic regression, linear regression and ADA Risk Test and their AUCs and pAUCs estimates. There was no statistical difference in the overall performance between four tests (P > 0.05). But all AUCs were significantly greater than 0.5 (P < 0.001). Although the entire AUCs show that the NN was not superior, its diagnostic ability was higher than the other models in the false positive rates range from 35% to 65%. The partial AUC was 0.26 (95%CI: 0.22 to 0.30) for the NN and ranged from 0.19 to 0.15 for the other tests. The difference was borderline significant for the comparisons between the NN-based model and logistic regression (p = 0.06), and between the NN model and linear regression (p = 0.06). The NN's pAUC was significantly higher than that of the ADA Risk Test (p = 0.006).

Figure 1
figure 1

Comparisons of Receiver Operating Characteristic (ROC) curves of the neural network (NN), logistic regression (LogR), linear regression (LR) and ADA Risk Test (RT) in test group. The diagonal line is the reference line. AUC: area under the ROC curve. pAUC: partial AUC in the range of false positive rates between 35% and 65%. Point estimates and 95% confidence intervals for the AUCs and pAUCs are given in brackets.

Discussion

We demonstrated how neural networks can be used as an initial assessment tool to identify AGTs from community populations. It significantly improved the efficiency of the OGTT in mass screening of diabetes. Among four compared models, NN-based initial test had the best performance. It achieved a satisfactory combination of sensitivity (90.0%) and specificity (47.7%). Incorporating this model with OGTT for targeted screening, individuals with a positive predicted output will proceed to OGTT. From our results, it is apparent to be worth the 'value' of sparing 458 to 522 (45.8-52.2%) unnecessary OGTTs by just missing 5 to 6 (10.0-12.0%) abnormal individuals. The number of patients requiring OGTT reduced by nearly 50%. Because the OGTT is an expensive, troublesome and unpleasant test and is not easily acceptable among 'apparently healthy individuals', but at least at present OGTT is still irreplaceable for diagnosing AGT [33]. Therefore, the NN-based model reported in this study would be especially valuable for screening AGT in community population.

Very few risk factor-based models have been evaluated for screening both IGT and UDM. The sensitivity of screening IGT is generally lower than that of UDM. Based on the existing evidence, the sensitivity of 90% is the highest that has ever been reached by a risk factor-based model [8, 34]. The sensitivity (90%) of this NN model was even higher than some biochemical tests [35]. The performance of a screening test was closely related to the prevalence of AGT in the targeted population: the higher the prevalence the higher the sensitivity. Our model was developed and tested in a population with a relatively low prevalence of AGT [19, 25], so this model should work even better in populations with higher level of AGT prevalence.

Besides the high sensitivity, another advantage of this NN-based model is that all the predic-tors except for the family history of diabetes can be obtained objectively. Unlike the other risk factors-based models, this model used variables with objective properties (age, weight, height, waist circumference and hip circumference). Five out of six selected variables can be obtained objectively. As to the only predictor (the family history of the diabetes) that may rely on the memories of respondents, a previous study found this information provided by participants was 'rather accurate' [36]. So this model is less likely to incur information biases when applied to a larger population.

We selected input variables purely based on prior knowledge instead of their statistical char-acteristics within the study population (37). The reasons are: firstly, we were attempting to develop a model that was suitable for mass screening, the input variables should be closely related to AGT, easy to acquire and at low cost. However, not all the known factors linked to AGT have these features. Secondly, at present there is no well-established methodology for the NN choosing the appropriate subset from the candidate predictors [16, 27]. Eventually the six most frequently reported risk factors were included to predict the 2 hPG. The links between these variables and AGT can be found among almost all kinds of genetic backgrounds [3, 5, 6, 8, 17–21, 25, 34], suggesting this model may also work well in the other populations. The choice of these variables makes it possible to use routine health data to screen AGT. It could even simply use self-reported information to make predictions, which may be ideally applied to the settings with limited resources.

Providing the network structure is appropriate and the training is sufficient, the model's performance can be affected by two factors: 1) the ratio of normal to abnormal subjects in the training group; and 2) the selection of the cutoff values. The first factor is determined before the training process. It is related to the maximum recognizing abilities that the network can reach: the more abnormal cases in the training group the higher the sensitivity. However, it will inevitably increase false positive rates. The second factor can be used to adjust the performance after the training completed. Users can choose the cutoff points according to their needs. But it always needs to make trade-off between true positive and false positive. For example, lower cutoff values identify more true AGTs but bring in more false positive cases.

Another advantage of using the NN to predict 2 hPG is related to the NN's fault tolerance [11, 16, 27]. The fault tolerance can make the NN work well even with the data with missing or wrong information, which are fairly common in large epidemiological surveys. Although the data quality in this study was high, there still were some variables with incomplete or unreasonable readings. To develop a screening model suit for epidemiological data, we did not clean raw data but directly fed the network with 'uncleaned' ones. The prediction performance was still as good if not better.

NNs are capable of establishing the relationship between inputs and output through learning from training samples, users need not tell the network what the relationship is. Furthermore, the NN makes no assumption about the distributions of predictors and also does not require predictors to be independent. Thus a major concern of multicollinearity in conventional models would no longer be a problem. Therefore, we introduced predictors, such as weight and height which are normally correlated, into the model directly [10–12, 16, 27].

There are several issues which need to be addressed in future studies before this new meth-odology can be widely used in practice. How is this model's generalizability? Will a similar model development strategy suffice or what modifications should be made to meet the needs in diverse settings? Will the risk factor selection strategy work similarly well in other ethnic backgrounds?

In conclusion, we demonstrated neural networks can be used as a high-sensitive and non-invasive initial test for targeted screening of AGT; it can avoid almost 50% unnecessary OGTTs by just missing 10% abnormal individuals comparing to universal screening strategy.

References

  1. Aroda VR, Ratner R: Approach to the patient with prediabetes. J Clin Endocrinol Metab. 2008, 93 (9): 3259-65. 10.1210/jc.2008-1091.

    Article  CAS  PubMed  Google Scholar 

  2. Millett C, Car J, Eldred D, Khunti K, Mainous AG, Majeed A: Diabetes prevalence, process of care and outcomes in relation to practice size, caseload and deprivation: national cross-sectional study in primary care. J R Soc Med. 2007, 100 (6): 275-83. 10.1258/jrsm.100.6.275.

    Article  PubMed  PubMed Central  Google Scholar 

  3. Waugh N, Scotland G, McNamee P, Gillett M, Brennan A, Goyder E, et al: Screening for type 2 diabetes: literature review and economic modelling. Health Technol Assess. 2007, 11 (17): iii-xi. 1

    Article  CAS  Google Scholar 

  4. Saudek CD, Herman WH, Sacks DB, Bergenstal RM, Edelman D, Davidson MB: A new look at screening and diagnosing diabetes mellitus. J Clin Endocrinol Metab. 2008, 93 (7): 2447-53. 10.1210/jc.2007-2174.

    Article  CAS  PubMed  Google Scholar 

  5. Hoerger TJ, Harris R, Hicks KA, Donahue K, Sorensen S, Engelgau M: Screening for type 2 diabetes mellitus: a cost-effectiveness analysis. Ann Intern Med. 2004, 140 (9): 689-99.

    Article  PubMed  Google Scholar 

  6. Icks A, Rathmann W, Haastert B, Gandjour A, Holle R, John J, et al: Clinical and cost-effectiveness of primary prevention of Type 2 diabetes in a 'real world' routine healthcare setting: model based on the KORA Survey 2000. Diabet Med. 2007, 24 (5): 473-80. 10.1111/j.1464-5491.2007.02108.x.

    Article  CAS  PubMed  Google Scholar 

  7. Griffin SJ, Little PS, Hales CN, Kinmonth AL, Wareham NJ: Diabetes risk score: towards earlier detection of type 2 diabetes in general practice. Diabetes Metab Res Rev. 2000, 16 (3): 164-71. 10.1002/1520-7560(200005/06)16:3<164::AID-DMRR103>3.0.CO;2-R.

    Article  CAS  PubMed  Google Scholar 

  8. Simoens S, Foulon E, Dethier M, Mathieu C, Laekeman G: Promoting targeted screening for Type 2 diabetes mellitus: the contribution of community pharmacists. Diabet Med. 2005, 22 (6): 812-3. 10.1111/j.1464-5491.2005.01508.x.

    Article  CAS  PubMed  Google Scholar 

  9. Schneider H, Shaw J, Zimmet P: Guidelines for the detection of diabetes mellitus - diagnostic criteria and rationale for screening. Clin Biochem Rev. 2003, 24 (3): 77-80.

    PubMed  PubMed Central  Google Scholar 

  10. Krogh A: What are artificial neural networks?. Nat Biotechnol. 2008, 26 (2): 195-7. 10.1038/nbt1386.

    Article  CAS  PubMed  Google Scholar 

  11. Ji W, Naguib RN, Ghoneim MA: Neural network-based assessment of prognostic markers and outcome prediction in bilharziasis-associated bladder cancer. IEEE Trans Inf Technol Biomed. 2003, 7 (3): 218-24. 10.1109/TITB.2003.813796.

    Article  PubMed  Google Scholar 

  12. Linder R, Albers AE, Hess M, Poppl SJ, Schonweiler R: Artificial neural network-based classification to screen for dysphonia using psychoacoustic scaling of acoustic voice features. J Voice. 2008, 22 (2): 155-63. 10.1016/j.jvoice.2006.09.003.

    Article  PubMed  Google Scholar 

  13. Modai I, Kurs R, Ritsner M, Oklander S, Silver H, Segal A, et al: Neural network identifi-cation of high-risk suicide patients. Med Inform Internet Med. 2002, 27 (1): 39-47. 10.1080/14639230110119243.

    Article  PubMed  Google Scholar 

  14. Mofidi R, Duff MD, Madhavan KK, Garden OJ, Parks RW: Identification of severe acute pancreatitis using an artificial neural network. Surgery. 2007, 141 (1): 59-66. 10.1016/j.surg.2006.07.022.

    Article  PubMed  Google Scholar 

  15. Nieminen P, Hakama M, Viikki M, Tarkkanen J, Anttila A: Prospective and randomised public-health trial on neural network-assisted screening for cervical cancer in Finland: results of the first year. Int J Cancer. 2003, 103 (3): 422-6. 10.1002/ijc.10839.

    Article  CAS  PubMed  Google Scholar 

  16. Duh MS, Walker AM, Ayanian JZ: Epidemiologic interpretation of artificial neural networks. Am J Epidemiol. 1998, 147 (12): 1112-22. 10.1093/oxfordjournals.aje.a009409.

    Article  CAS  PubMed  Google Scholar 

  17. Colagiuri S, Hussain Z, Zimmet P, Cameron A, Shaw J: Screening for type 2 diabetes and impaired glucose metabolism: the Australian experience. Diabetes Care. 2004, 27 (2): 367-71. 10.2337/diacare.27.2.367.

    Article  PubMed  Google Scholar 

  18. Lindahl B, Weinehall L, Asplund K, Hallmans G: Screening for impaired glucose tolerance. Results from a population-based study in 21,057 individuals. Diabetes Care. 1999, 22 (12): 1988-92. 10.2337/diacare.22.12.1988.

    Article  CAS  PubMed  Google Scholar 

  19. Qiao Q, Hu G, Tuomilehto J, Nakagami T, Balkau B, Borch-Johnsen K, et al: Age- and sex-specific prevalence of diabetes and impaired glucose regulation in 11 Asian cohorts. Diabetes Care. 2003, 26 (6): 1770-80. 10.2337/diacare.26.6.1770.

    Article  PubMed  Google Scholar 

  20. Schmidt MI, Duncan BB, Vigo A, Pankow J, Ballantyne CM, Couper D, et al: Detection of undiagnosed diabetes and other hyperglycemia states: the Atherosclerosis Risk in Communities Study. Diabetes Care. 2003, 26 (5): 1338-43. 10.2337/diacare.26.5.1338.

    Article  PubMed  Google Scholar 

  21. The DECODE Study Group: Age- and sex-specific prevalences of diabetes and impaired glucose regulation in 13 European cohorts. Diabetes Care. 2003, 26 (1): 61-9. 10.2337/diacare.26.1.61.

    Article  Google Scholar 

  22. Wang KA, Li TL, Bai J, Feng JG, Fu ZY: [Study on the epidemiological characteristics of diabetes mellitus and IGT in China]. Zhonghua Liu Xing. Bing Xue Za Zhi. 1998, 19: 282-5.

    CAS  Google Scholar 

  23. Chester DL: Why two hidden layers are better than one. 1990, 265-8.

    Google Scholar 

  24. Sontag ED: Feedback stabilization using two-hidden layer nets. IEEE Trans Neural Netw. 1992, 3: 981-90. 10.1109/72.165599.

    Article  CAS  PubMed  Google Scholar 

  25. Xiang HD, Wu W, Liu CQ, Li K, Feng JG, Zhang YT: [An epidemiological study on DM 1995-1996, in China]. Zhongguo Tang Niao Bing Za Zhi. 1998, 6: 131-3.

    Google Scholar 

  26. Hagan MT, Menhaj MB: Training feedforward networks with the Marquardt algorithm. IEEE Trans Neural Netw. 1994, 5 (6): 989-93. 10.1109/72.329697.

    Article  CAS  PubMed  Google Scholar 

  27. Tu JV: Advantages and disadvantages of using artificial neural networks versus logistic regression for predicting medical outcomes. J Clin Epidemiol. 1996, 49 (11): 1225-31. 10.1016/S0895-4356(96)00002-9.

    Article  CAS  PubMed  Google Scholar 

  28. Metz CE: ROC methodology in radiologic imaging. Invest Radiol. 1986, 21 (9): 720-33. 10.1097/00004424-198609000-00009.

    Article  CAS  PubMed  Google Scholar 

  29. Walter SD: The partial area under the summary ROC curve. Stat Med. 2005, 24 (13): 2025-40. 10.1002/sim.2103.

    Article  CAS  PubMed  Google Scholar 

  30. Zhang DD, Zhou XH, Freeman DH, Freeman JL: A non-parametric method for the comparison of partial areas under ROC curves and its application to large health care data sets. Stat Med. 2002, 21 (5): 701-15. 10.1002/sim.1011.

    Article  PubMed  Google Scholar 

  31. Risk Test - Text Version. http://www.diabetes.org/risk-test/text-version.jsp [2008 [cited 2008 Nov. 12]; Overweight & Obesity (BMI). http://apps.who.int/bmi/index.jsp?introPage=intro_3.html [2008 [cited 2008 Nov. 12]

  32. Herdzik E, Safranow K, Ciechanowski K: Diagnostic value of fasting capillary glucose, fructosamine and glycosylated haemoglobin in detecting diabetes and other glucose tolerance abnormalities compared to oral glucose tolerance test. Acta Diabetol. 2002, 39 (1): 15-22. 10.1007/s005920200007.

    Article  CAS  PubMed  Google Scholar 

  33. Glumer C, Jorgensen T, Borch-Johnsen K: Targeted screening for undiagnosed diabetes reduces the number of diagnostic tests. Inter99(8). Diabet Med. 2004, 21 (8): 874-80. 10.1111/j.1464-5491.2004.01260.x.

    Article  CAS  PubMed  Google Scholar 

  34. Mannucci E, Ognibene A, Sposato I, Brogi M, Gallori G, Bardini G, et al: Fasting plasma glucose and glycated haemoglobin in the screening of diabetes and impaired glucose tolerance. Acta Diabetol. 2003, 40 (4): 181-6. 10.1007/s00592-003-0109-8.

    Article  CAS  PubMed  Google Scholar 

  35. Kahn LB, Marshall JA, Baxter J, Shetterly SM, Hamman RF: Accuracy of reported family history of diabetes mellitus. Results from San Luis Valley Diabetes Study. Diabetes Care. 1990, 13 (7): 796-8. 10.2337/diacare.13.7.796.

    Article  CAS  PubMed  Google Scholar 

  36. Greenland S: Modeling and variable selection in epidemiologic analysis. Am J Public Health. 1989, 79 (3): 340-9. 10.2105/AJPH.79.3.340.

    Article  CAS  PubMed  PubMed Central  Google Scholar 

Download references

Acknowledgements

We thank staff members at the General Hospital of PingDingShan Coal Mining District for their assistance in blood withdrawal, glucose tolerance testing, health check-up and data collection. We thank participants for their cooperation. We also thank Professor Chia Kee Seng and anonymous reviewers for their constructive comments on the earlier versions of this paper.

Author information

Authors and Affiliations

Authors

Corresponding author

Correspondence to W Gao.

Rights and permissions

Open Access This article is published under license to BioMed Central Ltd. This is an Open Access article is distributed under the terms of the Creative Commons Attribution 2.0 International License (https://creativecommons.org/licenses/by/2.0), which permits unrestricted use, distribution, and reproduction in any medium, provided the original work is properly cited.

Reprints and permissions

About this article

Cite this article

Gao, W., Dong, F., Nie, S. et al. Using neural network as a screening and educational tool for abnormal glucose tolerance in the community. Arch Public Health 68, 143 (2011). https://doi.org/10.1186/0778-7367-68-4-143

Download citation

  • Published:

  • DOI: https://doi.org/10.1186/0778-7367-68-4-143

Keywords