next up previous
Next: 2.3.3 Artificial Neuron with Up: 2.3 Artificial Neural Networks Previous: 2.3.1 The McCulloch-Pitts Model

2.3.2 The Perceptron

In late 1950s, Frank Rosenblatt introduced a network composed of the units that were enhanced version of McCulloch-Pitts Threshold Logic Unit (TLU) model. Rosenblatt's model of neuron, a perceptron, was the result of merger between two concepts from the 1940s, McCulloch-Pitts model of an artificial neuron and Hebbian learning rule of adjusting weights [BL96]. In addition to the variable weight values, the perceptron model added an extra input that represents bias. Thus, the modified equation from (2.1) is now as follows:

$\displaystyle Sum = \mathop{\sum_{i = 1}^{N}}{I_{i} W_{i}} + b,$ (2.3)

where $ b$ represents the bias value.



Kiyoshi Kawaguchi
2000-06-17