Meghana Tribhuwan
Meghana Tribhuwan
Meghana Tribhuwan
Supervised learning
• As the name suggests, supervised learning takes place under the
supervision of a teacher.
• This learning process is dependent
• the input vector is fed to the network, which produces output vector
• This output vector is compared with the desired/target vector
• An error signal is generated if there is a difference between the actual
output and the desired/target output vector
• On the basis of this error signal, the weights would be adjusted until
the actual output is matched with the desired output.
Perceptron
Y= b + aX
Training Algorithm for Single Output Unit
Case 2 − if yj = tj then,
• As the name suggests, this type of learning is done without the supervision of a
teacher.
• This learning process is independent.
• During the training of ANN under unsupervised learning, the input vectors of
similar type are combined to form clusters.
• When a new input pattern is applied, then the neural network gives an output
response indicating the class to which input pattern belongs
• no feedback from the environment as desired op is not known
• Hence, in this type of learning the network itself must discover the patterns,
features from the input data and the relation for the input data over the output.