Neural Network for Time Series

Hi, is there a function like nnetar (R language) for prediction of time series with a neural network?
Thanks!

Risposte (1)

Meet
Meet il 10 Set 2024

0 voti

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:

Categorie

Scopri di più su Deep Learning Toolbox in Centro assistenza e File Exchange

Richiesto:

il 10 Apr 2018

Risposto:

il 10 Set 2024

Community Treasure Hunt

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

Start Hunting!

Translated by