Research Article

Gait Biomarkers Classification by Combining Assembled Algorithms and Deep Learning: Results of a Local Study

Algorithm 1

Multilayer perceptron.
Input:
(1)begin
(2) Synaptic weights are initialized {} to with Xavier’s method (see Section 3.6).
(3) The base function f is applied, obtaining (see Section 3.7).
(4) The Softmax activation function is implemented on (see Section 3.8).
(5) It is generalized by mean output function (see Section 3.9).
(6)end
Output: result y.