tf.keras.backend.epsilon

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.epsilon, `tf.compat.v2.keras.backend.epsilon`

A float.

Example:

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