Author | Message |
---|---|
cysun
Posts: 2935
|
Posted 16:34 Feb 28, 2012 |
First of all, the learning rate is indeed 0.9. For delta(W14), from the formula on Slide #26,
So delta(W14) = 0.9 * 1 * 0.332 * (1-0.332) * (-0.3) * 0.474 * (1-0.474) * (1-0.474) = -0.00785. So the new W14 = 0.2 + (-0.00785) = 0.192 I probably missed the -0.3 in my calculation during class. Sorry about that. |