where μ is the weight iterative step size.

Because there are two hidden layers and an output layer in the four-layer FFNN, the weight iteration formulas are different.

Weight iterative formula of the output layer

The connection weight between the output layer and the second hidden layer is wk(n), so

wk(n=1)=wk(n)2μ1x˜(n)[ | x˜(n) |2R2 ]x˜(n)wk0n(3.46)

x˜(n)wk(n)=f3(k=1Kwk(n)vkK(n))vkK(n)(3.47)

wk(n+1)=wk(n)2μ1x˜(n)[ | x˜(n) |2R2 ]f3(k=1Kwk(n)vkK(n))vkK(n)(3.48)

where μ1 is the weight iterative step size of the output layer.

Weight iterative formula between the first hidden layer and the second hidden layer

The connection weight between the ...

Get Blind Equalization in Neural Networks now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.