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

    CompiledProgram 参数 返回 代码示例 参数 返回 代码示例 CompiledProgram class paddle.static. CompiledProgram ( program_or_graph, build_strategy=None ) [源代码] CompiledProgram根据 build_strat...
  • DocumentArray

    DocumentArray Construct Access elements Bulk access contents Bulk access to attributes Import/Export Sharing DocumentArray across machines Embed via model Find nearest neigh...
  • 使用卷积神经网络进行图像分类

    使用卷积神经网络进行图像分类 一、环境配置 二、加载数据集 三、组建网络 四、模型训练&预测 The End 使用卷积神经网络进行图像分类 作者: PaddlePaddle 日期: 2021.05摘要: 本示例教程将会演示如何使用飞桨的卷积神经网络来完成图像分类任务。这是一个较为简单的示例,将会使用一个由三个卷积层组成的网络完成cif...
  • VOC2012

    VOC2012 参数 返回 代码示例 VOC2012 class paddle.vision.datasets. VOC2012 [源代码] VOC2012 数据集 参数 data_file (str) - 数据集文件路径,如果 download 参数设置为 True , data_file 参数可以设置为 None 。...
  • Chapter 4: Low-level API in TensorFlow

    Chapter 4: Low-level API in TensorFlow Chapter 4: Low-level API in TensorFlow Low-level API of TensorFlow includes tensor operation, graph, automatic differentiate, etc. If we...
  • Sparse data structures

    Sparse data structures SparseArray SparseDtype Sparse accessor Sparse calculation Migrating Interaction with scipy.sparse Sparse subclasses Sparse data structures Note ...
  • 图像教程

    图像教程 启动命令 将图像数据导入到 NumPy 数组 将 NumPy 数组绘制为图像 对图像绘图应用伪彩色方案 颜色刻度参考 检查特定数据范围 数组插值方案 图像教程 原文:Image tutorial 译者:飞龙 协议:CC BY-NC-SA 4.0 启动命令 首先,让我们启动 IPython。 它是 Pyth...
  • 数据预处理工具

    数据预处理工具 Data Reader 接口 Batch Reader 接口 使用 Data Reader装饰器 预取回数据(缓存数据) 组成多个Data Reader 随机排序 Q & A 为什么一个reader只返回单项而不是mini batch? 为什么需要一个batch reader,在训练过程中给出reader和batch_size...
  • 电影特征提取网络

    电影特征提取网络 1. 提取电影ID特征 2. 提取电影类别特征 3. 提取电影名称特征 4. 融合电影特征 电影特征提取网络 接下来我们构建提取电影特征的神经网络,与用户特征网络结构不同的是,电影的名称和类别均有多个数字信息,我们构建网络时,对这两类特征的处理方式也不同。 电影特征网络主要包括: 将电影ID数据映射为向量表示,通过...
  • Frequently Asked Questions

    1038 2020-04-19 《PyPy Documentation》
    Frequently Asked Questions What is PyPy? Is PyPy a drop in replacement for CPython? Module xyz does not work with PyPy: ImportError Module xyz does not work in the sandboxed PyP...