next up previous
Next: ch4 Up: ch4 Previous: ch4

Perceptron training rule


\begin{displaymath}w_i \leftarrow w_i + \Delta w_i \end{displaymath}

where

\begin{displaymath}\Delta w_{i} = \eta (t - o) x_{i} \end{displaymath}

Where: $t=c(\vec{x})$ is target value $o$ is perceptron output $\eta$ is small constant (e.g., .1) called learning rate



Don Patterson 2001-12-13