Question: What is the role of the loss function in supervised learning?
Options:
Correct Answer: To quantify the difference between predicted and actual values
Solution:
The loss function quantifies the difference between predicted and actual values, guiding the optimization of the model during training.