1. 学ぶ
  2. /
  3. コース
  4. /
  5. Advanced Deep Learning with Keras

Connected

演習

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.

指示

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