RepeatVector | R Documentation |
Repeats the input n times.
RepeatVector(n, input_shape = NULL)
n |
integer, repetition factor. |
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
, Permute
,
RNN
, Reshape
,
Sequential
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.