Module: tfl.cdf_layer

Stay organized with collections Save and categorize content based on your preferences.

Projection free Cumulative Distribution Function layer.

Keras implementation of TensorFlow Lattice CDF layer. Layer takes single or multi-dimensional input and transforms it using a set of step functions. The layer is naturally monotonic and bounded to the range [0, 1].

Functions

create_kernel_initializer(...): Returns a kernel Keras initializer object from its id.

absolute_import Instance of __future__._Feature
division Instance of __future__._Feature
print_function Instance of __future__._Feature