Artificial neural networks (II) (Part I)
Artificial neural networks (II) (Part I)
2
3
The perceptron
The operation of Rosenblatt’s perceptron is based on the neuron
model previously discussed. The model consists of a linear
combiner followed by a hard limiter.
4
Thus, in the case of an elementary perceptron, the n-
dimensional space is divided by a hyperplane into two
decision regions.
𝑥𝑖 𝑤𝑖 − 𝜃 = 0
𝑖=1
5
For the case of two inputs, 𝑥1 and 𝑥2, the decision boundary
takes the form of a straight line shown in bold in the figure
below.
6
With three inputs the hyperplane can still be visualised.
7
But how does the perceptron learn its classification
tasks?
8
The perceptron training algorithm for classification tasks
9
Perceptron learning rule
10
Can we train a perceptron to perform basic logical
operations such as AND, OR or Exclusive-OR?
11
12