书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 9374 个相关结果.
  • tanh

    tanh tanh paddle. tanh ( x, name=None ) [源代码] tanh 激活函数 参数: x (Tensor) - Tanh算子的输入, 多维Tensor,数据类型为 float16,float32或float64。 name (str, 可选) - 该层名称(可选,默认为None)。具体用法请参...
  • 用N-Gram模型在莎士比亚文集中训练word embedding

    用N-Gram模型在莎士比亚文集中训练word embedding 一、环境配置 二、数据集&&相关参数 2.1 数据集下载 2.2 数据预处理 2.3 模型参数设置 三、数据加载 3.1 数据格式 3.2 构建Dataset 类 加载数据 四、模型组网 五、 方式1:基于高层API,完成模型的训练与预测 5.1 自定义Callback ...
  • Tag 标签

    引入 代码演示 半圆 线框 特殊标签 圆角 阳文 API Tag Props Tag 标签 用于表示区域的状态的标签 引入 import { Tag } from 'mand-mobile' Vue . component ( Tag . name , Tag ) 代码演示 ...
  • argmin

    argmin 参数 返回 示例代码 argmin paddle.argmin ( x, axis=None, keepdim=False, dtype=’int64’, name=None ) [源代码] 该OP沿 axis 计算输入 x 的最小元素的索引。 参数 x (Tensor) - 输入的多维 Tensor ,支...
  • logsumexp

    logsumexp 参数 返回 代码示例 logsumexp paddle. logsumexp ( x, axis=None, keepdim=False, name=None ) [源代码] 该OP沿着 axis 计算 x 的以e为底的指数的和的自然对数。计算公式如下: 参数 x (Tensor) - 输入的Tenso...
  • Mobile Support

    Mobile Support Native DateTime Input Mobile Support Native DateTime Input When flatpickr detects a mobile browser, it turns the date input into a native date/time/datetime ...
  • Mobile apps

    Mobile app development Mobile app development We recommend the Flutter framework for developing mobile apps. It’s powered by the Dart platform , using the Dart VM for its ins...
  • 使用注意力机制的LSTM的机器翻译

    使用注意力机制的LSTM的机器翻译 一、环境配置 二、数据加载 2.1 数据集下载 2.2 构建双语句对的数据结构 2.3 创建词表 2.4 创建padding过的数据集 三、网络构建 3.1 Encoder部分 3.2 AttentionDecoder部分 四、训练模型 五、使用模型进行机器翻译 The End 使用注意力机...
  • Previewing in Browser

    Preview In Browser How To Preview Refresh Preview Page Scene of Preview Preview In Mobile Custom Preview Template Examples of Use Add Custom Devices Info Debugging with brow...
  • tanh

    tanh tanh paddle.tanh ( x, name=None ) [源代码] tanh 激活函数 参数: x - Tanh算子的输入 name (str|None) - 该层名称(可选)。若设为None,则自动为该层命名。 返回: 张量(Tensor) 返回类型: 变量(Tensor) 代码示例 :...