0% found this document useful (0 votes)
5 views12 pages

The Perceptron and Its Learning Law

The document discusses the Perceptron learning law, which involves classifying labeled binary data. It provides an example of training a perceptron network on a dataset of cats and dogs to classify new images. The weights and bias for the perceptron are also mentioned, with specific values provided.

Uploaded by

245040002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views12 pages

The Perceptron and Its Learning Law

The document discusses the Perceptron learning law, which involves classifying labeled binary data. It provides an example of training a perceptron network on a dataset of cats and dogs to classify new images. The weights and bias for the perceptron are also mentioned, with specific values provided.

Uploaded by

245040002
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 12

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

You might also like