Q6Soft Computing
Question
2 marks
Q.6. Compare supervised and unsupervised learning approaches in ANN.
Answer
Supervised learning trains the network using labeled input-output pairs, adjusting weights to minimize the error between actual and desired output (as in backpropagation). Unsupervised learning trains the network using only input data with no target output, allowing the network to discover inherent structure or clusters in the data on its own (as in self-organizing maps).