The model of a neuron

A neuron is composed of:

The output of the neuron $k$ is:

\begin{displaymath}
y_k=\varphi(v_k) = \varphi(\sum_{j=0}^{j=m}w_{kj}x_{j}) = \varphi(\ve{w}_k^t \ve{x})
\end{displaymath}

\includegraphics[clip,width=6cm]{neuron.eps}



Pedro Larroy 2005-04-29