Aiml Ques
Aiml Ques
16 Marks
15. Inspect the steps in the back propogation learning algorithm. What is the importance
of it in designing neural networks.
16. Consider five points (x1,x2,x3,x4,x5) with the following coordinates as a two-
dimensional sample for clustering.
x1=(0.5,1.75), x2=(1,2), x3=(1.75,0.25), x4=(4,1), x5=(6,3).
Illustrate the k-means algorithm on the above data set. The required number of clusters is
two, and initially, clusters are formed from random distribution of samples:
C1={x1,x2,x4} and C2={x3,x5}.