Evaluate a Keras Model with Test Data

InstructorChris Achard

Share this video with your friends

Send Tweet

Once we have a model with good training and validation accuracy, we will create some test data and evaluate the model’s accuracy on the new data set using the evaluate method on the Keras model.