书栈网 · BookStack 本次搜索耗时 0.030 秒,为您找到 422 个相关结果.
  • FAQ 常见问题解答

    Keras FAQ: 常见问题解答 如何引用 Keras? 如何在 GPU 上运行 Keras? 如何在多 GPU 上运行 Keras 模型? 数据并行 设备并行 "sample", "batch", "epoch" 分别是什么? 如何保存 Keras 模型? 保存/加载整个模型(结构 + 权重 + 优化器状态) 只保存/加载模型的结构 只保...
  • Pooling Layers

    Keras pooling layers KerasPooling1D KerasPooling1D getSubsampling1DLayer getOutputType KerasPoolingUtils mapPoolingType KerasPooling3D KerasPooling3D getSubsampling3DLayer ...
  • 正则化 Regularizers

    正规化的使用 例子 可用的惩罚 开发新的正则化器 正规化的使用 规则化器允许在优化过程中对图层参数或图层活动进行处罚。 这些处罚被纳入网络优化的损失函数中。 罚款是在每个层的基础上进行的。确切的API将取决于层,但层密集 ,Conv1D ,Conv2D 和Conv3D 具有统一的API。 这些图层显示3个关键字参数: kernel_re...
  • For beginners

    Keras FAQ:常见问题 一些基本概念 一份简短的Keras介绍 Keras linux Keras windows Keras使用陷阱
  • Advanced Activations

    Keras advanced activations KerasPReLU KerasPReLU getOutputType getPReLULayer setWeights KerasThresholdedReLU KerasThresholdedReLU getOutputType getActivationLayer KerasLe...
  • Local Layers

    Keras local layers KerasLocallyConnected1D KerasLocallyConnected1D getLocallyConnected1DLayer getOutputType setWeights KerasLocallyConnected2D KerasLocallyConnected2D getLoc...
  • Optimizers

    Usage of optimizers Parameters common to all Keras optimizers SGD RMSprop Adagrad Adadelta Adam Adamax Nadam Usage of optimizers An optimizer is one of the two argument...
  • Import

    Keras model import API KerasModelImport importKerasModelAndWeights importKerasModelAndWeights importKerasSequentialModelAndWeights importKerasSequentialModelAndWeights importKe...
  • Introduction

    Keras: The Python Deep Learning library You have just found Keras. Multi-backend Keras and tf.keras: Guiding principles Getting started: 30 seconds to Keras Installation Confi...
  • Noise Layers

    Keras layers KerasGaussianNoise KerasGaussianNoise getOutputType getGaussianNoiseLayer KerasAlphaDropout KerasAlphaDropout getOutputType getAlphaDropoutLayer KerasGaussian...