Next:
Up:
Previous:
GRADIENT-DESCENT(
)
Each training example is a pair of the form
,
where is the vector of input values, and t is the target output
value. is the learning rate (e.g., .05).
- Initialize each wi to some small random value
- Until the termination condition is met, Do
- Initialize each
to zero.
- For each
in
,
Do
- Input the instance
to the unit and compute the output o
- For each linear unit weight wi, Do
- For each linear unit weight wi, Do