书栈网 · BookStack 本次搜索耗时 0.040 秒,为您找到 361 个相关结果.
  • How Shape Information is Handled by Theano

    How Shape Information is Handled by Theano Shape Inference Problem Specifing Exact Shape Future Plans How Shape Information is Handled by Theano It is not possible to strict...
  • 09.10 Theano 实例:Softmax 回归

    Theano 实例:Softmax 回归 MNIST 数据集的下载和导入 softmax 回归 Theano 实例:Softmax 回归 MNIST 数据集的下载和导入 MNIST 数据集 是一个手写数字组成的数据集,现在被当作一个机器学习算法评测的基准数据集。 这是一个下载并解压数据的脚本: In [1]: %% file do...
  • 09.01 Theano 简介及其安装

    2026 2019-01-17 《中文 Python 笔记》
    Theano 简介及其安装 简介 使用 anaconda 安装 theano Theano 简介及其安装 简介 Theano 是一个 Python 科学计算库,允许我们进行符号运算,并在 CPU 和 GPU 上执行。 它最初由 Montreal 大学的机器学习研究者们所开发,用来进行机器学习的计算。 按照官网 上的说明,它拥有以下几...
  • gof – Theano Internals [doc TODO]

    538 2020-04-11 《Theano 1.0 Document》
    gof – Theano Internals [doc TODO] gof – Theano Internals [doc TODO] graph – Interface for the Theano graph fg – Graph Container [doc TODO] toolbox – [doc TODO] type – I...
  • How Shape Information is Handled by Theano

    How Shape Information is Handled by Theano Shape Inference Problem Specifing Exact Shape Future Plans How Shape Information is Handled by Theano It is not possible to strict...
  • 09.08 Theano 实例:线性回归

    Theano 实例:线性回归 基本模型 线性回归 定义符号变量 编译训练模型 将训练函数应用到数据上 Theano 实例:线性回归 基本模型 在用 theano 进行线性回归之前,先回顾一下 theano 的运行模式。 theano 是一个符号计算的数学库,一个基本的 theano 结构大致如下: 定义符号变量 编译用符号变量...
  • theano.gpuarray.dnn – cuDNN

    443 2020-04-11 《Theano 1.0 Document》
    theano.gpuarray.dnn – cuDNN cuDNN RNN Example List of Implemented Operations theano.gpuarray.dnn – cuDNN cuDNN is an NVIDIA librarywith functionality used by deep neural net...
  • function - defines theano.function

    409 2020-04-11 《Theano 1.0 Document》
    function - defines theano.function Guide Reference function - defines theano.function Guide This module provides function() , commonly accessed as theano.function,the inte...
  • shared - defines theano.shared

    366 2020-04-11 《Theano 1.0 Document》
    shared - defines theano.shared shared - defines theano.shared class theano.compile.sharedvalue. SharedVariable [source] Variable with Storage that is shared between function...
  • gof – Theano Internals [doc TODO]

    gof – Theano Internals [doc TODO] gof – Theano Internals [doc TODO] graph – Interface for the Theano graph fg – Graph Container [doc TODO] toolbox – [doc TODO] type – I...