ts_lstm | R Documentation |
Creates a time series prediction object that uses the LSTM. It wraps the pytorch library.
ts_lstm(preprocess = NA, input_size = NA, epochs = 10000L)
preprocess |
normalization |
input_size |
input size for machine learning model |
epochs |
maximum number of epochs |
returns a ts_lstm
object.
#See an example of using `ts_ts_lstmconv1d` at this
#[link](https://github.com/cefet-rj-dal/daltoolbox/blob/main/timeseries/ts_lstm.ipynb)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.