Does the trainnet function work for time regression tasks?

Hello Dear Community,
since matlab has different ways to train a neural network (train, trainnetwork, trainnet...)
I would like to know, if trainnet is good for time series data regression, since most examples are for image related classification problems.
Thank you in advance.
Best wishes

 채택된 답변

Ayush Aniket
Ayush Aniket 2024년 8월 29일
편집: Ayush Aniket 2024년 8월 29일

0 개 추천

Hi Tobias,
You can use trainnet function to train deep learning models for time series data regression problems. For such problems, the input is in the format of sequences. To read about the input formats for sequence datsets in trainnet function, refer the following link:
Refer to the following documentation link which shows an example for 'Sequence-to-Sequence Regression' tasks:
You might have to use a regressionLayer as the last layer in the network for your purpose.
Also, note that trainNetwork function is not recommended anymore.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

제품

릴리스

R2024a

질문:

2024년 8월 29일

편집:

2024년 8월 29일

Community Treasure Hunt

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

Start Hunting!

Translated by