Lecture 4.1 AML
Lecture 4.1 AML
Learning with
TensorFlow
22TCSE532
Lecture_4.1
Model Evaluation and Hyper-parameter Tuning
Choosing 'K':
- Common values for 'K' are 5 or 10. A higher 'K' increases
computational cost but provides a more stable performance
estimate.
Model Performance Measures
• Evaluating a model's performance requires various metrics:
• - Accuracy, Precision, Recall, F1-score for classification tasks.
• - Mean Absolute Error (MAE), Mean Squared Error (MSE) for
regression tasks.
• - ROC-AUC for probabilistic classifiers.
• - Helps in understanding the strengths and weaknesses of the
model.
Debugging with Learning and Validation Curves