Next:
Up:
Previous:
Initialize all weights to small random numbers.
Until satisfied, Do
- For each training example, Do
- 1.
- Input the training example to the network and compute the network outputs
- 2.
- For each output unit k
- 3.
- For each hidden unit h
- 4.
- Update each network weight wi,j
where