[tf.keras] is TensorFlow's implementation of the Keras API specification. Use the tag for questions specific to this TensorFlow module. You might also add the tag [keras] to your question since it has the same API.
tf.keras is TensorFlow's implementation of the Keras API specification. Use the tag for questions specific to this TensorFlow module. You might also add the keras-tag to your question since it has the same API.
tf.keras gives you the power and flexibility of Keras within TensorFlow (see the docs for examples). The API of tf.keras is described here.
References:
- A detailed API documentation including full list of all supported classes and members
- User guide, including building models and hyperparameter tuning
- Code examples of problems such as computer vision, time-series, NLP etc.