书栈网 · BookStack 本次搜索耗时 0.157 秒,为您找到 422 个相关结果.
  • 函数式 API 指引

    开始使用 Keras 函数式 API 例一:全连接网络 所有的模型都可调用,就像网络层一样 多输入多输出模型 共享网络层 层「节点」的概念 更多的例子 Inception 模型 卷积层上的残差连接 共享视觉模型 视觉问答模型 视频问答模型 开始使用 Keras 函数式 API Keras 函数式 API 是定义复杂模型(如多输出...
  • LSTM for text generation

    Example script to generate text from Nietzsche's writings. Example script to generate text from Nietzsche's writings. At least 20 epochs are required before the generated texts...
  • 约束 Constraints

    约束项的使用 可用的约束 MaxNorm NonNeg UnitNorm MinMaxNorm 约束项的使用 constraints 模块的函数允许在优化期间对网络参数设置约束(例如非负性)。 约束是以层为对象进行的。具体的 API 因层而异,但 Dense ,Conv1D ,Conv2D 和 Conv3D 这些层具有统一的 API...
  • Advanced Activations Layers

    LeakyReLU PReLU ELU ThresholdedReLU Softmax ReLU [source] LeakyReLU keras . layers . LeakyReLU ( alpha = 0.3 ) Leaky version of a Rectified Linear Unit. It allows ...
  • Convolutional Layers

    Conv1D Conv2D SeparableConv1D SeparableConv2D DepthwiseConv2D Conv2DTranspose Conv3D Conv3DTranspose Cropping1D Cropping2D Cropping3D UpSampling1D UpSampling2D UpSampl...
  • utils 工具

    utils 工具 CustomObjectScope HDF5Matrix Sequence to_categorical 参数 normalize 参数 custom_object_scope get_custom_objects convert_all_kernels_in_model plot_model serialize_ker...
  • 快速开始函数式(Functional)模型

    快速开始函数式(Functional)模型 第一个模型:全连接网络 所有的模型都是可调用的,就像层一样 多输入和多输出模型 共享层 层“节点”的概念 更多的例子 inception模型 卷积层的残差连接 共享视觉模型 视觉问答模型 视频问答模型 快速开始函数式(Functional)模型 我们起初将Functional一词译作泛...
  • 常用数据集 Datasets

    数据集 CIFAR10 小图像分类数据集 用法: CIFAR100 小图像分类数据集 用法: IMDB 电影评论情感分类数据集 用法 路透社新闻主题分类 用法: MNIST 手写字符数据集 用法: Fashion-MNIST 时尚物品数据集 用法: Boston 房价回归数据集 用法: 数据集 CIFAR10 小图像分...
  • 核心网络层

    Dense Activation Dropout Flatten Input Reshape Permute RepeatVector Lambda ActivityRegularization Masking [source] Dense keras . layers . Dense ( units , activati...
  • 回调函数Callbacks

    回调函数Callbacks Callback 类属性 BaseLogger ProgbarLogger History ModelCheckpoint 参数 EarlyStopping 参数 RemoteMonitor 参数 LearningRateScheduler 参数 TensorBoard 参数 ReduceLROnPl...