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?

  1. Predict()
  2. Model()
  3. Fit()

Answer: C) Fit()

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.