description: Returns the value of the fuzz factor used in numeric expressions.

tf.keras.backend.epsilon

Returns the value of the fuzz factor used in numeric expressions.

A float.

Example:

>>> tf.keras.backend.epsilon()
1e-07