Neural Network for Time Series
조회 수: 5 (최근 30일)
이전 댓글 표시
Hi, is there a function like nnetar (R language) for prediction of time series with a neural network?
Thanks!
댓글 수: 0
답변 (1개)
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:
Time Series Forecasting example: https://www.mathworks.com/help/deeplearning/ug/time-series-forecasting-using-deep-learning.html
댓글 수: 0
참고 항목
카테고리
Help Center 및 File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!