BaşlayınÜcretsiz başlayın

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.

Bu egzersiz, kursun bir parçasıdır

Advanced Deep Learning with Keras

Kursa Göz Atın

Egzersiz talimatları

  • Evaluate the model on games_tourney_test.
  • Use the same inputs and outputs as the training set.

Uygulamalı etkileşimli egzersiz

Bu egzersizi bu örnek kodu tamamlayarak deneyin.

# Evaluate the model on the tournament test data
print(____.____(____, ____, verbose=False))
Kodu Düzenle ve Çalıştır