Convolutional1DAutoencoder: ConvolutionalAutoencoder

Description Usage Arguments Value

View source: R/autoencodersKeras.R

Description

Auxiliary function defining a 1D convolutional autoencoder model (1 1DConv + 2x 1DConv+MaxPool)

Usage

1
Convolutional1DAutoencoder(X, filters = c(32, 32, 16))

Arguments

X
  • nxN matrix containing the N time series as columns, each one of length n time steps

filters
  • Size of the the filters in the different layers - numeric vector

Value

List containing:


jdestefani/ExtendedDFML documentation built on Dec. 20, 2021, 10:04 p.m.