Model Validation - I
Study model validation in Keras.
We'll cover the following
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 1400+ tech skills courses.