| Literature DB >> 24382983 |
Alkın Yurtkuran1, Mustafa Tok2, Erdal Emel1.
Abstract
One of the major challenges of providing reliable healthcare services is to diagnose and treat diseases in an accurate and timely manner. Recently, many researchers have successfully used artificial neural networks as a diagnostic assessment tool. In this study, the validation of such an assessment tool has been developed for treatment of the femoral peripheral arterial disease using a radial basis function neural network (RBFNN). A data set for training the RBFNN has been prepared by analyzing records of patients who had been treated by the thoracic and cardiovascular surgery clinic of a university hospital. The data set includes 186 patient records having 16 characteristic features associated with a binary treatment decision, namely, being a medical or a surgical one. K-means clustering algorithm has been used to determine the parameters of radial basis functions and the number of hidden nodes of the RBFNN is determined experimentally. For performance evaluation, the proposed RBFNN was compared to three different multilayer perceptron models having Pareto optimal hidden layer combinations using various performance indicators. Results of comparison indicate that the RBFNN can be used as an effective assessment tool for femoral peripheral arterial disease treatment.Entities:
Mesh:
Year: 2013 PMID: 24382983 PMCID: PMC3871503 DOI: 10.1155/2013/898041
Source DB: PubMed Journal: Comput Math Methods Med ISSN: 1748-670X Impact factor: 2.238
Features and their normalized values.
| Feature | Comment |
|---|---|
| Age (years) | Divided by 100 |
| Sex | Female = 0, male = 1 |
| Fontaine stage | Stage I = 0, stage II-a = 0, stage II-b = 2, stage III = 3, stage IV = 4 (see |
| Lesion type (TASC classification) | Type A = 0, type B = 1, type C = 3, type D = 4 (see |
| Sensitivity to anesthesia | Low = 0, medium-high = 1 |
| Distal bed | Absence = 0, presence = 1 |
| Embolism (percent) | Divided by 100 |
| LDL cholesterol level | Normal = 0, near/above normal = 1, BH = 2, high = 3, very high = 4 (see |
| Smoking | Absence = 0, presence = 1 |
| Exsmoker | Absence = 0, presence = 1 |
| Hypertension | Absence = 0, presence = 1 |
| Blood pressure | Normal = 0, pre-HTN = 1, stage I = 2, stage II = 3 (see |
| Diabetes mellitus | Absence = 0, presence = 1 |
| Other peripheral disease history | Absence = 0, presence = 1 |
| Family history | Absence = 0, presence = 1 |
| Current medical treatment | Absence = 0, presence = 1 |
|
| |
| Treatment decision | Medical treatment = −1, operation = 1 |
Blood pressure level categories in adults.
| Classification | Systolic pressure (mm Hg) | Diastolic pressure (mm Hg) |
|---|---|---|
| Normal | <120 | <80 |
| Prehypertension | 120–139 | 80–89 |
| Stage I | 140–159 | 90–99 |
| Stage II | >160 | >100 |
TASC classification [3].
|
|
Figure 1An example of RBFNN.
Confusion matrix for binary classification.
| Class/classified | As positive | As negative |
|---|---|---|
| Positive | tp | fn |
| Negative | fp | tn |
Figure 2MSE versus number of clusters for proposed RBFNN.
Selected MLP networks.
| Network name | Training algorithm | Hidden activation function | Output activation function | Number of hidden units |
|---|---|---|---|---|
| MLP-13 | BFGS | tanh | Logistic | 13 |
| MLP-23 | BFGS | Identity | Logistic | 23 |
| MLP-7 | CGA | Logistic | Identity | 7 |
Mean of performance indicators for MLP networks and RBFNN.
| MLP-13 | MLP-23 | MLP-7 | RBFNN | |
|---|---|---|---|---|
| AUC | 0.873 | 0.839 | 0.793 | 0.949 |
| Cutoff point | 0.443 | 0.542 | 0.392 | 0.510 |
| Accuracy | 0.881 | 0.838 | 0.800 | 0.950 |
| Sensitivity | 0.896 | 0.835 | 0.816 | 0.953 |
| Specificity | 0.868 | 0.840 | 0.788 | 0.948 |
| PPV | 0.849 | 0.824 | 0.753 | 0.942 |
| NPV | 0.909 | 0.851 | 0.843 | 0.958 |
|
| 0.872 | 0.829 | 0.783 | 0.947 |
| Yuden index | 0.764 | 0.675 | 0.604 | 0.901 |
|
| 10.386 | 10.211 | 11.632 | 7.880 |
Comparison of MLP-13 and RBFNN.
| MLP-13 | RBFNN | Statistical | |||
|---|---|---|---|---|---|
| Mean ± SD | 95% CI | Mean ± SD | 95% CI | ||
| AUC | 0.873 ± 0.018 | 0.862–0.885 | 0.949 ± 0.028 | 0.931–0.966 | + |
| Cutoff | 0.443 ± 0.010 | 0.437–0.449 | 0.510 ± 0.011 | 0.503–0.517 | + |
| Accuracy | 0.881 ± 0.016 | 0.871–0.891 | 0.950 ± 0.022 | 0.936–0.964 | + |
| Sensitivity | 0.896 ± 0.021 | 0.883–0.909 | 0.953 ± 0.015 | 0.944–0.963 | + |
| Specificity | 0.868 ± 0.018 | 0.857–0.879 | 0.948 ± 0.030 | 0.929–0.966 | + |
| PPV | 0.849 ± 0.023 | 0.835–0.864 | 0.942 ± 0.034 | 0.920–0.963 | + |
| NPV | 0.909 ± 0.019 | 0.897–0.921 | 0.958 ± 0.013 | 0.949–0.966 | + |
|
| 0.872 ± 0.018 | 0.861–0.883 | 0.947 ± 0.024 | 0.932–0.962 | + |
| Yuden index | 0.764 ± 0.033 | 0.744–0.785 | 0.901 ± 0.044 | 0.873–0.928 | + |
|
| 10.386 ± 2.125 | 9.069–11.703 | 7.880 ± 1.557 | 6.915–8.845 | + |
Comparison of MLP-23 and RBFNN.
| MLP-23 | RBFNN | Statistical significance | |||
|---|---|---|---|---|---|
| Mean ± SD | 95% CI | Mean ± SD | 95% CI | ||
| AUC | 0.839 ± 0.018 | 0.828–0.850 | 0.949 ± 0.028 | 0.931–0.966 | + |
| Cutoff | 0.542 ± 0.016 | 0.532–0.552 | 0.510 ± 0.011 | 0.503–0.517 | + |
| Accuracy | 0.838 ± 0.017 | 0.827–0.848 | 0.950 ± 0.022 | 0.936–0.964 | + |
| Sensitivity | 0.835 ± 0.020 | 0.823–0.847 | 0.953 ± 0.015 | 0.944–0.963 | + |
| Specificity | 0.840 ± 0.018 | 0.829–0.851 | 0.948 ± 0.030 | 0.929–0.966 | + |
| PPV | 0.824 ± 0.021 | 0.811–0.836 | 0.942 ± 0.034 | 0.920–0.963 | + |
| NPV | 0.851 ± 0.019 | 0.839–0.862 | 0.958 ± 0.013 | 0.949–0.966 | + |
|
| 0.829 ± 0.018 | 0.818–0.840 | 0.947 ± 0.024 | 0.932–0.962 | + |
| Yuden index | 0.675 ± 0.034 | 0.654–0.697 | 0.901 ± 0.044 | 0.873–0.928 | + |
|
| 10.211 ± 3.409 | 8.098–12.324 | 7.880 ± 1.557 | 6.915–8.845 | − |
Comparison of MLP-7 and RBFNN.
| MLP-7 | RBFNN | Statistical significance | |||
|---|---|---|---|---|---|
| Mean ± SD | 95% CI | Mean ± SD | 95% CI | ||
| AUC | 0.789 ± 0.019 | 0.778–0.801 | 0.949 ± 0.028 | 0.931–0.966 | + |
| Cutoff | 0.392 ± 0.009 | 0.386–0.398 | 0.510 ± 0.011 | 0.503–0.517 | + |
| Accuracy | 0.800 ± 0.020 | 0.787–0.812 | 0.950 ± 0.022 | 0.936–0.964 | + |
| Sensitivity | 0.823 ± 0.028 | 0.805–0.840 | 0.953 ± 0.015 | 0.944–0.963 | + |
| Specificity | 0.782 ± 0.017 | 0.772–0.792 | 0.948 ± 0.030 | 0.929–0.966 | + |
| PPV | 0.746 ± 0.021 | 0.733–0.759 | 0.942 ± 0.034 | 0.920–0.963 | + |
| NPV | 0.850 ± 0.025 | 0.834–0.865 | 0.958 ± 0.013 | 0.949–0.966 | + |
|
| 0.782 ± 0.022 | 0.769–0.796 | 0.947 ± 0.024 | 0.932–0.962 | + |
| Yuden index | 0.605 ± 0.041 | 0.579–0.630 | 0.901 ± 0.044 | 0.873–0.928 | + |
|
| 11.632 ± 2.169 | 10.288–12.976 | 7.880 ± 1.557 | 6.915–8.845 | + |
Cholesterol level categories in adults.
| LDL cholesterol level (mg/dL) | LDL cholesterol category |
|---|---|
| <100 | Optimal |
| 100–129 | Near optimal/above optimal |
| 130–159 | Borderline high |
| 160–189 | High |
| >190 | Very high |
Fontaine stages [2].
| Stages | Details |
|---|---|
| Stage I | Asymptomatic, incomplete blood vessel obstruction |
| Stage II-a | Claudication at a distance of greater than 200 meters |
| Stage II-b | Claudication distance of less than 200 meters |
| Stage III | Rest pain, mostly in the feet |
| Stage IV | Necrosis and/or gangrene of the limb |