Home »
MCQs »
Keras MCQs
To train your model in Keras, which of the following methods would you use?
48. To train your model in Keras, which of the following methods would you use?
- Predict()
- Model()
- Fit()
Answer: C) Fit()
Explanation:
The fit method is used to train the model in Keras.