Jump to content

Neural Networks -- Adaline

- - - - -

  • Please log in to reply
1 reply to this topic

#1
Apprentice123

Apprentice123

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 430 posts
I'm having doubts about the Adaline learning algorithm.
I'm use:
AWi(t+1) = AWi + n(td - od)Xi

I booted:
W0 = 0.5
W1 = -0.3
W2 = 0.7
n = 0,1
Constant X0 = 1

And I'm use to learn the logical port OR with:
X1 | X2 | td
0 | 0 | 0
0 | 1 | 1
1 | 0 | 1
1 | 1 | 1

I got the following values:
w0 = 0.2
w1 = -0.3
w2 = 0.7
AW0 = -0.1
AW1 = 0
AW2 = 0


***A is delta

Is this correct? I used to stop when he stopped AW vary, this is right?
A is delta

#2
Apprentice123

Apprentice123

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 430 posts
Does anyone understand what I posted?




1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users