RepeatVector: Repeats the input n times.

Description Usage Arguments Author(s) References See Also

View source: R/layers.core.R

Description

Repeats the input n times.

Usage

1
RepeatVector(n, input_shape = NULL)

Arguments

n

integer, repetition factor.

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, Permute, RNN, Reshape, Sequential


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