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 (3)

Label Occurrences
DNNClassifier 1
DNNRegressor 1
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
TensorFlow distributed strategies (earlier versions)
developedBy Google
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
DNNLinearCombinedClassifier
DNNLinearCombinedRegressor
DNNRegressor
LinearClassifier
LinearRegressor
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
linked to: TensorFlow
partOf TensorFlow
programmingLanguage Python
provides evaluate method
export_saved_model method
predict method
train method
supportedIn TensorFlow 1.x
linked to: TensorFlow

TensorFlow 2.x (compat.v1 API)
linked to: TensorFlow
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 (3)

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

TensorBoard integratesWith TensorFlow Estimators
TensorFlow Estimators hasExampleImplementation DNNClassifier
linked to: TensorFlow Estimators
TensorFlow Estimators hasExampleImplementation DNNRegressor
linked to: TensorFlow Estimators