书栈网 · BookStack 本次搜索耗时 0.049 秒,为您找到 422 个相关结果.
  • 主页

    Keras: 基于 Python 的深度学习库 你恰好发现了 Keras。 指导原则 快速开始:30 秒上手 Keras 安装指引 使用 TensorFlow 以外的后端 技术支持 为什么取名为 Keras? Keras: 基于 Python 的深度学习库 你恰好发现了 Keras。 Keras 是一个用 Python 编写的高...
  • Losses

    Usage of loss functions Available loss functions mean_squared_error mean_absolute_error mean_absolute_percentage_error mean_squared_logarithmic_error squared_hinge hinge cat...
  • Merge Layers

    Add Subtract Multiply Average Maximum Minimum Concatenate Dot add subtract multiply average maximum minimum concatenate dot [source] Add keras . layers . Add (...
  • 1D CNN for text classification

    This example demonstrates the use of Convolution1D for text classification. This example demonstrates the use of Convolution1D for text classification. Gets to 0.89 test accura...
  • 激活函数 Activations

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

    Getting started with the Keras functional API First example: a densely-connected network All models are callable, just like layers Multi-input and multi-output models Shared lay...
  • 后端 Backend

    Keras 后端 什么是 「后端」? 从一个后端切换到另一个后端 keras.json 详细配置 使用抽象 Keras 后端编写新代码 后端函数 epsilon set_epsilon floatx set_floatx cast_to_floatx image_data_format set_image_data_format get...
  • Define Models for SQLFlow

    Define Models for SQLFlow Keras v.s. Estimator Keras APIs 1. Subclassing tf.keras.Model 2. Functional API 3. keras.Sequential The Choice A Subclass model Example A Functio...
  • 融合层 Merge

    Add Subtract Multiply Average Maximum Concatenate Dot add subtract multiply average maximum concatenate dot [source] Add keras . layers . Add () 计算一个列表的输入张量...
  • Embedding Layers

    Keras layers KerasEmbedding KerasEmbedding getEmbeddingLayer getOutputType getNumParams setWeights Keras layers KerasEmbedding [source] Imports an Embedding layer fr...