<math>\mathbf{w}_i</math>
is the weights vector for the iteration <math>i</math>
(when starting they are all null). <math>\mathbf{w}_0 = [0,0,0,\dots, 0]</math>
<math>\alpha_i</math>
is the step. <math>\alpha_i = \frac{\displaystyle \alpha_{i-1}}{\displaystyle n * \sqrt{i+1}}</math>
. alpha start with the value 1. <math>\alpha_0 = 1</math>