书栈网 · BookStack 本次搜索耗时 0.023 秒,为您找到 1338 个相关结果.
  • Loading and Preparing OFRecord Dataset

    Loading and Preparing OFRecord Dataset What is OFRecord Dataset The Method to Load OFRecord Dataset The transition between other data format data and OFRecord dataset The install...
  • Sequential 顺序模型 API

    Sequential 模型 API Sequential 模型方法 compile fit evaluate predict train_on_batch test_on_batch predict_on_batch fit_generator evaluate_generator predict_generator get_layer ...
  • Faasm Toolchain

    858 2020-03-26 《Faasm Document》
    Faasm Toolchain Runtime Building Building Toolchain Rebuilding Toolchain Troubleshooting the build Usage Shared Libraries SIMD Toolchain Updates Faasm Toolchain Althou...
  • Custom layer - antirectifier

    This example demonstrates how to write custom layers for Keras. This example demonstrates how to write custom layers for Keras. We build a custom activation layer called 'Antir...
  • 名称作用域

    名称作用域 当处理更复杂的模型(如神经网络)时,该图可以很容易地与数千个节点混淆。 为了避免这种情况,您可以创建名称作用域来对相关节点进行分组。 例如,我们修改以前的代码来定义名为loss 的名称作用域内的错误和mse 操作: with tf . name_scope ( "loss" ) as scope : error = ...
  • 5-5,损失函数losses

    5-5,损失函数losses 一,损失函数和正则化项 二,内置损失函数 三,自定义损失函数 5-5,损失函数losses 一般来说,监督学习的目标函数由损失函数和正则化项组成。(Objective = Loss + Regularization) 对于keras模型,目标函数中的正则化项一般在各层中指定,例如使用Dense的 kernel_r...
  • Getting started with Katib

    Getting started with Katib Katib setup Installing Katib Setting up persistent volumes Accessing the Katib UI Examples Example using random algorithm TensorFlow example PyTorc...
  • Inference Batcher

    Inference Batcher Example Inference Batcher This docs explains on how batch prediction for any ML frameworks (TensorFlow, PyTorch, …) without decreasing the performance. This ...
  • Python参考书籍

    Python参考书籍 入门读物 进阶读物 Web框架 爬虫开发 数据分析 机器学习 Python参考书籍 入门读物 《Python基础教程》(Beginning Python From Novice to Professional) 《Python学习手册》(Learning Python) 《Python编程》(Programming...
  • 转换 Leap Frame

    1067 2019-07-24 《MLeap 中文文档》
    转换 Leap Frame 使用 Pipeline 来转换 Leap Frame 转换 Leap Frame 无论是 MLeap 还是 Spark,Transformer 对于 Data Frame 的计算都是一种非常有用的抽象模型。让我们看看如何使用一个简单的 Transformer StringIndexer 来转换一帧 Data Fram...