书栈网 · BookStack 本次搜索耗时 0.026 秒,为您找到 361 个相关结果.
  • 激活函数 Activations

    激活函数的用法 预定义激活函数 softmax elu selu softplus softsign relu tanh sigmoid hard_sigmoid exponential linear 高级激活函数 激活函数的用法 激活函数可以通过设置单独的激活层实现,也可以在构造层对象时通过传递 activation 参...
  • 贡献

    关于 Github Issues 和 Pull Requests 漏洞报告 请求新功能 请求贡献代码 Pull Requests 合并请求 添加新的样例 关于 Github Issues 和 Pull Requests 找到一个漏洞?有一个新的功能建议?想要对代码库做出贡献?请务必先阅读这些。 漏洞报告 你的代码不起作用,你确定问题在...
  • Dealing with NaNs

    Dealing with NaNs Check Superparameters and Weight Initialization Run in NanGuardMode, DebugMode, or MonitorMode Numerical Stability Algorithm Related Cuda Specific Option ...
  • Dealing with NaNs

    475 2020-04-11 《Theano 1.0 Document》
    Dealing with NaNs Check Superparameters and Weight Initialization Run in NanGuardMode, DebugMode, or MonitorMode Numerical Stability Algorithm Related CUDA Specific Option NaN...
  • Python booster

    605 2020-04-11 《Theano 1.0 Document》
    Python booster Non-Basic Python features Python booster This page willgive you a warm feeling in your stomach. Non-Basic Python features Theano doesn’t use your grandfathe...
  • Python兵器谱

    Python 网页爬虫 & 文本处理 & 科学计算 & 机器学习 & 数据挖掘兵器谱 Python 网页爬虫 & 文本处理 & 科学计算 & 机器学习 & 数据挖掘兵器谱 曾经因为NLTK 的缘故开始学习Python,之后渐渐成为我工作中的第一辅助脚本语言,虽然开发语言是C/C++,但平时的很多文本数据处理任务都交给了Python。离开腾讯创业后,第...
  • 线性判别分析(Linear Discriminant Analysis)

    Deeplearning Algorithms tutorial 线性判别分析(Linear Discriminant Analysis) Deeplearning Algorithms tutorial 谷歌的人工智能位于全球前列,在图像识别、语音识别、无人驾驶等技术上都已经落地。而百度实质意义上扛起了国内的人工智能的大旗,覆盖无人驾驶、智能助手...
  • sparse – Symbolic Sparse Matrices

    402 2020-04-11 《Theano 1.0 Document》
    sparse – Symbolic Sparse Matrices Compressed Sparse Format CSC Matrix CSR Matrix List of Implemented Operations sparse – Sparse Op sparse – Symbolic Sparse Matrices In the...
  • Python booster

    Python booster Non-Basic Python features Python booster This page willgive you a warm feeling in your stomach. Non-Basic Python features Theano doesn’t use your grandfathe...
  • Implementing the arithmetic Ops in C

    Implementing the arithmetic Ops in C How does it work? What needs to be defined Defining the methods Final version Implementing the arithmetic Ops in C Now that we have set...