Ex 10
Ex 10
Training Algorithm
For training, this network is using the Hebb or Delta learning rule.
Step 1 − Initialize all the weights to zero as
wij = 0 i=1ton, j=1ton
Step 2 − Perform steps 3-4 for each input vector.
Step 3 − Activate each input unit as follows −
xi=si (i=1 ton)
Step 4 − Activate each output unit as follows −
yj=sj (j=1 ton)
Step 5 − Adjust the weights as follows −
wij (new)=wij (old) + xiyj