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

Perceptron

file=./bookps/ann-perceptron.epsf,width=6in


\begin{displaymath}o(x_{1}, \ldots, x_{n}) = \left\{ \begin{array}{rl}
1 & \mbo...
...+ w_n x_n > 0$}\\
-1 & \mbox{otherwise.}
\end{array}\right. \end{displaymath}




Sometimes we'll use simpler vector notation:


\begin{displaymath}o(\vec{x}) = \left\{ \begin{array}{rl}
1 & \mbox{if $\vec{w}...
...t \vec{x} > 0$}\\
-1 & \mbox{otherwise.}
\end{array}\right. \end{displaymath}



Don Patterson 2001-12-13