书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 422 个相关结果.
  • sparse – Symbolic Sparse Matrices

    sparse – Symbolic Sparse Matrices Compressed Sparse Format CSC Matrix CSR Matrix List of Implemented Operations sparse – Sparse Op sparse – Symbolic Sparse Matrices In the...
  • sparse – Symbolic Sparse Matrices

    sparse – Symbolic Sparse Matrices Compressed Sparse Format CSC Matrix CSR Matrix List of Implemented Operations sparse – Sparse Op sparse – Symbolic Sparse Matrices In the...
  • 随机变量

    随机变量 获得帮助 通用方法 偏移(Shifting)与缩放(Scaling) 形态(shape)参数 冻结分布 广播 离散分布的特殊之处 分布拟合 性能问题与注意事项 遗留问题 随机变量 有一些通用的概率分布类被封装在continuous random variables以及discrete random variables中。...
  • Links

    802 2020-04-11 《Theano 1.0 Document》
    Links Theano requirements Libraries we might want to look at or use Links This page lists links to various resources. Theano requirements git : A distributed revision con...
  • 10.6. 数学

    10.6. 数学 10.6. 数学 math 模块提供对浮点数学的底层C库函数的访问: >>> import math >>> math . cos ( math . pi / 4 ) 0.70710678118654757 >>> math . log ( 1024 , 2 ) 10.0 random ...
  • Installation

    Installation Python version support Installing pandas Installing with Anaconda Installing with Miniconda Installing from PyPI Installing with ActivePython Installing using you...
  • Welcome

    Welcome News Download Status Citing Theano Documentation Community Help! How to Seek Help How to provide help Welcome Theano is a Python library that allows you to def...
  • Python 包的相关介绍

    4067 2019-05-25 《LightGBM 中文文档》
    Python 包的相关介绍 安装 数据接口 设置参数 训练 交叉验证 提前停止 预测 Python 包的相关介绍 该文档给出了有关 LightGBM Python 软件包的基本演练. 其它有用的链接列表 Python 例子 Python API 参数优化 安装 安装 Python 软件包的依赖, setuptools...
  • MLeap Runtime

    1163 2019-07-22 《MLeap Document》
    Basic Usage Basic Usage MLeap Runtime is a lightweight, yet highly optimized, execution engine for Machine Learning Pipelines. The goal of MLeap Runtime is to provide productio...
  • 构造具体的分布

    构造具体的分布 创建一个连续分布,继承rv_continuous 类 继承rv_discrete 类 通用信息 一个例子 测试上面的结果 构造具体的分布 下一个例子展示了如何建立你自己的分布。更多的例子见分布用法以及统计检验 创建一个连续分布,继承rv_continuous 类 创建连续分布是非常简单的. >>> from s...