tf.keras.backend.epsilon
Returns the value of the fuzz factor used in numeric expressions.
View aliases
Compat aliases for migration
See
Migration guide for
more details.
tf.compat.v1.keras.backend.epsilon
, tf.compat.v2.keras.backend.epsilon
tf.keras.backend.epsilon()
Returns:
A float.
Example:
keras.backend.epsilon() >>>1e-07