Module 4_part A
Module 4_part A
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