Algorithm A2 Training algorithm of the cascade graph encoder. |
-
1:
Input: Set of Barcode-like Timelines ; Stride Size s; Kernel Size w; Max Iteration
-
2:
Output: Network Weights ,
-
3:
Initialize network weights ,
-
4:
-
5:
while
do
-
6:
B⟵ sample from
-
7:
-
8:
while do
-
9:
Normal-training()
-
10:
if n is a multiple of ten then
-
11:
Synthesize and
-
12:
Regularization-training()
-
13:
end if
-
14:
-
15:
-
16:
end while
-
17:
end while
-
18:
procedureNormal-training()
-
19:
-
20:
end procedure
-
21:
procedureRegularization-training()
-
22:
-
23:
-
24:
end procedure
|