tensorflow / lattice

Lattice methods in TensorFlow
Apache License 2.0
518 stars 94 forks source link

Example for monotonocity with linear embedding layer #40

Closed gevmin94 closed 4 years ago

gevmin94 commented 4 years ago

In the Deep Lattice Networks and Partial Monotonic Functions article there is a so-called linear embedding layer for monotonic and non-monotonic inputs, for which there is no example and also there is no such layer in API Docs.

mmilanifard commented 4 years ago

TFL 2.0 includes the linear layer with norm bounds and better documentation. RFC is out and we are hoping for a release by mid Jan. PR: https://github.com/tensorflow/community/pull/186 RFC doc