Neural Network for Time Series

6 次查看(过去 30 天)
EWan
EWan 2018-4-10
回答: Meet 2024-9-10
Hi, is there a function like nnetar (R language) for prediction of time series with a neural network?
Thanks!

回答(1 个)

Meet
Meet 2024-9-10
Hi Ewan,
You can use the “narnet” function in MATLAB for time series prediction. “narnet “stands for Nonlinear Autoregressive Network, and it's designed for modeling and predicting time series data where you want to predict future values.
Alternatively, Long Short-Term Memory (LSTM) networks are particularly effective for time series data (assuming you are using R2017b or newer version of MATLAB). MATLAB provides built-in support for LSTMs, which you can use for sequence-to-sequence prediction tasks.
You can refer to the resources below for more information:

类别

Help CenterFile Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by