What does an AI's 'loss function' measure?
Quiz Options
- The time taken for training
- The accuracy of the model's predictions
- The error or 'loss' between the predicted output and the actual output
- The amount of data used for training
Explanation
A loss function quantifies the difference between the model's predictions and the ground truth, guiding the optimization process to minimize errors.