书栈网 · BookStack 本次搜索耗时 0.029 秒,为您找到 361 个相关结果.
  • 第六章 深度学习

    第六章 深度学习 卷积网络简介 实践中的卷积神经网络 卷积网络的代码 问题 图像识别领域中的近期进展 其他的深度学习模型 神经网络的未来 第六章 深度学习 在上一章,我们学习了深度神经网络通常比浅层神经网络更加难以训练。我们有理由相信,若是可以训练深度网络,则能够获得比浅层网络更加强大的能力,但是现实很残酷。从上一章我们可以看到很多不利...
  • 激活函数 Activations

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

    On Github Issues and Pull Requests Bug reporting Requesting a Feature Requests for Contributions Pull Requests Note: Adding new examples On Github Issues and Pull Request...
  • tensor.io – Tensor IO Ops

    377 2020-04-11 《Theano 1.0 Document》
    tensor.io – Tensor IO Ops File operation MPI operation Details tensor.io – Tensor IO Ops File operation Load from disk with the function load and its associated op Load...
  • Activations

    Usage of activations Available activations elu softmax selu softplus softsign relu tanh sigmoid hard_sigmoid exponential linear On "Advanced Activations" Usage of ...
  • Get Started

    Getting started with Keras model import Getting started with Keras model import Below is a video tutorial demonstratingworking code to load a Keras model into Deeplearning4j a...
  • tensor.opt – Tensor Optimizations

    415 2020-04-11 《Theano 1.0 Document》
    tensor.opt – Tensor Optimizations tensor.opt – Tensor Optimizations class theano.tensor.opt. Assert (msg='Theano Assert failed!')[source] Implements assertion in a computati...
  • Developper documentation for Scan

    402 2020-04-11 《Theano 1.0 Document》
    Developper documentation for Scan Context Pre-requisites Relevant code files Notation Scan variables Optimizations remove_constants_and_unused_inputs_scan PushOutNonSeqScan ...
  • Dealing with NaNs

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

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