Sie sind auf Seite 1von 5

Current Osteoporosis Reports

https://doi.org/10.1007/s11914-018-0445-9

BONE AND DIABETES (A SCHWARTZ AND P VESTERGAARD, SECTION EDITORS)

The New Possibilities from “Big Data” to Overlooked Associations


Between Diabetes, Biochemical Parameters, Glucose
Control, and Osteoporosis
Christian Kruse 1,2,3

# Springer Science+Business Media, LLC, part of Springer Nature 2018

Abstract
Purpose of Review To review current practices and technologies within the scope of “Big Data” that can further our understand-
ing of diabetes mellitus and osteoporosis from large volumes of data. “Big Data” techniques involving supervised machine
learning, unsupervised machine learning, and deep learning image analysis are presented with examples of current literature.
Recent Findings Supervised machine learning can allow us to better predict diabetes-induced osteoporosis and understand
relative predictor importance of diabetes-affected bone tissue. Unsupervised machine learning can allow us to understand patterns
in data between diabetic pathophysiology and altered bone metabolism. Image analysis using deep learning can allow us to be
less dependent on surrogate predictors and use large volumes of images to classify diabetes-induced osteoporosis and predict
future outcomes directly from images.
Summary “Big Data” techniques herald new possibilities to understand diabetes-induced osteoporosis and ascertain our current
ability to classify, understand, and predict this condition.

Keywords Diabetes . Osteoporosis . Fractures . Glucose . Big data . Machine learning

Introduction will allow us to discover new patterns in different domains


that will ultimately help clinicians and patients manage diabe-
Coined as the herald of a new era in all aspects of healthcare, tes better than today. If we embrace critical validation and
the term “Big Data” is commonplace in today’s scientific and secure, reproducible procedures, we minimize the risk weak
clinical practice. The term is seldom exemplified and therefore generalizability to foreign cohorts and the erroneous interpre-
subject to many diverse definitions and apprehensions to- tations and conclusions than result from this approach.
wards embracing the enormous possibilities of these new tech- For the association between type 1 and type 2 diabetes
nologies. For all medical fields, “Big Data” holds a promise to mellitus (T1D and T2D) and osteoporosis [1–8], “Big Data”
improve prediction of both hard and soft endpoints, to im- can improve our understanding by re-using current reposito-
prove and expand current classification systems, and to data- ries of collected data.
mine existing datasets, biobanks, and images. All of these uses
Classification and Prediction Using “Big Data”
This article is part of the Topical Collection on Bone and Diabetes
“Big Data” is founded in traditional statistics and serves sev-
eral purposes within this framework. Two of these are the
* Christian Kruse
ckruse@dcm.aau.dk
ability to enhance outcome prediction and to classify patients
using existing labels (e.g., T1D and T2D) [9–11].
1
Steno Diabetes Center North Jutland, Sdr. Skovvej 15, A common approach in epidemiological studies is to model
9000 Aalborg, Denmark one or several predictors to an outcome or classification, e.g.,
2
Department of Clinical Medicine, Aalborg University, Sdr. Skovvej the 10-year risk of major osteoporotic fractures or T1D/T2D,
15, 9000 Aalborg, Denmark and describe how one or more predictors increase or lower the
3
Department of Endocrinology, Aalborg University Hospital, overall risk [12–15]. This is frequently performed using a gen-
Hobrovej 19, 9100 Aalborg, Denmark eralized linear model, e.g., logistic regression, where the odds
Curr Osteoporos Rep

ratios (OR) and statistical significance levels serve as metrics a model of a low or high model precision, e.g., a model with an
for interpretation. The precision of the final model is in some AUC of .67 versus a model with an AUC of .93.
studies tested through receiver operating characteristic (ROC; The second concern relates to the opportunity cost involved
[16–18]) where probabilities and observed true outcomes are when refraining from models outside the scope linear models.
compared to ascertain sensitivity, specificity, and overall dis- Even since the late 1980s and early 1990s, more advanced
criminative capability, i.e., the area under the curve (AUC). The model types in terms of raw predictive power have been avail-
reliability of the individual probabilities is in a few studies able. These models are continually enhanced and refined
analyzed and calibrated, for instance to ascertain that 50% of through greater abstraction and flexibility, and with advances
individuals with 50% probability will sustain the outcome [19]. in cloud computing and graphics processing unit (GPU) tech-
Logistic regression has several strengths, as computing nology in recent years, these models are known applicable on
time is fast, models reproducible, and probabilities often personal computers.
well-calibrated. Yet there are also several weaknesses. This opens up several new possibilities, as the different
Increasing the number of included predictors runs the risk of model types can serve different purposes to researchers and
type-1 and type-2 errors [20–23] and predictive power clinicians. Tree-based models (i.e., classification trees [35],
weakens with multicollinearity. This is common when com- C5.0 [35], and random forest [36]) create a tree-like model
bining clinical diabetes mellitus status, bone mineral density structure based on cut-offs and categories. As these cut-offs
values, anthropometrics, and medication use [24, 25]. are simple above/below cut-offs that iteratively divide the orig-
Probabilities resulting from logistic regression model can of- inal population, outlier and collinearity issues are minimal and
ten form a sigmoid pattern that overestimates the lower end of the interpretability of the final model becomes very intuitive.
the spectrum and underestimates the higher end. This author’s A graphical representation can be produced, e.g., that a BMI
opinion is that logistic regression is mostly used for historical > 32 kg/m2, an HbA1c of 78 mmol/mol for males infers a 78%
reasons as an approachable curriculum of probability theory risk of osteoporotic fractures. Another model type, neural net-
and regression modelling in graduate courses and beyond. works [37] (i.e., artificial neural network, convolutional neural
Any discussions about alternatives are seldom observed. networks, and recurrent neural networks) create one or more
A prime concern is the lack of validation and the ways this sets, or layers, of predictors that are modelled from the orig-
affects interpreting models and risk factor estimates. This re- inal set of predictors. When the neural networks model these
lates to the improvements that can be brought forward by “Big layers to the outcome classes, is it able to learn new predictors
Data” and, in particularly, the subfield of “supervised machine that are composites of original data. For instance, a neural
learning” (SML). Whenever a statistical model is built using network could include weight and height to create a parameter
100% of data points from one or more cohorts, the model will similar to BMI, but further nuance this by weighting in sex,
perform very well on the modelled data when subjected to bone mineral density, and other parameters. Through more
ROC tests. What is less commonly known is that with in- and more layers of predictors, incredibly complex information
creased model complexity, i.e., by more predictors, a model is fed forward to give probability estimates of the classes.
will perform increasingly well on the modelled dataset, but Further techniques termed ensembling can be used to compile
incrementally worse on new and unseen data points. This is multiple models to create a bootstrapped “democracy” of
often due to so-called inappropriately high model variance models that “vote” for the most likely outcome. The main
[26–28]. Conversely, an inappropriately simple model, i.e., challenge of using these advanced statistical models relates
the univariate relationship between age and 10-year fracture to computing resources and computing time. For the afore-
risk, would be termed a model of inappropriately high bias mentioned neural network, whether the optimal balance of
[29, 30]. An optimal prediction or classification model is one variance and bias is found in 1, 5, or 10 hidden layers, with
that balances bias and variance optimally. This optimization 1, 10, 100, or even 5000 nodes in each layer, is not known a
can be semi-automated through “Big Data” procedures. priori. Only when several different model complexities have
Concretely, datasets are split into one larger portion used for been tested are we able to decide on the optimal parameters.
modelling, termed the “training” dataset, and one smaller por- This is vastly different from logistic regression modelling that
tion used for testing the model on new and unseen data points, will fit predictors to outcomes in only one way. The opportu-
termed the “test” dataset [31–34]. The split can be performed nities, however, include substantially improved predictive ca-
either internally on the same cohort or externally on datasets pability of outcomes, improved classification methods, and a
collected independently. Using this approach, the first objective stern validation method that lends a better argument to
is not to extract ORs followed by precision metrics, but to interpreting individual risk factor estimates.
establish optimal generalization capability. Only when this An example of predicting individual diabetes-related
chapter ends do you describe the relative importance of each events, i.e., hypoglycemic episodes in DMT, has recently been
predictor. Intuitively, the strength of interpreting any high or shown through machine learning procedures in a work by
low risk effect size will be vastly different when extracted from Sudharsan et al. [38]. In this work, it is exemplified how
Curr Osteoporos Rep

sensitivity and specificity are presented transparently, treatment centers with planning and program development,
allowing conclusions about risk factors to be seen in this light. e.g., appointment absenteeism and visit durations.
Similarly, work from Kuwait by Farran et al. [39] showed how Several studies have implemented clustering algorithms in
multiple outcomes can be modelled at the same time using the DMT, albeit to our knowledge without including osteoporosis
same predictors to utilize data for multiple, simultaneous pur- as a part of the included information domains. Nagarajan et al.
poses. And using machine learning to move from cohorts to used K-means clustering to isolate type-1 DMT, type-2 DMT,
individuals in terms of predicting weight loss, Baum et al. [40] and gestational DMT and reached good accuracy metrics with
extracted relative importance of specific predictors to isolate this automatic approach [45]. Karasneh et al. clustered DMT
individuals who were more likely than others to benefit from patients using diabetes parameters and depressive symptoms to
weight loss intervention in a retrospective dataset. discover new patterns and hypotheses [46]. Sanakal et al. [47]
used a combination of clustering and classification to described
Clustering Techniques to Discover New “Big Data” DMT patients as healthy or not healthy. The use of novel var-
Patterns iables such as ethnicity was used by Okosun et al. [48] to find
patterns of diabetes status within ethnic groups. Pre-diabetes
The aforementioned SML procedure requires prior knowledge was also data-mined using clustering by Kim el. [49•] in an
of labels and classes for each data point. This will often be a attempt to find risk phenotypes. The possibilities of using dis-
human conclusion, e.g., if a patient is classified as T1D or tributed computing are exemplified by Sharmila et al. [50] to
T2D. However, one of the greatest possibilities of “Big improve computing type and almost use data in real time to
Data” in the medical field arises when labels are omitted and classify DMT patients. Combining clinical features with orga-
we allow machines to learn for themselves. nizational traits is also shown by Kagawa et al. [51] in a frame-
This learning procedure thus becomes “unsupervised ma- work of expert-driven data analysis of DMT.
chine learning” (USML), describing a setting where labels are
omitted and human supervision therefore removed. Here, sta- Image Analysis Using “Big Data”
tistical methods are implemented to group data points by math-
ematical similarity or dissimilarity to discover new patterns Using both SML and USML in “Big Data,” we are already
within data [41]. The approach can be used to construct a set able to use image data directly, especially to improve our
of so-called clusters where the data points of each cluster are understanding of diabetes-induced osteoporosis (DIO). In cur-
deemed to be more structurally coherent in said cluster com- rent osteoporosis practice, imaging techniques such as dual-
pared to other clusters [42]. The number of clusters is selected energy X-ray absorptiometry (DXA) are used to establish nu-
manually and can theoretically range from 2 to equal the num- merical bone mineral density (BMD) values that are then used
ber of data points. Certain metrics are used to validate the for classification (i.e., WHO-defined osteoporosis/osteopenia/
coherence of each cluster, ranging from perfect separation to normal bone [52]) and prediction (i.e., FRAX® based 10-year
clusters that could result from random chance [43, 44]. The fracture risk [53]) purposes. Yet certain pitfalls in this ap-
included variables can be used as-is to locate each point in X- proach are well-known, for example, that greater BMD trans-
dimensional space and calculate each between-data point dis- lates to higher fracture risk in DIO [1], higher BMD in the
tance [42], or preceded by reducing the number of studied lumbar spine due to vertebral fractures or in the hip due to
variables using so-called dimensionality reduction techniques. osteoarthritis [54], and the seldom discussed fact that a sub-
The possibilities of this approach are best exemplified by stantial proportion of fractures occur in patients above the T-
highlighting the differences from a similar SML approach. In score − 2.5 threshold of the WHO [55].
current clinical practice, knowledge of age, BMI, C-peptide, Using images directly, whether acquired by DXA, comput-
and hemoglobin A1c could be used to classify a patient as ed tomography (CT), or other modalities, SML and USML
T1D, T2D, or a subtype of diabetes mellitus. If the label of can skip this step to learn a direct link between raw images and
“diabetes type” is omitted, a USML procedure would instead classifications, predictions, and cluster segmentation. In prac-
establish clusters of similarity or dissimilarity using the same tice, each pixel of each image is converted to either grayscale
information. One resulting cluster could intuitively consist of tone (0–255) or red, green, and blue (RGB) signal (0–255 for
younger patients with low C-peptide and low BMI, while each) and used similar to age, C-peptide, and BMI to classify,
another could consist of patients of older age, higher BMI, predict, and establish clusters. Advanced models such as
and normal to increased levels of C-peptide. However, in- convolutional neural networks can discover specific portions
creasing the number of examined clusters could isolate further in groups of images that relate to specific outcomes. We can
patient groups, e.g., a further phenotype segmentation of T2D automate what the human eye can see, e.g., previous vertebral
by extra factors such as BMI, high insulin sensitivity, and fractures, osteoarthritis, and malignancy, but also identify spe-
comorbidity burden. Outside the scope of pure clinical infor- cific conditions that are hard or even impossible to identify by
mation, organizational information could be included to assist humans, namely DIO, primary hyperparathyroidism, or 10-
Curr Osteoporos Rep

year fracture risk in itself. In contrast to the current WHO Human and Animal Rights and Informed Consent This article does not
contain any studies with human or animal subjects performed by any of
spectrum of bone disease classification, the total dimensional
the authors.
structure of data could be used to establish specific clusters
directly that could translate to new phenotypes.
The main challenge of this approach relates to computing
power of both model complexity and image resolution. As even References
portable phones currently produce images with resolutions of
3072 by 2304 pixels, an image of color would translate to Papers of particular interest, published recently, have been
21,233,664 variables of information. Converging such dimen- highlighted as:
sionality for thousands of images requires substantial, distrib- • Of importance
uted computing power, and even with dimensionality reduction
techniques, representing data in a reduced way still requires 1. Vestergaard P. Discrepancies in bone mineral density and fracture
risk in patients with type 1 and type 2 diabetes—a meta-analysis.
substantial predictors and infers a loss of predictive or classifi- Osteoporos Int. 2007;18(4):427–44.
cation power. With advances in new processing techniques, i.e., 2. Vestergaard P, Rejnmark L, Mosekilde L. Relative fracture risk in
GPU-based computing [56], higher bandwidth with distributed patients with diabetes mellitus, and the impact of insulin and oral
architecture holds great promise to decrease modelling time. antidiabetic medication on relative fracture risk. Diabetologia.
2005;48(7):1292–9.
Few examples exist in later years of applying such so-called
3. Vestergaard P. Bone metabolism in type 2 diabetes and role of
deep learning image analysis to classify and predict diabetes- thiazolidinediones. Curr Opin Endocrinol Diabetes Obes.
related outcome. A substantial work by Gulshan et al. [57] used 2009;16(2):125–31.
retinal fundus images to classify diabetic retinopathy using ma- 4. Starup-Linde J, Vestergaard P. Management of endocrine disease:
chine learning and presented very high sensitivity and specific- diabetes and osteoporosis: cause for concern? Eur J Endocrinol.
2015;173(3):R93–9.
ity. Within the past 10 years, similar work has been presented
5. Hofbauer LC, Brueck CC, Singh SK, Dobnig H. Osteoporosis in
primarily in diabetic retinopathy as well [58•]. To our knowl- patients with diabetes mellitus. J Bone Miner Res. 2007;22(9):
edge, using image analysis specifically for DIO clustering and 1317–28.
hip fracture prediction has not been performed. 6. Starup-Linde J. Diabetes, biochemical markers of bone turnover,
diabetes control, and bone. Front Endocrinol (Lausanne). 2013;4:
21.
7. Starup-Linde J, Lykkeboe S, Gregersen S, Hauge E-M, Langdahl
BL, Handberg A, et al. Bone structure and predictors of fracture in
Conclusions type 1 and type 2 diabetes. J Clin Endocrinol Metab. 2016;101(3):
928–36.
Taken together, the “Big Data” techniques of SML and USML 8. Giangregorio LM, Leslie WD, Lix LM, Johansson H, Oden A,
McCloskey E, et al. FRAX underestimates fracture risk in patients
represent enormous potential to improve prediction and clas- with diabetes. J Bone Miner Res. 2012;27(2):301–8.
sification tasks in clinical practice and epidemiological re- 9. Cruz JA, Wishart DS. Applications of machine learning in cancer
search, and to discover new patterns in data that help research prediction and prognosis. Cancer Inform. 2007;2:59–77.
understand phenotypes in unbiased, data-driven ways. It is 10. Witten IH (Ian H., Frank E, Hall MA (Mark A, Pal CJ. Data mining:
particularly noticeable that the techniques are readily avail- practical machine learning tools and techniques. 621 p.
11. Maglogiannis IG. Emerging artificial intelligence applications in
able, available under open-source licenses and for datasets in computer engineering: real word AI systems with applications in
the common scope of 500–100,000 data points, possible to eHealth, HCI, information retrieval and pervasive technologies.
implement on personal computers for research purposes. IOS Press; 2007. 407 p.
Current challenges exist in terms of computing power, data 12. Kurth T, Walker AM, Glynn RJ, Chan KA, Gaziano JM, Berger K,
et al. Results of multivariable logistic regression, propensity
quality, and apprehension due to security and privacy con-
matching, propensity adjustment, and propensity-based weighting
cerns, which need to be discussed openly if “Big Data” is to under conditions of nonuniform effect. Am J Epidemiol.
move from research use to full clinical implementation in our 2005;163(3):262–70.
intended way of improving research quality and certainty of 13. Nemes S, Jonasson JM, Genell A, Steineck G. Bias in odds ratios
decisions. Several major retrospective cohorts, e.g., the MrOS by logistic regression modelling and sample size. BMC Med Res
Methodol. 2009;9(1):56.
[59] and SOF [60] studies already have data available that
14. Larsen K, Merlo J. Appropriate assessment of neighborhood effects
could further our understanding of the association between on individual health: integrating random and fixed effects in multi-
DMT and osteoporosis, and how image analysis can improve level logistic regression. Am J Epidemiol 2005;161(1):81–88.
our understanding of this field. 15. Vittinghoff E, McCulloch CE. Relaxing the rule of ten events per
variable in logistic and Cox regression. Am J Epidemiol.
2007;165(6):710–8.
Compliance with Ethical Standards 16. Hanley JA, McNeil BJ. The meaning and use of the area under a
receiver operating characteristic (ROC) curve. Radiology.
Conflict of Interest Christian Kruse declares no conflict of interest. 1982;143(1):29–36.
Curr Osteoporos Rep

17. Hanley JA, McNeil BJ. A method of comparing the areas under 42. Xu R, Wunsch D. Survey of clustering algorithms. IEEE Trans
receiver operating characteristic curves derived from the same Neural Netw. 2005;16:645–78.
cases. Radiology. 1983;148(3):839–43. 43. Rand WM. Objective criteria for the evaluation of clustering
18. Zweig MH, Campbell G. Receiver-operating characteristic (ROC) methods. J Am Stat Assoc. 1971;66(336):846–50.
plots: a fundamental evaluation tool in clinical medicine. Clin 44. Rousseeuw PJ. Silhouettes: a graphical aid to the interpretation and
Chem 1993;39(4). validation of cluster analysis. J Comput Appl Math. 1987;20(C:53–
19. Niculescu-Mizil A, Caruana R. Predicting good probabilities with 65.
supervised learning. In: Proceedings of the 22nd international con- 45. Nagarajan S, Chandrasekaran RM. Design and implementation of
ference on Machine learning - ICML ‘05. New York, New York, expert clinical system for diagnosing diabetes using data mining
USA: ACM Press; 2005. p. 625–32. techniques. Indian J Sci Technol. 2015;8(8):771.
20. Mapstone BD. Scalable decision rules for environmental impact 46. Karasneh RA, Al-Azzam SI, Alzoubi KH, Abu Abeeleh JA,
studies: effect size, type I, and type II errors. Ecol Appl. Khader YS. Depressive symptoms and clustering of cardiovascular
1995;5(2):401–10. disease risk factors in diabetes patients. Int J Diabetes Dev Ctries.
21. Baer DM. “Perhaps it would be better not to know everything.”1. J 2015;35(S2):240–7.
Appl Behav Anal. 1977;10(1):1311163. 47. Sanakal R, Jayakumari ST. Prognosis of diabetes using data mining
22. Berger JO, Sellke T. Testing a point null hypothesis: the irreconcil- approach-fuzzy C means clustering and support vector machine. Int
ability of P values and evidence. J Am Stat Assoc. 1987;82(397): J Comput Trends Technol. 2014;11(2):94–8.
112–22. 48. Clustering of cardiometabolic risk factors and risk of elevated
23. Greenwald A, Gonzalez R, Harris RJ, Guthrie D. Effect sizes and p HbA1c in non-Hispanic White, non-Hispanic Black and
values: what should be reported and what should be replicated? Mexican-American adults with type 2 diabetes. Diabetes Metab
Psychophysiology. 1996;33(2):175–83. Syndr Clin Res Rev. 2014;8(2):75–81.
24. Alin A. Multicollinearity. Wiley Interdiscip Rev Comput Stat. 49.• Kim E, Oh W, Pieczkiewicz DS, Castro MR, Caraballo PJ, Simon GJ.
2010;2(3):370–4. Divisive hierarchical clustering towards identifying clinically signifi-
25. Farrar DE, Glauber RR. Multicollinearity in regression analysis: the cant pre-diabetes subpopulations. AMIA. Annu Symp proceedings
problem revisited. Rev Econ Stat. 1967;49(1):92. AMIA Symp. 2014;2014:1815–24. This is an important paper ex-
26. Cucker F, Smale S. Best choices for regularization parameters in emplifying the use of clustering to quantify groups of patients by
learning theory: on the bias—variance problem. Found Comput mathematical similiarity. We can step away from the terms “Type
Math. 2002;2(4):413–28. 1” and “Type 2” and create more complex and nuanced groups.
27. Friedman JH. On bias, variance, 0/1—loss, and the curse-of-dimen- 50. Sharmila K, Vetha Manickam SA. Diagnosing diabetic dataset
sionality. Data Min Knowl Discov. 1997;1(1):55–77. using Hadoop and K-means clustering techniques. Indian J Sci
28. Geman S, Bienenstock E, Doursat R. Neural networks and the Technol 2016;9(40).
bias/variance dilemma. Neural Comput. 1992;4(1):1–58. 51. Kagawa R, Kawazoe Y, Ida Y, Shinohara E, Tanaka K, Imai T, et al.
29. Valentini G, Dietterich TG. Bias-variance analysis of support vector Development of type 2 diabetes mellitus phenotyping framework
machines for the development of SVM-based ensemble methods. J using expert knowledge and machine learning approach. J Diabetes
Mach Learn Res. 2004;5(Jul):725–75. Sci Technol. 2017;11(4):791–9.
30. Hero AO, Fessler JA, Usman M. Exploring estimator bias-variance 52. WHO. Prevention and management of osteoporosis. World Health
tradeoffs using the uniform CR bound. IEEE Trans Signal Process. Organ Tech Rep Ser. 2003;921:1–164. back cover
1996;44(8):2026–41. 53. Kanis JA, Johnell O, Oden A, Johansson H, McCloskey E. FRAX®
31. Krogh A. Neural Network Ensembles, Cross Validation, and Active and the assessment of fracture probability in men and women from
Learning. the UK. Osteoporos Int. 2008;19(4):385–97.
32. Efron B, Gong G. A leisurely look at the bootstrap, the jackknife, 54. Burger H, van Daele PLA, Odding E, Valkenburg HA, Hofman A,
and cross-validation. Am Stat. 1983;37(1):36–48. Grobbee DE, et al. Association of radiographically evident osteo-
33. Shao J. Linear model selection by cross-validation. J Am Stat arthritis with higher bone mineral density and increased bone loss
Assoc. 1993;88(422):486–94. with age. The Rotterdam study. Arthritis Rheum. 1996;39(1):81–6.
34. Efron B, Tibshirani R. Improvements on cross-validation: the 632+ 55. Eriksen EF. Treatment of osteopenia. Rev Endocr Metabol Disord.
bootstrap method. J Am Stat Assoc. 1997;92(438):548–60. 2012;13:209–23.
35. Therneau TM, Atkinson EJ, Foundation M. An introduction to 56. Bergstra J, Breuleux O, Bastien FF, Lamblin P, Pascanu R,
recursive partitioning using the RPART routines. 2017; Desjardins G, et al. Theano: a CPU and GPU math compiler in
36. Liaw A, Wiener M. Classification and Regression by randomForest Python. Proc Python Sci Comput Conf. 2010;(Scipy):1–7.
2002;23. 57. Gulshan V, Peng L, Coram M, Stumpe MC, Wu D,
37. Widrow B, Hoff M. Adaptive switching circuits. 1960 IRE Narayanaswamy A, et al. Development and validation of a deep
WESCON Convention Record. 1960. p. 96–104. learning algorithm for detection of diabetic retinopathy in retinal
38. Sudharsan B, Peeples M, Shomali M. Hypoglycemia prediction fundus photographs. JAMA. 2016 Dec 13;316(22):2402–10.
using machine learning models for patients with type 2 diabetes. J 58.• Nayak J, Bhat PS, Acharya UR, Lim CM, Kagathi M. Automated
Diabetes Sci Technol. 2015;9(1):86–90. identification of diabetic retinopathy stages using digital fundus im-
39. Farran B, Channanath AM, Behbehani K, Thanaraj TA. Predictive ages. J Med Syst. 2008;32(2):107–15. This paper revealed how we
models to assess risk of type 2 diabetes, hypertension and comor- can categorize large image collections almost automatically if we
bidity: machine-learning algorithms and validation using national develop machine learning algorithms to classify the images.
health data from Kuwait—a cohort study. BMJ Open. 2013;3(5): 59. Design and baseline characteristics of the osteoporotic fractures in
e002457. men (MrOS) study—a large observational study of the determi-
40. Targeting weight loss interventions to reduce cardiovascular com- nants of fracture in older men. Contemp Clin Trials. 2005;26(5):
plications of type 2 diabetes: a machine learning-based post-hoc 569–85.
analysis of heterogeneous treatment effects in the Look AHEAD 60. Faulkner KG, Cummings SR, Black D, Palermo L, Glüer C-C,
trial. Lancet Diabetes Endocrinol. 2017 Oct 1;5(10):808–15. Genant HK. Simple measurement of femoral geometry predicts
41. Jain AK, Dubes RC. Algorithms for clustering data. Prentice Hall. hip fracture: the study of osteoporotic fractures. J Bone Miner
1988;355:320. Res. 2009;8(10):1211–7.

Das könnte Ihnen auch gefallen