Model Validation - I

Study model validation in Keras.

Validation

The model performance on the training data is not a good indicator of how well the model will perform on the test data. For this, we should use the validation data to test the modelโ€™s performance.

Validation data is only held out from training and is only used to test the modelโ€™s performance.

Get hands-on with 1200+ tech skills courses.