0% found this document useful (0 votes)
8 views

Module 4_part A

The perceptron network comprises three units: sensory (input), associator (hidden), and response (output). Sensory units connect to associator units with random fixed weights, utilizing a binary activation function, while the response unit outputs binary signals based on a fixed threshold. The document also mentions training the perceptron using the Perceptron Learning Rule and testing it with specific input values.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
8 views

Module 4_part A

The perceptron network comprises three units: sensory (input), associator (hidden), and response (output). Sensory units connect to associator units with random fixed weights, utilizing a binary activation function, while the response unit outputs binary signals based on a fixed threshold. The document also mentions training the perceptron using the Perceptron Learning Rule and testing it with specific input values.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 37

Key Point about Perceptron

1. The perceptron network consists of three units, namely, sensory unit (input unit), associator
unit (hidden unit), response unit (output unit).
2. The sensory units are connected to associator units with fixed weights having values 1, 0 or -l,
which are assigned at random.
3. The binary activation function is used in sensory unit and associator unit.
4. The response unit has an activation of l, 0 or -1. The binary step will fixed threshold ᶿ is used
as activation for associator. The output signals that are sem from the associator unit to the
response unit are only binary.
5. The output of the perceptron network is given by
Practice:

Train the train this perceptron using the Perceptron Learning Rule and then test it for x1=1 and x2=-1.
Multi-Class Classification

You might also like