There are feed-forward unit, feedback unit, and linear feedback unit in BLRWNN. The following are weight iterative formula derivations.

The feed-forward weight iterative formula

The connection weight of feed-forward unit and output unit is cj(n)

| x˜(n) |cj=f'(v(n))ψa,b'[ j=0kcj(n)y(nj) ]y(nj)(7.74)

Plug eq. (7.74) into eqs. (7.73) and (7.72),

cj(n+1)=cj(n)2μc[ | x˜(n) |2R2 ]f'(v(n))ψa,b'(j=0kcj(n)y(nj))x˜(n)y(nj)(7.75)

where μc is feed-forward iterative step factor.

The recurrent unit weight iterative formula

The connecting weight of recurrent unit and output unit is ai(n):

| x˜(n) |ai(n)=f'(v(n))x˜(ni)(7.76)

Plug eq. (7.76) into eqs. ...

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.