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

A float.

Example:

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