Learn R Programming

daltoolbox (version 1.1.727)

ts_conv1d: 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)

Value

returns a ts_conv1d object.

Arguments

preprocess

normalization

input_size

input size for machine learning model

epochs

maximum number of epochs

Examples

Run this code
#See an example of using `ts_conv1d` at this
#[link](https://github.com/cefet-rj-dal/daltoolbox/blob/main/timeseries/ts_conv1d.ipynb)

Run the code above in your browser using DataLab