Google News
logo
Keras - Quiz(MCQ)
To train your model in Keras, which of the following methods would you use?
A)
Fit()
B)
Model()
C)
Predict()
D)
None of the above

Correct Answer :   Fit()


Explanation : The fit method is used to train the model in Keras.

Advertisement