![]() |
||||||
![]() |
||||||
|
Next: Example Previous: Hidden-to-output Weights Next LayerFor input-to-hidden weights, we need to define a value analogous to the error term for output nodes. Here we perform error backpropagation. Each hidden node is assigned a portion of the error corresponding to contribution to the output node. First,
assigns a portion of the responsibility to node j. The proportion is determined by the weight from j to all output nodes. Now we can give the weight update rule for links from input to hidden nodes.
|
|||||
|