TFX は、本番環境用 ML パイプラインをデプロイするためのエンドツーエンドのプラットフォームです
研究段階のモデルを本番環境に移行する準備が整ったら、TFX を使用して本番環境パイプラインを作成し、管理しましょう。
仕組み
TFX パイプラインは、ML パイプラインを実装する一連のコンポーネントで、特にスケーラブルで高いパフォーマンスが必要な機械学習タスクを念頭に設計されています。このコンポーネントは、個別にも使用可能な TFX ライブラリを使って作成されています。
よくある問題への解決策
プロジェクトの参考になるステップバイステップ チュートリアルをご覧ください。

このガイドでは、スニーカーやシャツなど身に着けるものの画像を分類するニューラル ネットワーク モデルをトレーニングし、トレーニング済みのモデルを保存し、TensorFlow Serving を使用して運用します。TensorFlow でのモデリングとトレーニングではなく、TensorFlow Serving に焦点を当てたガイドです。

Google Cloud で独自の機械学習パイプラインを作成する TFX および Cloud AI Platform パイプラインの概要。一般的な ML 開発プロセスに沿って、データセットの確認から完全に機能するパイプラインの作成までのプロセスを行います。

TFX が機械学習モデルを作成して評価し、デバイスにデプロイする方法を学びます。TFX は TFLite をネイティブにサポートするようになり、モバイル デバイスで非常に効率的に推論を導き出せるようになりました。
ニュースとお知らせ
ブログや YouTube 再生リストをチェックして、その他の TFX コンテンツをご覧ください。
また、最新のお知らせをメールボックスに直接お届けする
TensorFlow ニュースレターにご登録ください。
Simulated Spotify Listening Experiences for Reinforcement Learning with TensorFlow and TF-Agents
Many of our music recommendation problems involve providing users with ordered sets of items that satisfy users’ listening preferences and intent at that point in time. We base current recommendations on previous interactions with our application
TensorFlow
2023年10月19日
Serving With TF and GKE: Stable Diffusion
Generative AI models like Stable Diffusion 1 that lets anyone generate high-quality images from natural language text prompts enable different use cases across different industries. These types of models allow people to generate these images not only
TensorFlow
2023年4月28日
How Vodafone Uses TensorFlow Data Validation in their Data Contracts to Elevate Data Governance at Scale
As one of the largest telecommunications companies worldwide, Vodafone is working with Google Cloud to advance their entire data landscape, including their data lake, data warehouse (DWH), and in particular AI/ML strategies. While Vodafone has used
TensorFlow
2023年3月10日
Extend your TFX pipeline with TFX-Addons
To produce production-level machine learning models, TensorFlow provides a portfolio of libraries under the umbrella of TensorFlow Extended (TFX). With just a pip install, TFX already includes a number of versatile pipeline components - referred to
TensorFlow
2023年2月7日