Experiment - ROC and AUC curves
Problem:You have trained a binary classification model using TensorFlow. The model achieves 95% training accuracy but only 75% validation accuracy. You want to evaluate the model's ability to distinguish between classes using ROC and AUC metrics.
Current Metrics:Training accuracy: 95%, Validation accuracy: 75%, No ROC or AUC metrics computed yet.
Issue:The model shows signs of overfitting and the current accuracy metrics do not fully capture the model's discrimination power. ROC and AUC curves are needed to better understand performance.