Permute | R Documentation |
Permutes the dimensions of the input according to a given pattern.
Permute(dims, input_shape = NULL)
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 |
Taylor B. Arnold, taylor.arnold@acm.org
Chollet, Francois. 2015. Keras: Deep Learning library for Theano and TensorFlow.
Other layers: Activation
,
ActivityRegularization
,
AdvancedActivation
,
BatchNormalization
, Conv
,
Dense
, Dropout
,
Embedding
, Flatten
,
GaussianNoise
, LayerWrapper
,
LocallyConnected
, Masking
,
MaxPooling
, RNN
,
RepeatVector
, Reshape
,
Sequential
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.