书栈网 · BookStack 本次搜索耗时 0.039 秒,为您找到 1323 个相关结果.
  • 并行运行

    并行运行 当 TensorFlow 运行图时,它首先找出需要求值的节点列表,然后计算每个节点有多少依赖关系。 然后 TensorFlow 开始求值具有零依赖关系的节点(即源节点)。 如果这些节点被放置在不同的设备上,它们显然会被并行求值。 如果它们放在同一个设备上,它们将在不同的线程中进行求值,因此它们也可以并行运行(在单独的 GPU 线程或 CPU 内...
  • 损失函数 Losses

    损失函数的使用 可用损失函数 mean_squared_error mean_absolute_error mean_absolute_percentage_error mean_squared_logarithmic_error squared_hinge hinge categorical_hinge logcosh categoric...
  • Overview

    Model Serving Runtimes Model Serving Runtimes KServe provides a simple Kubernetes CRD to enable deploying single or multiple trained models onto model serving runtimes such as T...
  • Troubleshooting

    Troubleshooting macOS: kfctl cannot be opened because the developer cannot be verified TensorFlow and AVX AVX2 RBAC clusters Problems spawning Jupyter pods Pods stuck in Pendi...
  • 3-3 High-level API: Demonstration

    3-3 High-level API: Demonstration 1. Linear Regression Model 2. DNN Binary Classification Model 3-3 High-level API: Demonstration The examples below use high-level APIs in Te...
  • 1-3 Example: Modeling Procedure for Texts

    1-3 Example: Modeling Procedure for Texts 1. Data Preparation 2. Model Definition 3. Model Training 4. Model Evaluation 5. Model Application 6. Model Saving 1-3 Example: ...
  • 偏微分方程

    偏微分方程 基本设置 定义计算函数 定义偏微分方程 开始仿真 偏微分方程 TensorFlow 不仅仅是用来机器学习,它更可以用来模拟仿真。在这里,我们将通过模拟仿真几滴落入一块方形水池的雨点的例子,来引导您如何使用 TensorFlow 中的偏微分方程来模拟仿真的基本使用方法。 注:本教程最初是准备做为一个 IPython ...
  • TPU 简介

    TPU 简介 什么是 TPU 为什么使用 TPU TPU 性能 TPU 简介 什么是 TPU TPU 代表 Tensor Processing Unit (张量处理单元) ,是由谷歌在2016年5月发布的为机器学习而构建的定制集成电路(ASIC),并为TensorFlow量身定制。 早在2015年,谷歌大脑团队就成立了第一个TPU中心,为...
  • Data Analysis and Tranformation

    Data Analysis and Tranformation The Problem The Syntax Extension The Challenge Related Work TensorFlow Transform Our Approach Normalize Table Schema to Be Wide Why Proposal ...
  • Kubeflow

    Kubeflow Getting started with Kubeflow What is Kubeflow? The Kubeflow mission History Getting involved Kubeflow Quickly get running with your ML Workflow The Kubeflow pro...