tf.keras.backend.epsilon

tf.keras.backend.epsilon()

Defined in tensorflow/python/keras/backend.py.

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

Returns:

A float.

Example: python >>> keras.backend.epsilon() 1e-07