When will you find overfit condition of a model in tensorflow?
Answer Posted / Maneesh Maurya
Overfitting occurs when a model learns the noise or irrelevant details in the training data instead of the underlying patterns. In TensorFlow, signs of overfitting include poor performance on validation sets and high variance between training and validation losses.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers