RepeatVector: Repeats the input n times.

View source: R/layers.core.R

RepeatVectorR Documentation

Repeats the input n times.

Description

Repeats the input n times.

Usage

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


kerasR documentation built on Aug. 17, 2022, 5:06 p.m.