Algorithm 1 Training in the proposed FTDS-1DConvNet Framework |
-
1:
Initialization: All parameters and hyperparameters.
-
2:
Fine-tuning: Pre-trained Inception-ResNet-V2
-
3:
for to do
-
4:
for to do
-
5:
FTDS (refer to (6))
-
6:
Hidden states calculation: (refer to (8))
-
7:
Output layer calculation: (refer to (9))
-
8:
Probability calculation: (refer to (11))
-
9:
Concatenation of the parameters:
-
10:
Gradients calculation: (refer to (14) and (15))
-
11:
Parameters update:
-
12:
end for
-
13:
end for
|