Evaluate the model
Now that you've fit your model and inspected it's weights to make sure it makes sense, evaluate it on the tournament test set to see how well it performs on new data.
Latihan ini merupakan bagian dari kursus
Advanced Deep Learning with Keras
Instruksi latihan
- Evaluate the model on
games_tourney_test. - Use the same inputs and outputs as the training set.
Latihan interaktif langsung praktik
Cobalah latihan ini dengan melengkapi kode contoh ini.
# Evaluate the model on the tournament test data
print(____.____(____, ____, verbose=False))