透過集合功能整理內容
你可以依據偏好儲存及分類內容。
TensorFlow 簡介
無論你是新手還是專家,TensorFlow 都能讓你輕鬆建立適用於桌上型電腦、行動裝置、網頁和雲端的機器學習模型。如要開始使用,請參閱下列各節。
TensorFlow
透過我們為新手和專家打造的教學課程,瞭解 TensorFlow 的基礎知識,讓自己製作下一個機器學習專案更得心應手。
適用於網頁
使用 TensorFlow.js 建立新的機器學習模型,並使用 JavaScript 部署現有模型。
適用於行動裝置及邊緣裝置
Run inference with LiteRT on mobile and embedded devices like Android, iOS, Edge TPU, and Raspberry Pi.
適用於實際工作環境
使用 TFX 部署可用於實際工作環境的機器學習管線,以進行訓練與推論作業。
準備及載入資料以獲得成功的機器學習結果
在機器學習的相關工作中,資料可說是最重要的一項因素。
TensorFlow 提供多項資料工具,可協助你大規模整合、清除及預先處理資料:
Additionally, responsible AI tools help you uncover and eliminate bias in your data to produce fair, ethical outcomes from your models.
運用 TensorFlow 生態系統建構及微調模型
Explore an entire ecosystem built on the Core framework that streamlines model construction, training, and export. TensorFlow supports distributed training, immediate model iteration and easy debugging with Keras, and much more. Tools like Model Analysis and TensorBoard help you track development and improvement through your model’s lifecycle.
To help you get started, find collections of pre-trained models at TensorFlow Hub from Google and the community, or implementations of state-of-the art research models in the Model Garden. These libraries of high level components allow you to take powerful models, and fine-tune them on new data or customize them to perform new tasks.
在裝置端、瀏覽器端、地端或雲端部署模型
TensorFlow provides robust capabilities to deploy your models on any environment - servers, edge devices, browsers, mobile, microcontrollers, CPUs, GPUs, FPGAs. TensorFlow Serving can run ML models at production scale on the most advanced processors in the world, including Google's custom Tensor Processing Units (TPUs).
If you need to analyze data close to its source to reduce latency and improve data privacy, the LiteRT framework lets you run models on mobile devices, edge computing devices, and even microcontrollers, and the TensorFlow.js framework lets you run machine learning with just a web browser.
針對可用於實際工作環境的機器學習系統導入機器學習運作
The TensorFlow platform helps you implement best practices for data automation, model tracking, performance monitoring, and model retraining.
Using production-level tools to automate and track model training over the lifetime of a product, service, or business process is critical to success. TFX provides software frameworks and tooling for full MLOps deployments, detecting issues as your data and models evolve over time.
瞭解機器學習
從精選課程著手,精進自己在機器學習基礎領域的技能。
[null,null,[],[],[],null,["# Introduction to TensorFlow\n==========================\n\nTensorFlow makes it easy for beginners and experts to create machine learning models for desktop, mobile, web, and cloud. See the sections below to get started. \n\n#### TensorFlow\n\nLearn the foundations of TensorFlow with tutorials for beginners and experts to help you create your next machine learning project. \n[Learn more](/tutorials) \n\n#### For Web\n\nUse TensorFlow.js to create new machine learning models and deploy existing models with JavaScript. \n[Learn more](/js) \n\n#### For Mobile \\& Edge\n\nRun inference with LiteRT on mobile and embedded devices like Android, iOS, Edge TPU, and Raspberry Pi. \n[Learn more](https://ai.google.dev/edge/litert) \n\n#### For Production\n\nDeploy a production-ready ML pipeline for training and inference using TFX. \n[Learn more](/tfx) \n\nAn end-to-end platform for machine learning\n-------------------------------------------\n\n### Prepare and load data for successful ML outcomes\n\nData can be the most important factor in the success of your ML endeavors.\nTensorFlow offers multiple data tools to help you consolidate, clean and preprocess data at scale:\n\n- [Standard datasets](https://www.tensorflow.org/datasets) for initial training and validation\n- Highly scalable [data pipelines](https://www.tensorflow.org/guide/data) for loading data\n- [Preprocessing layers](https://www.tensorflow.org/guide/keras/preprocessing_layers) for common input transformations\n- Tools to [validate](https://www.tensorflow.org/tfx/guide/tfdv) and [transform](https://www.tensorflow.org/tfx/guide/tft) large datasets\n\nAdditionally, [responsible AI](https://www.tensorflow.org/responsible_ai) tools help you uncover and eliminate bias in your data to produce fair, ethical outcomes from your models. \n\n#### Try it in Colab\n\n[Load and preprocess an image dataset](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/load_data/images.ipynb) [Investigate and visualize datasets](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/data_validation/tfdv_basic.ipynb) \n\n### Build and fine-tune models with the TensorFlow ecosystem\n\nExplore an entire ecosystem built on the [Core framework](https://www.tensorflow.org/guide/basics) that streamlines model construction, training, and export. TensorFlow supports distributed training, immediate model iteration and easy debugging with [Keras](https://keras.io/), and much more. Tools like [Model Analysis](https://www.tensorflow.org/tfx/guide/tfma) and [TensorBoard](https://www.tensorflow.org/tensorboard) help you track development and improvement through your model's lifecycle. \n\nTo help you get started, find collections of pre-trained models at [TensorFlow Hub](https://www.tensorflow.org/hub) from Google and the community, or implementations of state-of-the art research models in the [Model Garden](https://www.tensorflow.org/guide/model_garden). These libraries of high level components allow you to take powerful models, and fine-tune them on new data or customize them to perform new tasks. \n\n#### Try it in Colab\n\n[Train a neural network to classify images](https://colab.research.google.com/github/tensorflow/docs/blob/master/site/en/tutorials/keras/classification.ipynb) [Retrain an image classifier with transfer learning](https://colab.research.google.com/github/tensorflow/hub/blob/master/examples/colab/tf2_image_retraining.ipynb) \n\n### Deploy models on-device, in the browser, on-prem, or in the cloud\n\nTensorFlow provides robust capabilities to deploy your models on any environment - servers, edge devices, browsers, mobile, microcontrollers, CPUs, GPUs, FPGAs. [TensorFlow Serving](https://www.tensorflow.org/tfx/guide/serving) can run ML models at production scale on the most advanced processors in the world, including Google's custom Tensor Processing Units (TPUs). \n\nIf you need to analyze data close to its source to reduce latency and improve data privacy, the [LiteRT](https://ai.google.dev/edge/litert/guide#1_choose_a_model) framework lets you run models on mobile devices, edge computing devices, and even microcontrollers, and the [TensorFlow.js](https://www.tensorflow.org/js) framework lets you run machine learning with just a web browser. \n\n#### Try it in Colab\n\n[Serve a model with TensorFlow Serving](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/serving/rest_simple.ipynb) \n\n### Implement MLOps for production ML\n\nThe TensorFlow platform helps you implement best practices for data automation, model tracking, performance monitoring, and model retraining. \n\nUsing production-level tools to automate and track model training over the lifetime of a product, service, or business process is critical to success. [TFX](https://www.tensorflow.org/tfx) provides software frameworks and tooling for full MLOps deployments, detecting issues as your data and models evolve over time. \n\n#### Try it in Colab\n\n[Create and run a simple TFX pipeline](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/tfx/penguin_simple.ipynb) [Track lineage with ML Metadata](https://colab.research.google.com/github/tensorflow/tfx/blob/master/docs/tutorials/mlmd/mlmd_tutorial.ipynb) \n\nLooking to expand your ML knowledge?\n------------------------------------\n\nTensorFlow is easier to use with a basic understanding of machine learning principles and core concepts. Learn and apply fundamental machine learning practices to develop your skills. \n[Learn ML](/resources/learn-ml) \nBegin with curated curriculums to improve your skills in foundational ML areas. \n[Learn more](/resources/learn-ml) \n\nGet started with TensorFlow\n---------------------------\n\n[Explore tutorials](/tutorials)"]]