TFX is an end-to-end machine learning platform for TensorFlow.
TensorFlow Extended (TFX) is a TensorFlow-based general-purpose machine learning platform implemented at Google. We've already open sourced some TFX libraries with the rest of the system to come. For an overview of TFX, read our KDD’2017 paper and watch the Dev Summit talk.
-
TensorFlow Data Validation
A library for exploring and validating machine learning data. -
TensorFlow Transform
Perform full-pass analyze phases over data to create transformation graphs that are consistently applied during training and serving. -
TensorFlow Model Analysis
Libraries and visualization components to compute full-pass and sliced model metrics over large datasets, and analyze them in a notebook. -
TensorFlow Serving
A flexible, high-performance serving system for machine learning models, designed for production environments.

