1 5 LearningandAdaptation
1 5 LearningandAdaptation
• Supervised Learning
• Unsupervised Learning
• Reinforcement Learning
Supervised Learning
In supervised learning, the network is trained on a
dataset consisting of input-output pairs.
During training, the network adjusts its parameters,
such as weights and biases, to minimize the
difference between the predicted outputs and the true
outputs.
Common algorithms for supervised learning include
back propagation and its variants for tasks like
• image classification
• speech recognition
• and regression (e.g., predicting house prices, stock prices).
Unsupervised Learning
Unsupervised learning involves training the network
on input data without explicit output labels
The network learns to discover patterns, structures,
or representations in the data without guidance
Clustering, dimensionality reduction, and self-
organizing maps are examples of unsupervised
learning tasks
Unsupervised Learning
Common unsupervised learning algorithms include
clustering algorithms