The Perceptron and its learning
law
• Labelled data means the output is already
known before classification.
• The data to be classified is in the form of
binary data
Example
• We have a data set of cats and dogs.
• A perceptron network is trained on a dataset
of cats and dogs.
• When a new dataset is given it will be able to
classify the image as that of a cat or dog.
So w1 = 1, w2 = 1 and b = -1