书栈网 · BookStack 本次搜索耗时 0.024 秒,为您找到 1163 个相关结果.
  • 情感分析

    情感分析 背景介绍 说明: 模型概览 文本卷积神经网络简介(CNN) 循环神经网络(RNN) 长短期记忆网络(LSTM) 栈式双向LSTM(Stacked Bidirectional LSTM) 数据集介绍 配置模型 文本卷积神经网络 栈式双向LSTM 训练模型 定义训练环境 定义数据提供器 构造训练器 提供数据并构建主训练循环 ...
  • torch.nn.init

    torch.nn.init torch.nn.init torch . nn . init . calculate_gain ( nonlinearity , param = None ) 对于给定的非线性函数,返回推荐的增益值。这些值如下所示: nonlinearity gain linear 1 conv{1,...
  • Hybrid

    Hybrid query Example Parameters Disabling hybrid queries Hybrid query You can use a hybrid query to combine relevance scores from multiple queries into one score for a given ...
  • pixel_shuffle

    pixel_shuffle pixel_shuffle paddle.fluid.layers. pixel_shuffle (x, upscale_factor)[源代码] 该OP将一个形为[N, C, H, W]的Tensor重新排列成形为 [N, C/r*2, Hr, W*r] 的Tensor。这样做有利于实现步长(stride)为1...
  • Version history

    Version history Version history OpenSearch version Release highlights Release date 2.15.0 Includes parallel ingestion processing, SIMD support for exact search, and the ability...
  • Use Cases

    Use Cases Semantic Search LLM Orchestration Language Model Workflows Use Cases The following sections introduce common txtai use cases. A comprehensive set of over 50 example...
  • Sequence Models

    Sequence Models This is the fifth and final course of the deep learning specialization at Coursera which is moderated by deeplearning.ai . The course is taught by Andrew Ng. ...
  • Hybrid

    Hybrid query Example Parameters Disabling hybrid queries Hybrid query You can use a hybrid query to combine relevance scores from multiple queries into one score for a given...
  • XavierNormal

    XavierNormal XavierNormal class paddle.nn.initializer.XavierNormal ( fan_in=None, fan_out=None, name=None ) [源代码] 该类实现Xavier权重初始化方法( Xavier weight initializer),Xavier权重初始化方法...