next up previous
Next: Up: Previous:

Gradient Descent


GRADIENT-DESCENT( $training\_examples, \eta$)

Each training example is a pair of the form $\langle \vec{x}, t \rangle$, where $\vec{x}$ is the vector of input values, and t is the target output value. $\eta$ is the learning rate (e.g., .05).