How can you find underfitting in tensforflow ? How can you avoid it ?
Answer Posted / Raju
Underfitting in TensorFlow can be detected by looking at the training and validation loss curves. If the loss on both training and validation data is high, then the model might be underfitting. To avoid underfitting, techniques like increasing the model capacity, adding more features to the dataset, or using more complex models can be applied.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers