书栈网 · BookStack 本次搜索耗时 0.015 秒,为您找到 1163 个相关结果.
  • 1.3 Terminology

    1.3 Terminology 1.3 Terminology To avoid confusion due to ambiguity, here are some definitions of terms used in this book: An Algorithm is a set of rules that a machine follo...
  • README

    About Table of Content Status TODO List Contributor Potential book cover More from “The Bit Series” About This is a friendly handbook which is useful for familiarizing yo...
  • 性能

    Performance Performance Performance is often a significant issue when training a machine learningmodel. This section explains various ways to optimize performance. Startyour ...
  • Search

    Search This version of the OpenSearch documentation is no longer maintained. For the latest version, see the current documentation . For information about OpenSearch version main...
  • MobileNetV1

    MobileNetV1 参数 返回 代码示例 MobileNetV1 class paddle.vision.models.MobileNetV1 ( scale=1.0, num_classes=1000, with_pool=True ) [源代码] MobileNetV1模型,来自论文 “MobileNets: Efficient ...
  • torch.nn.init

    torch.nn.init torch.nn.init 译者:GeneZC torch . nn . init . calculate_gain ( nonlinearity , param = None ) 返回给定非线性函数的推荐的增益值。对应关系如下表: 非线性函数 增益 Linear / Identit...
  • Reference Overview

    Reference Overview TFJob PyTorchJob MPIJob Notebook Katib Reference Overview Reference documentation for Kubeflow APIs and services. TFJob TFJob is a Kubernetes custom ...
  • Benchmarks

    Benchmarks Benchmarks Reinforcement learning is a developing field, and so far it has been particularly difficult to reproduce some of theresults published in the original pape...
  • 循环神经网络(RNN)

    循环神经网络(RNN) 循环神经网络(RNN) 循环神经网络(Recurrent Neural Network, RNN)是一种适宜于处理序列数据的神经网络,被广泛用于语言模型、文本生成、机器翻译等。 基础知识和原理 Recurrent Neural Networks Tutorial, Part 1 – Introduction to RNN...