Certified AI Developer (CAID) Introduction to AI CAID
Quiz 6 Question 11 of 20

You have defined a deep neural network's architecture using TensorFlow's Keras API, adding your layers sequentially. Before you can pass your training data to the model via model.fit(), you need to configure the optimization algorithm, define the loss function, and specify the performance metrics you want to track. Which Keras model method must you call to bind these training configurations to your model?

Select an answer to reveal the explanation.