Learn R Programming

keras (version 0.3.5)

layer_maximum: Layer that computes the maximum (element-wise) a list of inputs.

Description

It takes as input a list of tensors, all of the same shape, and returns a single tensor (also of the same shape).

Usage

layer_maximum(inputs)

Arguments

inputs

A list of input tensors (at least 2).

Value

A tensor, the element-wise maximum of the inputs.

See Also

Other merge layers: layer_add, layer_average, layer_concatenate, layer_dot, layer_multiply