|
Algorithm 1 DivePred algorithm for predicting the potential drug-disease associations. |
|
Input: A drug-disease association matrix and the drugs character matrix. |
|
Output: Drug-disease association score matrix , where is the association score for drug and disease . |
Randomly initialize the elements in () with the values between 0 and 1.
While not converged do
Fix and , along with an update for , using the rule:
For to 4
Fix and , along with an update for , using the rule:
End for
For to 4
Fix and , along with an update for , using the rule:
End for
End While
|