Link Search Menu Expand Document

ElasticDL Preprocessing

This is a feature preprocessing library provided by ElasticDL. It provides APIs in the following forms:

  • Keras layer
  • Feature column API

This is an extension of the native Keras Preprocessing Layers and Feature Column API from TensorFlow. We can develop our model using the native high-level API from TensorFlow and our library. We can train this model using native TensorFlow or ElasticDL.

Note: Some native Keras Preprocess layers will be released in TF2.2. For the TF version <= 2.1, we will provide our implementation of the same functionality.