# Evaluate the model on the test data test_loss, test_accuracy = model.evaluate(x_test, y_test) # Print the test accuracy print('Test Accuracy:', test_accuracy)