TensorFlow Estimators

E426678

TensorFlow Estimators are a high-level TensorFlow API that simplifies building, training, and deploying machine learning models with standardized workflows and production-ready features.

All labels observed (1)

Label Occurrences
TensorFlow Estimators canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf high-level TensorFlow API
machine learning framework component
abstractsAway checkpoint management
session management
summary writing
training loops
compatibleWith TensorFlow Serving NERFINISHED
TensorFlow distributed strategies (earlier versions)
developedBy Google NERFINISHED
documentationURL https://www.tensorflow.org/guide/estimator
hasDesignGoal easy transition from experimentation to production
reusable training code
separation of input pipeline and model definition
hasExampleImplementation DNNClassifier NERFINISHED
DNNLinearCombinedClassifier NERFINISHED
DNNLinearCombinedRegressor NERFINISHED
DNNRegressor NERFINISHED
LinearClassifier NERFINISHED
LinearRegressor NERFINISHED
hasFeature built-in evaluation loops
built-in prediction loops
built-in training loops
checkpointing
distributed training support
export for serving
input function abstraction
logging
model function abstraction
production-ready features
standardized training workflow
hasPurpose simplifying building machine learning models
simplifying deploying machine learning models
simplifying training machine learning models
introducedIn TensorFlow 1.x NERFINISHED
partOf TensorFlow NERFINISHED
programmingLanguage Python
provides evaluate method
export_saved_model method
predict method
train method
supportedIn TensorFlow 1.x NERFINISHED
TensorFlow 2.x (compat.v1 API) NERFINISHED
supports custom models via model_fn
deep neural networks
linear models
wide and deep models
supportsLanguage Python
usesConcept feature columns
input_fn for data input
tf.estimator.Estimator base class

How these facts were elicited

Referenced by (1)

Full triples — surface form annotated when it differs from this entity's canonical label.

TensorBoard integratesWith TensorFlow Estimators