Step 1 Input: Training set and validation set
|
Step 2 for k = 1: (k is the index of PTM) |
for (L is the index of NLR) |
Step 2.1 PTM Retrain |
Import -th PTM , |
Use L2TFL via data and removing layers, |
Obtain , |
Step 2.2 Feature Extraction |
Generate features from . |
Step 2.3 Train OHNN |
Initialize OHNN , |
Train OHNN using input as , |
Obtain , |
Step 2.4 Obtain Indicator |
Obtain performance indicator over validation set
|
end |
end |
Step 3 Generate and sort the indicator vector
|
Step 4 Obtain the rank list , |
Step 5 Choose the top two best models (determine PTM and NLR): |
and
|