|
Algorithm 2 Testing algorithm |
-
1:
procedure Compute testing accuracies
-
2:
= set of training subjects
-
3:
= set of testing subjects
-
4:
for all cases No-PCA / PCA do
-
5:
for all combinations of window and overlap do
-
6:
Train RNN with subjects , splitting in training + validation
-
7:
Test trained network on subjects
-
8:
end for
-
9:
end for
-
10:
end procedure
|