tf.keras.layers.IntegerLookup - Python for Integrated Circuits - - An Online Book - |
||||||||
| Python for Integrated Circuits http://www.globalsino.com/ICs/ | ||||||||
| Chapter/Index: Introduction | A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | Appendix | ||||||||
================================================================================= tf.keras.layers.IntegerLookup is a preprocessing layer which maps integer features to contiguous ranges, namely, it turns integer categorical values into an encoded representation that can be read by an Embedding layer or Dense layer. In fact, some preprocessing layers have an internal state that can be computed based on a sample of the training data. The stateful preprocessing layers are: Categorical features preprocessing layers includes: ============================================
|
||||||||
| ================================================================================= | ||||||||
|
|
||||||||