Permute: Permutes the dimensions of the input according to a given...

Description Usage Arguments Author(s) References See Also

View source: R/layers.core.R

Description

Permutes the dimensions of the input according to a given pattern.

Usage

1
Permute(dims, input_shape = NULL)

Arguments

dims

vector of integers. Permutation pattern, does not include the samples dimension. Indexing starts at 1.

input_shape

only need when first layer of a model; sets the input shape of the data

Author(s)

Taylor B. Arnold, taylor.arnold@acm.org

References

Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.

See Also

Other layers: Activation, ActivityRegularization, AdvancedActivation, BatchNormalization, Conv, Dense, Dropout, Embedding, Flatten, GaussianNoise, LayerWrapper, LocallyConnected, Masking, MaxPooling, RNN, RepeatVector, Reshape, Sequential


YTLogos/kerasR documentation built on May 19, 2019, 4:04 p.m.