May 1, 2024
4 minute read
TensorFlow Extended (TFX) is a set of tools that help you build, train, and manage machine learning (ML) pipelines. TFX is a popular tool used in the industry and is helpful for automating the end-to-end (E2E) workflow associated with ML pipelines and life cycles of models. With TFX, you can use TensorFlow – a leading ML library – to train your model and then deploy it to the cloud for production.
What is a Machine Learning Pipeline?
A machine learning pipeline is the complete process of building, training, and deploying a machine learning model. The pipeline includes the following steps:
- Data Collection & Preparation: Gathering and preparing raw data for modeling.
- Feature Engineering: Creating new features from the raw data that are better suited for modeling.
- Model Training: Training a machine learning model on the prepared data.
- Model Evaluation: Evaluating the performance of the trained model.
- Model Deployment: Deploying the trained model to production.
TensorFlow Extended Supports Model Development
xl9sh7|
Find a path to becoming a TensorFlow Extended. Learn more at:
OpenCourser.com/topic/xl9sh7/tensorflow
Reading list
We've selected three books
that we think will supplement your
learning. Use these to
develop background knowledge, enrich your coursework, and gain a
deeper understanding of the topics covered in
TensorFlow Extended.
Takes a deep dive into the inner workings of TFX, providing advanced technical details and insights. It's suitable for experienced practitioners and researchers interested in exploring the technical foundations of TFX.
Focuses on the application of TFX from a data scientist's perspective. It covers data preprocessing, feature engineering, model training, and evaluation in the context of TFX pipelines.
Examines the policy implications of ML pipelines and TFX. It explores topics such as ethics, privacy, and the impact of ML on society.
For more information about how these books relate to this course, visit:
OpenCourser.com/topic/xl9sh7/tensorflow