ts_conv1d: Conv1D

View source: R/ts_conv1d.R

ts_conv1dR Documentation

Conv1D

Description

Creates a time series prediction object that uses the Conv1D. It wraps the pytorch library.

Usage

ts_conv1d(preprocess = NA, input_size = NA, epochs = 10000L)

Arguments

preprocess

normalization

input_size

input size for machine learning model

epochs

maximum number of epochs

Value

a ts_conv1d object.

Examples

#Use the same example of ts_mlp changing the constructor to:
model <- ts_conv1d(ts_norm_gminmax(), input_size=4, epochs = 10000L)

daltoolbox documentation built on May 29, 2024, 1:57 a.m.