Skip to main content
. 2020 Nov 13;68:131–148. doi: 10.1016/j.inffus.2020.11.005

Algorithm 1.

Proposed L2TFL algorithm.

Step 1 Read one raw PTM network M0,
Step 2 Remove the last NLR l-learnable layers from M0 and get M1, M1=Frl(M0,L),
Step 3 Add two new fully connected layers, M2=Fafcl(M1,2),
Step 4 Freeze early layers, lr[M2(1:L0L)]0,
Step 5 Let last two layers retrainable, lr[M2(L21:L2)]1,
Step 6 Retrain the whole network, and obtain the new network M3=Frt(M2,X),
Step 7 Output learnt features fN=Fac(M3,L21).