TFX
TensorFlow Extended (TFX) is a platform for deploying production ML pipelines. Articles in this section cover moving models from research to production.
Simulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents
Google Article
AI · Documentation
Simulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents

Posted by Surya Kanoria, Joseph Cauteruccio, Federico Tomasi, Kamil Ciosek, Matteo Rinaldi, and Zhenwen Dai – Spotify

Serving With TF and GKE: Stable Diffusion
Google Article
gke · Stable Diffusion
Serving With TF and GKE: Stable Diffusion

Posted by Chansung Park and Sayak Paul (ML and Cloud GDEs)

How Vodafone Uses TensorFlow Data Validation in their Data Contracts to Elevate Data Governance at Scale
Google Article
TensorFlow Data Validation · TFDV
How Vodafone Uses TensorFlow Data Validation in their Data Contracts to Elevate Data Governance at Scale

Posted by Amandeep Singh (Vodafone), Max Vökler (Google Cloud)

Extend your TFX pipeline with TFX-Addons
Google Article
Community · Tensorflow
Extend your TFX pipeline with TFX-Addons

Posted by Hannes Hapke and Robert Crowe

End-to-End Pipeline for Segmentation with TFX, Google Cloud, and Hugging Face
Google Article
Machine Learning · MLOps
End-to-End Pipeline for Segmentation with TFX, Google Cloud, and Hugging Face

Posted by Chansung Park, Sayak Paul (ML and Cloud GDEs)

How startups can benefit from TFX
Google Article
Community · MLOps
How startups can benefit from TFX

Posted by Hannes Hapke and Robert Crowe

Automated Deployment of TensorFlow Models with TensorFlow Serving and GitHub Actions
Google Article
Community · GitHub Action
Automated Deployment of TensorFlow Models with TensorFlow Serving and GitHub Actions

Posted by Chansung Park and Sayak Paul (ML-GDEs)

Why Karrot Uses TFX, and How to Improve Productivity on ML Pipeline Development
Google Article
Community · TFX
Why Karrot Uses TFX, and How to Improve Productivity on ML Pipeline Development

Posted by Ukjae Jeong, Gyoung-yoon Yoo, and Myeonghyeon Song from Karrot

Continuous Adaptation for Machine Learning System to Data Changes
Community · TFX
Continuous Adaptation for Machine Learning System to Data Changes

A guest post by Chansung Park, Sayak Paul (ML-GDEs)

How Waze Uses TFX to Scale Production-Ready ML
Google Article
TFX · Vertex AI
How Waze Uses TFX to Scale Production-Ready ML

Posted by Gal Moran, Iris Shmuel, and Daniel Marcous (Data Scientists at Waze)

How Digitec Galaxus trains and serves millions of personalized newsletters per week with TFX
Google Article
Community · TFX
How Digitec Galaxus trains and serves millions of personalized newsletters per week with TFX

Posted by Christian Sager (Product Owner, Digitec Galaxus) and Anant Nawalgaria (ML Specialist, Google)

New Courses: Machine Learning Engineering for Production
Google Article
TensorFlow Core · TFX
New Courses: Machine Learning Engineering for Production

Posted by Robert Crowe and Jocelyn Becker

Speed-up your sites with web-page prefetching using Machine Learning
Google Article
TensorFlow.js · TFX
Speed-up your sites with web-page prefetching using Machine Learning

Posted by Minko Gechev, David Zats, Na Li, Ping Yu, Anusha Ramesh, and Sandeep Gupta

Using TFX inference with Dataflow for large scale ML inference patterns
Google Article
TFX
Using TFX inference with Dataflow for large scale ML inference patterns

Posted by Reza Rokni, Snr Staff Developer Advocate

How OpenX Trains and Serves for a Million Queries per Second in under 15 Milliseconds
Community · TFX
How OpenX Trains and Serves for a Million Queries per Second in under 15 Milliseconds

A guest post by Larry Price, OpenXEdited by Robert Crowe, Anusha Ramesh - TensorFlow

ML Metadata: Version Control for ML
Google Article
TFX
ML Metadata: Version Control for ML

Posted by Ben Mathes and Neoklis Polyzotis, on behalf of the TFX Team

Neural Structured Learning in TFX
Google Article
TFX
Neural Structured Learning in TFX

Posted by Arjun Gopalan, Software Engineer, Google Research Edited by Robert Crowe, TensorFlow Developer Advocate, Google Research

Towards ML Engineering: A Brief History Of TensorFlow Extended (TFX)
Google Article
TFX
Towards ML Engineering: A Brief History Of TensorFlow Extended (TFX)

Posted by Konstantinos (Gus) Katsiapis on behalf of the TFX Team

 Creating Sounds Of India: An on device, AI powered, musical experience built with TensorFlow
Google Article
TensorFlow.js · TFX
Creating Sounds Of India: An on device, AI powered, musical experience built with TensorFlow

Posted by Anusha Ramesh, Product Manager TFX, David Zats, Software Engineer TFX, Ping Yu, Software Engineer TensorFlow.js, Lamtharn (Hanoi) Hantrakul, AI Resident Magenta

Part 2: Fast, scalable and accurate NLP: Why TFX is a perfect match for deploying BERT
Google Article
Community · TFX
Part 2: Fast, scalable and accurate NLP: Why TFX is a perfect match for deploying BERT

Guest author Hannes Hapke, Senior Data Scientist, SAP Concur Labs. Edited by Robert Crowe on behalf of the TFX team

Transformer models and the concepts of transfer learning in Natural Language Processing have opened up new opportunities around tasks like sentiment analysis, entity extractions, and question-answer problems.

BERT models allow data scientists to stand on the shoulders of giants. Pr…