Home »
MCQs »
Keras MCQs
To predict your model, which of the following methods would you use?
49. To predict your model, which of the following methods would you use?
- Predict()
- Model()
- Fit()
Answer: A) Predict()
Explanation:
Predict method is used to predict the model.