Abstract
Background
Emerging evidences show that microRNA (miRNA) plays an important role in many human complex diseases. However, considering the inherent time-consuming and expensive of traditional in vitro experiments, more and more attention has been paid to the development of efficient and feasible computational methods to predict the potential associations between miRNA and disease.
Methods
In this work, we present a machine learning-based model called MLMDA for predicting the association of miRNAs and diseases. More specifically, we first use the k-mer sparse matrix to extract miRNA sequence information, and combine it with miRNA functional similarity, disease semantic similarity and Gaussian interaction profile kernel similarity information. Then, more representative features are extracted from them through deep auto-encoder neural network (AE). Finally, the random forest classifier is used to effectively predict potential miRNA–disease associations.
Results
The experimental results show that the MLMDA model achieves promising performance under fivefold cross validations with AUC values of 0.9172, which is higher than the methods using different classifiers or different feature combination methods mentioned in this paper. In addition, to further evaluate the prediction performance of MLMDA model, case studies are carried out with three Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. As a result, 39, 37 and 36 out of the top 40 predicted miRNAs are confirmed by other miRNA–disease association databases.
Conclusions
These prominent experimental results suggest that the MLMDA model could serve as a useful tool guiding the future experimental validation for those promising miRNA biomarker candidates. The source code and datasets explored in this work are available at http://220.171.34.3:81/.
Keywords: microRNA, Disease, Association prediction, Auto-encoder neural network, Random forest
Background
MicroRNAs (miRNAs) are a large number of endogenous non-coding RNAs which transcribed as short hairpin precursors (~ 70 nt) [1, 2]. Recently, miRNA genes were discovered expressed in some types of diseases including Arthritis, Adenoid Cystic, Arteriosclerosis Obliterans, Immune Thrombocytopenic Purpura, and Idiopathic Pulmonary Hypertension exceptionally [3–10]. Therefore, more and more researchers believe that miRNAs could associate with sorts of disease. With the progression of biotechnology and accumulate of theories, a great quantity of miRNA–disease associations have been found and confirmed [11–14].
Although making use of the association between miRNAs and diseases could improve prognosis of the patients, the cost of confirming the relationship between miRNAs and diseases by experimental method is extremely high. Therefore, more and more computational methods have been developed in recent years [15–25]. Jiang et al. proposed a network-based approach to predict disease-miRNA associations [26]. Mork et al. built a model named miRPD which can definitely infer miRNA–protein-disease associations [27]. In order to further utilize miRNA-target interaction information, Xuan et al. built a prediction model named human disease-related miRNA Prediction (HDMP) according to weighted k most semblable node [28]. A prediction method named MIDP using random walk on the network was constructed by Xuan et al. [29]. This method reduced the negative impact of noisy data through restarting the walking. Chen et al. developed a prediction model named heterogeneous graph inference for miRNA–disease association prediction (HGIMDA) by mapping confirmed miRNA–disease associations into a heterogeneous graph [30]. Chen et al. developed regularized least squares for miRNA–disease association (RLSMDA) which can only use diseases without confirmed miRNAs to discover the association between diseases and miRNAs [31]. A model named ranking-based KNN for miRNA–disease association prediction (RKNNMDA) can predict unconfirmed miRNA without utilizing confirmed miRNAs, built by Chen et al. [32].
In this study, we propose a novel computational method, called MLMDA, based on the machine learning algorithm to predict miRNA–disease associations. MLMDA integrates different classes of information, including miRNA sequence information, disease semantic information, miRNA–disease association information and miRNA function information. An improvement to this approach is the introduction of sequence information to predict potential associations. Specifically, miRNA and disease similarity matrixes can be first computed respectively according to miRNA–disease association, the miRNA functional similarity and disease semantic similarity information. Second, MLMDA combines the matrixes of disease as a gathered similarity matrix. Third, auto-encoder is used to reduce the dimensionality of feature vectors for distinguishing miRNA–disease associations. Finally, the abstract feature is fed into random forest classifier to predict potential disease-related miRNA. For assessing the performance of MLMDA, we implement the fivefold cross validation method in the human microRNA disease database and get the AUCs of 91.72 ± 0.73%. Besides, to further evaluate the prediction performance of MLMDA model, three case studies are carried out with Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. As a result, 97.5%, 92.5% and 90% of the top 40 predicted miRNAs are confirmed by two other miRNA–disease association databases, respectively. The above experimental results demonstrated that MLMDA is a powerful and efficacious method for predicting potential miRNA–disease associations.
Results
Performance evaluation
Prediction of miRNA–disease association
We make use of fivefold cross validation according to the marked miRNA–disease associations in HMDD v3.0 to estimate the performance of MLMDA. The MLMDA gain a mean area under the receiver operation curve (AUC) of 91.72 ± 0.73% which is the average of AUCs of 90.84%, 91.73%, 92.11%, 91.12% and 92.91% in fivefold cross validation as showed in Fig. 1 and the yielded averages of accuracy, recall, precision and f1-score come to be 83.77%, 78.61%, 87.68% and 82.90% as showed in Table 1.
Fig. 1.
ROC curves performed by MLMDA on HMDD v3.0 dataset
Table 1.
Five-fold cross-validation results performed by MLMDA on HMDD v3.0 dataset
Testing set | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) |
---|---|---|---|---|
1 | 82.24 | 77.47 | 85.64 | 81.35 |
2 | 84.29 | 79.01 | 88.35 | 83.42 |
3 | 83.74 | 77.35 | 88.69 | 82.64 |
4 | 83.43 | 78.68 | 86.95 | 82.61 |
5 | 85.19 | 80.57 | 88.78 | 84.48 |
Average | 83.77 ± 1.08 | 78.82 ± 1.31 | 87.68 ± 1.35 | 82.90 ± 1.15 |
Comparison with different classifier models
In order to test the performance of MLMDA model using the Random Forest classifier, we compare it with different classifier models. Here, two models consisting of the state-of-the-art support vector machine (SVM) classifier and decision tree (DT) classifier are constructed to compare with the MLMDA model. In particular, all three models use the same training set and test set. In the experiment, SVM model achieves AUC of 87.01 ± 1.07% in the average of AUCs of 85.61%, 87.54%, 87.35%, 86.19% and 88.65% under fivefold cross validation, as shown in Fig. 2. Decision tree achieves AUC of 78.17 ± 0.27% in the average of AUCs of 77.66%, 78.39%, 78.18%, 78.43% and 78.21% under fivefold cross validation, as shown in Fig. 3. The yielded averages of accuracy, recall, precision and f1-score come to be 81.47%, 79.50%, 81.88% and 80.66% as show in Table 2 and 78.17%, 84.75%, 74.91% and 79.52% as in show Table 3. For a more intuitive comparison of performance, the evaluation parameters for the three models are summarized in Table 4. The experimental results show that MLMDA has achieved the best results among the evaluation criteria of accuracy, Precision, F1 and AUC. In summary, MLMDA has better performance and robustness than the other two models, especially in the accuracy, AUC and F1 values that can quantify the performance of the entire model, although MLMDA model is not as good as SVM model are in recall. Based on the above results, the random forest is the most suitable classifier for the model.
Fig. 2.
ROC curves performed by SVM model on HMDD v3.0 dataset
Fig. 3.
ROC curves performed by DT model on HMDD v3.0 dataset
Table 2.
Five-fold cross-validation results performed by SVM model on HMDD v3.0 dataset
Testing set | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) |
---|---|---|---|---|
1 | 81.00 | 76.54 | 83.04 | 79.66 |
2 | 81.59 | 79.84 | 81.86 | 80.83 |
3 | 81.20 | 79.01 | 81.70 | 80.33 |
4 | 81.20 | 80.66 | 80.66 | 80.66 |
5 | 82.39 | 81.48 | 82.16 | 81.82 |
Average | 81.47 ± 0.55 | 79.50 ± 1.89 | 81.88 ± 0.85 | 80.66 ± 0.78 |
Table 3.
Five-fold cross-validation results performed by DT model on HMDD v3.0 dataset
Testing set | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) |
---|---|---|---|---|
1 | 77.66 | 84.56 | 74.31 | 79.11 |
2 | 78.38 | 83.67 | 75.67 | 79.47 |
3 | 78.18 | 84.91 | 74.84 | 79.56 |
4 | 78.43 | 83.97 | 75.60 | 79.56 |
5 | 78.21 | 86.65 | 74.13 | 79.91 |
Average | 78.17 ± 0.30 | 84.75 ± 1.16 | 74.91 ± 0.71 | 79.52 ± 0.28 |
Table 4.
The comparison results of MLMDA model, SVM model and DT model on HMDD v3.0 dataset
Model | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) | AUC (%) |
---|---|---|---|---|---|
SVM | 81.47 | 79.50 | 81.88 | 80.66 | 87.01 |
DT | 78.17 | 84.75 | 74.91 | 79.52 | 78.17 |
MLMDA | 83.77 | 78.82 | 87.68 | 82.90 | 91.72 |
MLMDA obtains the highest value in the evaluation criteria (italics)
Comparison with different feature descriptors
In order to verify that the proposed descriptor represents the validity of the feature information, different descriptors are constructed to be compared to the proposed descriptor. In detail, the proposed descriptor MLMDA is composed of miRNA similarity information, disease similarity information and miRNA sequence information; the descriptor “MLMDA_ds” is composed of disease similarity information and miRNA sequence information; the descriptor “MLMDA_sim” is composed of disease similarity information and miRNA similarity information. The descriptor “MLMDA_sim” model gains a mean AUC of 89.69 ± 0.0026% which is the average of AUCs of 89.80%, 89.63%, 89.99%, 89.25% and 89.43% in fivefold cross validation (Fig. 4). The yielded averages of accuracy, sensitivity, precision and f1-score come to be 79.38%, 85.61%, 76.15% and 80.59% as show in Table 5. The descriptor “MLMDA_ds” model gets a mean AUC of 0.8250 ± 0.0051 which is the average of AUCs of 83.11%, 85.70%, 85.61%, 85.61% and 85.56% in fivefold cross validation (Fig. 5). The yielded averages of accuracy, recall, precision and f1-score come to be 78.58%, 78.30%, 78.76% and 78.51% as show in Table 6. It is noteworthy that the performances of AUCs in MLMDA were greater than that of the above experimental methods in fivefold cross validation, which shows that our method has obvious prediction performance. By comparing the combination methods of multi-source data, we find that introducing sequence information can improve the accuracy and AUC.
Fig. 4.
ROC curves performed by MLMDA_sim model on HMDD v3.0 dataset
Table 5.
The comparison results of MLMDA model and feature model based on fivefold cross validation
Testing set | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) |
---|---|---|---|---|
1 | 79.81 | 83.73 | 77.66 | 80.58 |
2 | 79.19 | 85.92 | 75.74 | 80.51 |
3 | 79.42 | 87.81 | 75.20 | 81.01 |
4 | 79.03 | 84.82 | 76.03 | 80.18 |
5 | 79.45 | 85.80 | 76.13 | 80.68 |
Average | 79.38 ± 0.29 | 85.61 ± 1.51 | 76.15 ± 0.91 | 80.59 ± 0.58 |
Fig. 5.
ROC curves performed by MLMDA_ds model on HMDD v3.0 dataset
Table 6.
The comparison results of MLMDA model and with feature model based on fivefold cross validation
Testing set | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) |
---|---|---|---|---|
1 | 78.07 | 77.59 | 78.35 | 77.97 |
2 | 78.59 | 76.17 | 80.05 | 78.06 |
3 | 78.57 | 77.89 | 78.98 | 78.43 |
4 | 79.15 | 80.45 | 78.42 | 79.42 |
5 | 78.52 | 79.42 | 78.02 | 78.71 |
Average | 78.58 ± 0.38 | 78.30 ± 1.66 | 78.76 ± 0.79 | 78.51 ± 0.58 |
Table 7 summarizes the results of five cross-validations of three descriptors using random forest classifier on HMDD v3.0, namely MLMDA, MLMDA_sim, and MLMDA_ds. Our descriptors have achieved the best results in all evaluation criteria except recall, which indicates that the proposed descriptor can improve the prediction effect. In particular, adding feature information can also cause noise to affect predictive performance. Our descriptors improve the performance of the prediction model while adding information, indicating that the proposed descriptor is more suitable for our model than the other two.
Table 7.
The comparison results of MLMDA model, descriptor MLMDA_ds model and descriptor MLMDA _sim model by Random forest classifier
Descriptor | Accuracy (%) | Recall (%) | Precision (%) | F1-score (%) | AUC (%) |
---|---|---|---|---|---|
MLMDA _ds | 78.58 | 78.30 | 78.76 | 78.51 | 82.50 |
MLMDA _sim | 79.38 | 85.61 | 76.15 | 80.59 | 89.60 |
MLMDA | 83.77 | 78.82 | 87.68 | 82.90 | 91.72 |
MLMDA obtains the highest value in the evaluation criteria (italics)
Comparison with related works
To evaluate the effectiveness of our approach, we use the HMDD dataset to compare the performance of MLMDA with the 6 state-of-the-art methods which are BNPMDA, miRGOFS, MDHGI, DRMDA, SPM, LMTRDA and NNMDA, as shown in Table 8 [22, 33–37]. Since the version of HMDD used in the state-of-the-art methods is different, and some methods do not report detailed evaluation indicators, here we only compare the reported AUC values to verify the effectiveness of our method. As can be seen from Table 8, the proposed method is only 1.9% worse than the highest NNMDA of AUC, the second highest in all methods and 1.35% higher than the average AUC. This is due to the fact that sequence information can describe miRNAs more comprehensively and deeply, and can be used as an excellent source of knowledge for predicting potential miRNA–disease associations.
Table 8.
The comparison results of MLMDA model and related works
Method | AUC (%) |
---|---|
BNPMDA | 89.80 |
miRGOFS | 87.70 |
MDHGI | 87.94 |
DRMDA | 91.56 |
SPM | 91.40 |
LMTRDA | 90.54 |
NNMDA | 93.60 |
MLMDA | 91.72 |
Case studies
We prove the degree of MLMDA which could forecast potential miRNA–disease associations and confirm a high percentage of the possible disease-related miRNAs by carrying out three case studies. This means that MLMDA makes dependable predictions. Lymphoma, Lung Neoplasm, and Esophageal Neoplasms are chosen to construct the three cases studies and training samples for the method are constructed by miRNA–disease pairs from HMDD v3.0. Whereafter, we use the top 20 and 40 candidates as the prediction lists and validate in two notable miRNA–disease association databases dbDEMC v2.0 and miR2Database [38, 39]. There is no repeat of the training samples and the prediction lists, because of arranging and authenticating candidate miRNAs.
In the first case study, Lymphoma is chosen as the example and we predict Lymphomas-related miRNAs by MLMDA. Lymphoma is a cancer that begins in infection-fighting cells of the immune system, called lymphocytes [40, 41]. As a result, 20 out of the top 20 and 39 out of the top 40 potentially miRNAs which associate with Lymphoma are verified by either dbDEMC and miR2 disease or other experimental studies, shown as Table 9. A malignant tumor is usually diagnosed at advanced stage and has a poor prognosis named Lung neoplasms. It is selected as the second case study and we use MLMDA to predict the potential associated miRNAs by ranked 771 miRNAs according to predicted scores. The results are shown in Table 10, 18 out of the top 20 and 37 out of the top 40 predicted miRNAs are verified in the experimental data. We choose Esophageal Neoplasms as the third investigated disease [42–45]. Esophageal cancer is a malignant tumor, the most common type of which is esophageal squamous cell carcinoma and adenocarcinoma. As shown in Table 11, the predicted scores of the candidate miRNAs are ranked and 36 were verified in the first 40 potential miRNAs associated with Esophageal Neoplasms.
Table 9.
Prediction of the top 40 predicted miRNAs associated with Lymphoma based on known associations in dbDEMC v2.0 and miR2Databas
miRNA | dbDEMC | miR2D | miRNA | dbDEMC | miR2D |
---|---|---|---|---|---|
hsa-mir-191 | Confirmed | Unconfirmed | hsa-mir-1 | Confirmed | Unconfirmed |
hsa-mir-195 | Confirmed | Unconfirmed | hsa-mir-206 | Confirmed | Unconfirmed |
hsa-mir-30a | Confirmed | Confirmed | hsa-let-7c | Confirmed | Confirmed |
hsa-let-7a | Confirmed | Confirmed | hsa-mir-106a | Confirmed | Confirmed |
hsa-mir-183 | Confirmed | Unconfirmed | hsa-mir-146b | Confirmed | Unconfirmed |
hsa-mir-101 | Confirmed | Unconfirmed | hsa-mir-132 | Confirmed | Unconfirmed |
hsa-mir-141 | Confirmed | Unconfirmed | hsa-mir-29a | Confirmed | Unconfirmed |
hsa-mir-145 | Confirmed | Confirmed | hsa-mir-181b | Confirmed | Unconfirmed |
hsa-mir-34a | Confirmed | Unconfirmed | hsa-mir-378 | Confirmed | Unconfirmed |
hsa-mir-223 | Confirmed | Unconfirmed | hsa-mir-151a | Confirmed | Unconfirmed |
hsa-mir-451 | Confirmed | Unconfirmed | hsa-mir-181c | Confirmed | Unconfirmed |
hsa-let-7e | Confirmed | Confirmed | hsa-mir-574 | Confirmed | Unconfirmed |
hsa-mir-125b | Confirmed | Unconfirmed | hsa-mir-214 | Confirmed | Unconfirmed |
hsa-mir-99a | Confirmed | Confirmed | hsa-mir-106b | Confirmed | Unconfirmed |
hsa-mir-24 | Confirmed | Unconfirmed | hsa-mir-137 | Confirmed | Unconfirmed |
hsa-mir-144 | Confirmed | Unconfirmed | hsa-mir-30c-2 | Confirmed | Unconfirmed |
hsa-mir-449a | Confirmed | Unconfirmed | hsa-mir-590 | Confirmed | Unconfirmed |
hsa-let-7i | Confirmed | Unconfirmed | hsa-mir-7 | Confirmed | Unconfirmed |
hsa-mir-34c | Confirmed | Unconfirmed | hsa-mir-30 | Unconfirmed | Unconfirmed |
hsa-let-7 g | Confirmed | Unconfirmed | hsa-mir-196b | Confirmed | Unconfirmed |
Table 10.
Prediction of the top 40 predicted miRNAs associated with Lung Neoplasm based on known associations in dbDEMC v2.0 and miR2Database
miRNA | dbDEMC | miR2D | miRNA | dbDEMC | miR2D |
---|---|---|---|---|---|
hsa-mir-320b-1 | Confirmed | Unconfirmed | hsa-mir-449b | Confirmed | Unconfirmed |
hsa-mir-1266 | Confirmed | Unconfirmed | hsa-mir-128 | Confirmed | Unconfirmed |
hsa-mir-616 | Confirmed | Unconfirmed | hsa-mir-19b-2 | Confirmed | Unconfirmed |
hsa-mir-1228 | Confirmed | Unconfirmed | hsa-mir-190a | Confirmed | Unconfirmed |
hsa-mir-1307 | Confirmed | Unconfirmed | hsa-mir-190b | Confirmed | Unconfirmed |
hsa-mir-573 | Confirmed | Unconfirmed | hsa-mir-634 | Unconfirmed | Unconfirmed |
hsa-mir-376 | Unconfirmed | Unconfirmed | hsa-mir-512-2 | Confirmed | Unconfirmed |
hsa-mir-2110 | Confirmed | Unconfirmed | hsa-mir-369 | Confirmed | Unconfirmed |
hsa-mir-455 | Confirmed | Unconfirmed | hsa-mir-320b-2 | Confirmed | Unconfirmed |
hsa-mir-646 | Confirmed | Unconfirmed | hsa-mir-320c-1 | Confirmed | Unconfirmed |
hsa-mir-655 | Confirmed | Unconfirmed | hsa-mir-193 | Confirmed | Unconfirmed |
hsa-mir-516a-2 | Confirmed | Unconfirmed | hsa-mir-618 | Confirmed | Unconfirmed |
hsa-mir-526a-1 | Unconfirmed | Unconfirmed | hsa-mir-320d-1 | Confirmed | Unconfirmed |
hsa-mir-133 | Confirmed | Unconfirmed | hsa-mir-339 | Confirmed | Confirmed |
hsa-mir-526a-2 | Unconfirmed | Unconfirmed | hsa-mir-576 | Confirmed | Unconfirmed |
hsa-mir-384 | Unconfirmed | Unconfirmed | hsa-mir-106b | Confirmed | Unconfirmed |
hsa-mir-544a | Confirmed | Unconfirmed | hsa-mir-492 | Confirmed | Unconfirmed |
hsa-mir-1285 | Confirmed | Unconfirmed | hsa-mir-513c | Confirmed | Unconfirmed |
hsa-mir-15b | Confirmed | Confirmed | hsa-mir-193b | Confirmed | Unconfirmed |
hsa-mir-92a-2 | Confirmed | Unconfirmed | hsa-mir-519c | Confirmed | Unconfirmed |
Table 11.
Prediction of the top 40 predicted miRNAs associated with Esophageal Neoplasms based on known associations in dbDEMC v2.0 and miR2Database
miRNA | dbDEMC | miR2D | miRNA | dbDEMC | miR2D |
---|---|---|---|---|---|
hsa-mir-204 | Confirmed | Unconfirmed | hsa-mir-199a | Confirmed | Unconfirmed |
hsa-mir-15b | Confirmed | Unconfirmed | hsa-mir-222 | Confirmed | Unconfirmed |
hsa-mir-224 | Confirmed | Unconfirmed | hsa-mir-221 | Confirmed | Unconfirmed |
hsa-mir-335 | Confirmed | Unconfirmed | hsa-mir-1-1 | Unconfirmed | Unconfirmed |
hsa-mir-138 | Confirmed | Unconfirmed | hsa-mir-208 | Unconfirmed | Unconfirmed |
hsa-let-7 g | Confirmed | Unconfirmed | hsa-mir-191 | Confirmed | Unconfirmed |
hsa-let-7i | Confirmed | Unconfirmed | hsa-mir-328 | Confirmed | Unconfirmed |
hsa-mir-139 | Confirmed | Unconfirmed | hsa-mir-200b | Unconfirmed | Unconfirmed |
hsa-mir-140 | Confirmed | Unconfirmed | hsa-mir-16-2 | Confirmed | Unconfirmed |
hsa-let-7 | Confirmed | Unconfirmed | hsa-mir-186 | Confirmed | Unconfirmed |
hsa-mir-212 | Unconfirmed | Unconfirmed | hsa-mir-1 | Confirmed | Unconfirmed |
hsa-mir-144 | Confirmed | Unconfirmed | hsa-mir-20b | Confirmed | Unconfirmed |
hsa-mir-499 | Confirmed | Unconfirmed | hsa-mir-142 | Confirmed | Unconfirmed |
hsa-mir-124-1 | Confirmed | Unconfirmed | hsa-mir-370 | Confirmed | Unconfirmed |
hsa-mir-96 | Confirmed | Unconfirmed | hsa-mir-30a | Confirmed | Unconfirmed |
hsa-mir-181b | Confirmed | Unconfirmed | hsa-mir-497 | Confirmed | Unconfirmed |
hsa-mir-16-1 | Confirmed | Unconfirmed | hsa-mir-29b-2 | Confirmed | Unconfirmed |
hsa-mir-19b-1 | Confirmed | Unconfirmed | hsa-mir-374a | Confirmed | Unconfirmed |
hsa-mir-92-1 | Confirmed | Unconfirmed | hsa-mir-432 | Confirmed | Unconfirmed |
hsa-mir-182 | Confirmed | Unconfirmed | hsa-mir-320a | Confirmed | Unconfirmed |
Materials and methods
Human miRNA–disease associations database
In the experiment, we use Human microRNA Disease Database (HMDD) established by Li et al. as the benchmark dataset [46], which can be downloaded at http://www.cuilab.cn/hmdd. This dataset includes 32,281 confirmed miRNA–disease pairs with 1102 miRNAs and 850 diseases. In pretreatment, we remove some pairs which cannot be confirmed by the miRBase. So, we choose all marked miRNA–disease associations that each miRNA can match its own sequence as positive set. Besides, the same amount of the unconfirmed miRNA–disease associations is selected as negative set. After screening, an adjacency matrix is established on this basis. The element ((),()) is assigned to 1, otherwise it is assigned to 0, if disease () and miRNA () are confirmed that they have a relationship in the HMDD v3.0 database [47].
MiRNA functional similarity
The miRNA functional similarity information we use in the experiment was provided by Wang et al., which according to the assumption that miRNAs which have same function are more likely to relate with similar disease, vice versa [48–50]. The miRNA functional similarity information can be described as a matrix , which contains 495 rows and 495 columns. The element of represents the similarity value between miRNA and miRNA . It can be downloaded from http://www.cuilab.cn/files/images/cuilab/misim.zip. This part of the data is only used in case studies.
Disease semantic similarity
Medical Subject Headings (MeSH) diseases descriptors offer a strict system for classing disease and we use it to abstract disease semantic similarity. In this database, the nodes are diseases and the edges connecting two nodes from parent node to child node could describe a Directed Acyclic Graph (DAG) for each disease. In this work, the relations between miRNA-related diseases are constructed by disease MeSH descriptors. We download MeSH descriptors form the National Library of Medicine (http://www.nlm.nih.gov/). Disease can be described as , where is a node set containing disease and its ancestor diseases is an edge set containing the corresponding edges [48]. Here, we use the previous method that according to MeSH diseases descriptors to compute disease semantic similarity [28]. Particularly, the semantic value of disease D is described as the effect of disease t, as follows:
1 |
where is the semantic contribution decay factor and if is unlike to , it will cut down the contribution of disease . On the contrary, the contribution of disease is equal to 1.
In addition, we define the semantic value as follows:
2 |
If disease and share larger part of their DAGs, two diseases will be more similar and their semantic similarity value could be computed based on this conjecture, defined as follows:
3 |
where is a disease semantic similarity matrix. is the semantic similarity of and .
Disease semantic similarity
We calculate disease semantic similarity with a diseases’ DAGs. They are built by MeSH descriptors novel edge-based method. On the whole, disease terms will have a larger contribution if they have higher specificity in semantic metric. Thus, preserving the characteristic of diseases is the key to the high precision of computation model. Firstly, we calculate the semantic characteristic of all diseases. We define a disease term , its semantic characteristic is described as follows [51].
4 |
Secondly, calculating the semantic similarity value between disease and is as follows:
5 |
By formula (2), we can calculate or which is the semantic values of or similarly. is another disease semantic similarity matrix and the element is the semantic similarity of and according to disease semantic similarity model 2.
Gaussian interaction profile kernel similarity for diseases
According to previous work, the Gaussian interaction distribution nuclear similarity of disease can be calculated [52]. We describe binary vector to stand for the interaction profiles of disease . The vector is the a-th row vector of adjacency matrix A for the convenient utilization. The vector is the b-th row vector of adjacency matrix A. We define the similarity between and as follow:
6 |
where parameter is applied to regulate the kernel bandwidth. It computes by normalizing original parameter :
7 |
Gaussian interaction profile kernel similarity for miRNAs
The calculation process of the Gaussian profile kernel similarity for miRNAs is same as the process of diseases, and it can be described as follows:
8 |
9 |
where vector is the a-th column vector of adjacency matrix A for the convenient utilization. The vector is the b-th column vector of adjacency matrix A.
Integrated similarity for diseases
An integrated disease similarity matrix SD is constructed [53]. The element stand for gathered similarity between disease and , and its formula is as follows:
10 |
Similarity for miRNAs
We use miRNA Gaussian interaction profile kernel similarity and miRNA functional similarity to construct miRNA similarity. Thus, the similarity between miRNA and is calculated as follows:
11 |
miRNAs sequence feature
Since miRNAs derive from distinct hairpin precursors (pre-miRNAs), we choose the sequences of pre-miRNAs to describe the sequence characteristics of miRNAs. More specifically, we first downloaded precursor sequences of 1057 miRNA needed from the miRBase. Secondly, we picked up sequence composition characters for miRNAs to obtain raw features. We pulled out 3-mer frequency for miRNA sequence (A, C, G, U), which is AAA, AAC … UUU [54]. And then we extract conjoint triad (3-mer) from miRNA sequences and get sequence feature matrixes as 64× (sequence-2) which represent the sequence information of each miRNA. After that, sequence feature matrixes are converted into new matrixes whose shape is 64 × 5 by Singular Value Decomposition (SVD) [55]. Hence, each miRNA sequence can be defined by a 320-dimensional vector according to reshape the sequence feature matrixes:
12 |
Auto-encoder
Auto-encoder (AE) can avert the labor-intensive and feature designed by hand which is an unsupervised feature leaning methods. This method can conduct scientific experiments on computer vision, natural language process, audio processing and so on. The aim of AE is to make the input same as the output [56–58]. Substantially, AE is an unsupervised feed-forward neural network with the following structure (Fig. 6).
Fig. 6.
The structure of an auto-encoder model
We choose to be the unsupervised training examples. is the encoding function for mapping the input layer to hidden layer and is the decoding function for reconstituting from . and are the relational parameters between two layers. is a non-linear mapping. and are vectors of bias parameters.
MLMDA model
We describe a method named machine learning for miRNA–disease association prediction (MLMDA) based on machine learning. Functionally similar diseases are allied to similar miRNAs more likely, it is an assumption used to analyze data and also used in figuring target protein-drug association. There are four main steps of MLMDA: First, constructing positive set and negative set; second, combining miRNA and disease information matrixes to build feature vectors; third, reducing the number of feature’s dimensions; finally, constructing the forecast model to analyze potential miRNA–disease pairs. Next, we will discuss the details of each step.
Firstly, constructing positive set and negative set. We choose HMDD v3.0 as basic information and elected the confirmed miRNA–disease pairs as positive set. After that, we built negative set and it has three main process: (1) We chose a disease form all the 850 diseases; (2) We discretionarily choose one of the 1057 miRNAs; (3) A negative sample is constituted by the disease and the miRNA if the miRNA–disease association does not appear in the known miRNA–disease pairs. This process is repeated until we acquired negative samples.
Secondly, we constitute a miRNA–disease association as a feature vector and compute the Gaussian interaction profile kernel similarity, semantic similarity 1 and semantic similarity 2 between each disease. We define feature vector of disease as follow:
13 |
where the -th row vector of matrix is defined as and the combined similarity value of disease and is described as .
We obtain miRNA similarity matrix through Gaussian interaction kernel profile similarity in the same way. can be defined as follow:
14 |
where the -th column vector of matrix is described as . The combined similarity value between miRNAs is defined as . Then, reducing and to 16 dimensions respectively. We can describe each miRNA–disease sample as a 32-dimensional vector according to combined disease similarity matrix and combined miRNA similarity matrix as follow:
15 |
where , represents the 16 combined similarity values of the disease and is the 16 values of the miRNAs. After that, the sequence feature matrixes are resized from 320 to 32 in same way. We can describe each miRNA–disease sample as a 64-dimensional vector based on combined resized and combined resized as follow:
16 |
Finally, we use random forest classifier to build the prediction model. To be specific, the training sample is described as a 64-dimensional vector. We give a label of 1 if it is in the positive set and given a label of 0 if it is not in the negative set. And then, put the data of training samples into random forest classifier. After that, the model which can deduce potential miRNA–disease pairs can be gained. If the miRNA disease sample to be validated is higher, then the disease will be more likely to be associated with the miRNA (Fig. 7).
Fig. 7.
Flowchart of MLMDA model to predict unconfirmed miRNA–diseases associations
Discussion
In this paper, functional similarities between miRNAs are quantified based on miRNA sequence information. The base of each nucleotide in the RNA is usually adenine (A), cytosine (C), guanine (G) or uracil (U). In general, the miRNA sequence may vary in length. To solve this problem, we first convert the sequence into a k-mer sparse matrix and then use the SVD alignment features. However, in previous experiments, we find that the traditional machine learning-based methods have huge feature vectors, and the data processing process is time consuming and resource intensive. So, we reduce the disease similarity information, miRNA similarity information and sequence information and use the combined feature vector, i.e., 64-D feature vector report result. We find that combining sequence information can successfully improve accuracy.
Conclusion
The improvements of this method are effectively reducing the complexity of data processing while retaining most of the information of the feature and introducing the sequence information to improve the prediction accuracy. In comparison with other classifiers and other multi-source combination model, MLMDA have gained good performance. Besides, to further evaluate the prediction performance of MLMDA model, we have carried out case studies with three Human complex diseases including Lymphoma, Lung Neoplasm, and Esophageal Neoplasms. In this experiment MLMDA also have gained good performance. It is anticipated that the MLMDA model is a useful tool for the selection of miRNA biomarker candidates. In the future work, we will use more effective miRNA sequence information extraction method to build prediction models in the hope of achieving better results.
Acknowledgements
ZHY was supported by the National Science Foundation of China, under Grants No.61572506, the Guangdong Natural Science Foundation, under Grant 2014A030313555, the Pioneer Hundred Talents Program of Chinese Academy of Sciences, and the CCF-Tencent Open Fund. LW was supported by the National Science Foundation of China, under Grants No. 61702444 and the West Light Foundation of The Chinese Academy of Sciences, under Grant 2018-XBQNXZ-B-008. The authors would like to thank all anonymous reviewers for their constructive advices.
Abbreviations
- miRNA
microRNA
- AE
auto-encoder
- miRPD
protein-driven inference of miRNA–disease associations
- HDMP
human disease-related miRNA prediction
- HGIMDA
heterogeneous graph inference for miRNA–disease association prediction
- RLSMDA
regularized least squares for miRNA–disease association
- RKNNMDA
ranking-based KNN for miRNA–disease association prediction
- MLMDA
the machine learning algorithm to predict miRNA–disease associations
- SVM
support vector machine
- DT
decision tree
- HMDD
human microRNA disease database
- MeSH
Medical Subject Headings
- DAG
Directed Acyclic Graph
- SVD
Singular Value Decomposition
- RF
random forest classifier
Authors’ contributions
KZ conceived the algorithm, analyzed it, conducted the experiment, and wrote the manuscript. KZ and LW prepared the data set. LPL, ZWL, and YZ analyzed the experiment. All authors read and approved the final manuscript.
Funding
This work is supported in part by the National Science Foundation of China, under Grants 61572506, 61702444, in part by Guangdong Natural Science Foundation, under Grant 2014A030313555, and in part by the Pioneer Hundred Talents Program of Chinese Academy of Sciences, and in part by the CCF-Tencent Open Fund, and in part by the West Light Foundation of The Chinese Academy of Sciences, under Grant 2018-XBQNXZ-B-008.
Availability of data and materials
The datasets analyzed during the current study are available from the corresponding author on reasonable request.
Ethics approval and consent to participate
Not applicable.
Consent for publication
Not applicable.
Competing interests
The authors declare that they have no competing interests.
Footnotes
Publisher's Note
Springer Nature remains neutral with regard to jurisdictional claims in published maps and institutional affiliations.
Kai Zheng and Zhu-Hong You wish it to be known that, in their opinion, the first two authors should be regarded as joint First Authors.
Contributor Information
Kai Zheng, Email: zhengkai951211@gmail.com.
Zhu-Hong You, Email: zhuhongyou@ms.xjb.ac.cn.
Lei Wang, Email: leiwang@ms.xjb.ac.cn.
References
- 1.Ambros V. The functions of animal microRNAs. Nature. 2004;431(7006):350–355. doi: 10.1038/nature02871. [DOI] [PubMed] [Google Scholar]
- 2.Bartel DP. MicroRNAs: genomics, biogenesis, mechanism, and function. Cell. 2004;116(2):281–297. doi: 10.1016/S0092-8674(04)00045-5. [DOI] [PubMed] [Google Scholar]
- 3.Sarrion I, et al. Role of circulating miRNAs as biomarkers in idiopathic pulmonary arterial hypertension: possible relevance of miR-23a. Oxid Med Cell Longev. 2015;2015:792846. doi: 10.1155/2015/792846. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 4.Esteller M. Non-coding RNAs in human disease. Nat Rev Genet. 2011;12(12):861. doi: 10.1038/nrg3074. [DOI] [PubMed] [Google Scholar]
- 5.Liang Y, et al. E2 regulates MMP-13 via targeting miR-140 in IL-1β-induced extracellular matrix degradation in human chondrocytes. Arthritis Res Ther. 2016;18(1):105. doi: 10.1186/s13075-016-0997-y. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 6.Andreasen S, et al. Adenoid cystic carcinomas of the salivary gland, lacrimal gland, and breast are morphologically and genetically similar but have distinct microRNA expression profiles. Mod Pathol. 2018;31(8):1211. doi: 10.1038/s41379-018-0005-y. [DOI] [PubMed] [Google Scholar]
- 7.Taurino C, et al. Gene expression profiling in whole blood of patients with coronary artery disease. Clin Sci. 2010;119(8):335–343. doi: 10.1042/CS20100043. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 8.Zhao H, et al. Has-mir-146a rs2910164 polymorphism and risk of immune thrombocytopenia. Autoimmunity. 2014;47(3):173–176. doi: 10.3109/08916934.2014.883503. [DOI] [PubMed] [Google Scholar]
- 9.Lu J, et al. MicroRNA expression profiles classify human cancers. Nature. 2005;435(7043):834. doi: 10.1038/nature03702. [DOI] [PubMed] [Google Scholar]
- 10.Calin GA, Croce CM. MicroRNA signatures in human cancers. Nat Rev Cancer. 2006;6(11):857. doi: 10.1038/nrc1997. [DOI] [PubMed] [Google Scholar]
- 11.Lu M, et al. An analysis of human microRNA and disease associations. PLoS ONE. 2008;3(10):e3420. doi: 10.1371/journal.pone.0003420. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 12.Sharan R, Ulitsky I, Shamir R. Network-based prediction of protein function. Molecular systems biology. 2007;3(1):88. doi: 10.1038/msb4100129. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 13.Wang D, et al. Cepred: predicting the co-expression patterns of the human intronic microRNAs with their host genes. PLoS ONE. 2009;4(2):e4421. doi: 10.1371/journal.pone.0004421. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 14.Wang JZ, et al. A new method to measure the semantic similarity of GO terms. Bioinformatics. 2007;23(10):1274–1281. doi: 10.1093/bioinformatics/btm087. [DOI] [PubMed] [Google Scholar]
- 15.Wang Y, et al. Predicting protein interactions using a deep learning method-stacked sparse autoencoder combined with a probabilistic classification vector machine. Complexity. 2018;2018:12. [Google Scholar]
- 16.Wang Y, et al. A high efficient biological language model for predicting protein-protein interactions. Cells. 2019;8(2):122. doi: 10.3390/cells8020122. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 17.Wang Y, et al. Pcvmzm: using the probabilistic classification vector machines model combined with a zernike moments descriptor to predict protein–protein interactions from protein sequences. Int J Mol Sci. 2017;18(5):1029. doi: 10.3390/ijms18051029. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 18.Chen Z-H, et al. Prediction of self-interacting proteins from protein sequence information based on random projection model and fast Fourier transform. Int J Mol Sci. 2019;20(4):930. doi: 10.3390/ijms20040930. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 19.Chen Z-H, et al. An improved deep forest model for predicting self-interacting proteins from protein sequence using wavelet transformation. Front Genet. 2019;10:90. doi: 10.3389/fgene.2019.00090. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 20.Chen Zhan-Heng, You Zhu-Hong, Li Li-Ping, Wang Yan-Bin, Li Xiao. Intelligent Computing Theories and Application. Cham: Springer International Publishing; 2018. RP-FIRF: Prediction of Self-interacting Proteins Using Random Projection Classifier Combining with Finite Impulse Response Filter; pp. 232–240. [Google Scholar]
- 21.Yi H-C, et al. A deep learning framework for robust and accurate prediction of ncRNA-protein interactions using evolutionary information. Mol Ther Nucleic Acids. 2018;11:337–344. doi: 10.1016/j.omtn.2018.03.001. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 22.Wang L, et al. LMTRDA: using logistic model tree to predict MiRNA-disease associations by fusing multi-source information of sequences and similarities. PLoS Comput Biol. 2019;15(3):e1006865. doi: 10.1371/journal.pcbi.1006865. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 23.Wang L et al. Combining high speed ELM learning with a deep convolutional neural network feature encoding for predicting protein-RNA interactions. In: IEEE/ACM transactions on computational biology and bioinformatics; 2018. [DOI] [PubMed]
- 24.Zhan Z-H, et al. BGFE: a deep learning model for ncRNA-protein interaction predictions based on improved sequence information. Int J Mol Sci. 2019;20(4):978. doi: 10.3390/ijms20040978. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 25.You Z-H, et al. Accurate prediction of ncRNA-protein interactions from the integration of sequence and evolutionary information. Front Genet. 2018;9:458. doi: 10.3389/fgene.2018.00458. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 26.Jiang Q, et al. Prioritization of disease microRNAs through a human phenome-microRNAome network. BMC Syst Biol. 2010;4(1):S2. doi: 10.1186/1752-0509-4-S1-S2. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 27.Mørk S, et al. Protein-driven inference of miRNA–disease associations. Bioinformatics. 2013;30(3):392–397. doi: 10.1093/bioinformatics/btt677. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 28.Xuan P, et al. Prediction of microRNAs associated with human diseases based on weighted k most similar neighbors. PLoS ONE. 2013;8(8):e70204. doi: 10.1371/journal.pone.0070204. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 29.Xuan P, et al. Prediction of potential disease-associated microRNAs based on random walk. Bioinformatics. 2015;31(11):1805–1815. doi: 10.1093/bioinformatics/btv039. [DOI] [PubMed] [Google Scholar]
- 30.Chen X, et al. HGIMDA: heterogeneous graph inference for miRNA-disease association prediction. Oncotarget. 2016;7(40):65257. doi: 10.18632/oncotarget.11251. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 31.Chen X, Yan G-Y. Semi-supervised learning for potential human microRNA-disease associations inference. Scientific Rep. 2014;4:5501. doi: 10.1038/srep05501. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 32.Chen X, Wu Q-F, Yan G-Y. RKNNMDA: ranking-based KNN for MiRNA-disease association prediction. RNA Biol. 2017;14(7):952–962. doi: 10.1080/15476286.2017.1312226. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 33.Chen X, et al. BNPMDA: bipartite network projection for MiRNA–disease association prediction. Bioinformatics. 2018;34(18):3178–3186. doi: 10.1093/bioinformatics/bty333. [DOI] [PubMed] [Google Scholar]
- 34.Yang Y, et al. MiRGOFS: A GO-based functional similarity measure for miRNAs, with applications to the prediction of miRNA subcellular localization and miRNA-disease association. Bioinformatics. 2018 doi: 10.1093/bioinformatics/bty343. [DOI] [PubMed] [Google Scholar]
- 35.Zeng X, et al. Prediction of potential disease-associated microRNAs using structural perturbation method. Bioinformatics. 2018;34(14):2425–2432. doi: 10.1093/bioinformatics/bty112. [DOI] [PubMed] [Google Scholar]
- 36.Chen X, et al. MDHGI: matrix decomposition and heterogeneous graph inference for miRNA-disease association prediction. PLoS Comput Biol. 2018;14(8):e1006418. doi: 10.1371/journal.pcbi.1006418. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 37.Zeng X, et al. Prediction of potential disease-associated MicroRNAs by using neural networks. Mol Ther Nucleic Acids. 2019;16:566–575. doi: 10.1016/j.omtn.2019.04.010. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 38.Jiang Q, et al. miR2Disease: a manually curated database for microRNA deregulation in human disease. Nucleic Acids Res. 2008;37(suppl_1):D98–D104. doi: 10.1093/nar/gkn714. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 39.Yang Z, et al. dbDEMC: a database of differentially expressed miRNAs in human cancers. BMC Genom. 2010;11:S5. doi: 10.1186/1471-2164-11-S4-S5. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 40.Nayak LM, Deschler DG. Lymphomas. Otolaryngol Clin North Am. 2003;36(4):625–646. doi: 10.1016/S0030-6665(03)00033-1. [DOI] [PubMed] [Google Scholar]
- 41.Intlekofer AM, Younes A. Precision therapy for lymphoma—current state and future directions. Nat Rev Clin Oncol. 2014;11(10):585. doi: 10.1038/nrclinonc.2014.137. [DOI] [PubMed] [Google Scholar]
- 42.Parkin DM, et al. Global cancer statistics, 2002. CA Cancer J Clin. 2005;55(2):74–108. doi: 10.3322/canjclin.55.2.74. [DOI] [PubMed] [Google Scholar]
- 43.Bosetti C, et al. Trends in oesophageal cancer incidence and mortality in Europe. Int J Cancer. 2008;122(5):1118–1129. doi: 10.1002/ijc.23232. [DOI] [PubMed] [Google Scholar]
- 44.Daly JM, et al. Esophageal cancer: results of an American College of Surgeons patient care evaluation study. J Am Coll Surg. 2000;190(5):562–572. doi: 10.1016/S1072-7515(00)00238-6. [DOI] [PubMed] [Google Scholar]
- 45.Chen X, et al. CpG island methylation status of miRNAs in esophageal squamous cell carcinoma. Int J Cancer. 2012;130(7):1607–1613. doi: 10.1002/ijc.26171. [DOI] [PubMed] [Google Scholar]
- 46.Li Y, et al. HMDD v2.0: a database for experimentally supported human microRNA and disease associations. Nucleic Acids Res. 2013;42(D1):D1070–D1074. doi: 10.1093/nar/gkt1023. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 47.Chen L, Liu B, Yan C. DPFMDA: distributed and privatized framework for miRNA-Disease association prediction. Pattern Recogn Lett. 2018;109:4–11. doi: 10.1016/j.patrec.2017.07.008. [DOI] [Google Scholar]
- 48.Wang D, et al. Inferring the human microRNA functional similarity and functional network based on microRNA-associated diseases. Bioinformatics. 2010;26(13):1644–1650. doi: 10.1093/bioinformatics/btq241. [DOI] [PubMed] [Google Scholar]
- 49.Lord PW, et al. Investigating semantic similarity measures across the Gene Ontology: the relationship between sequence and annotation. Bioinformatics. 2003;19(10):1275–1283. doi: 10.1093/bioinformatics/btg153. [DOI] [PubMed] [Google Scholar]
- 50.Papadopoulos GL, et al. The database of experimentally supported targets: a functional update of TarBase. Nucleic Acids Res. 2008;37(suppl_1):D155–D158. doi: 10.1093/nar/gkn809. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 51.Pesquita C, et al. Semantic similarity in biomedical ontologies. PLoS Comput Biol. 2009;5(7):e1000443. doi: 10.1371/journal.pcbi.1000443. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 52.van Laarhoven T, Nabuurs SB, Marchiori E. Gaussian interaction profile kernels for predicting drug–target interaction. Bioinformatics. 2011;27(21):3036–3043. doi: 10.1093/bioinformatics/btr500. [DOI] [PubMed] [Google Scholar]
- 53.Chen X, et al. WBSMDA: within and between score for MiRNA-disease association prediction. Scientific Rep. 2016;6:21106. doi: 10.1038/srep21106. [DOI] [PMC free article] [PubMed] [Google Scholar]
- 54.You Z-H, et al. Highly efficient framework for predicting interactions between proteins. IEEE Trans Cybern. 2017;47(3):731–743. doi: 10.1109/TCYB.2016.2524994. [DOI] [PubMed] [Google Scholar]
- 55.Golub GH, Reinsch C. Singular value decomposition and least squares solutions, in Linear Algebra. Berlin: Springer; 1971. pp. 134–151. [Google Scholar]
- 56.Su S-Z, et al. Sparse auto-encoder based feature learning for human body detection in depth image. Signal Processing. 2015;112:43–52. doi: 10.1016/j.sigpro.2014.11.003. [DOI] [Google Scholar]
- 57.Lu X et al. Speech enhancement based on deep denoising autoencoder. In: Interspeech; 2013. p. 436–440.
- 58.AP SC, et al. An autoencoder approach to learning bilingual word representations. In: Advances in neural information processing systems; 2014.
Associated Data
This section collects any data citations, data availability statements, or supplementary materials included in this article.
Data Availability Statement
The datasets analyzed during the current study are available from the corresponding author on reasonable request.