Does the trainnet function work for time regression tasks?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
tobias
el 29 de Ag. de 2024
Editada: Ayush Aniket
el 29 de Ag. de 2024
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
0 comentarios
Respuesta aceptada
Ayush Aniket
el 29 de Ag. de 2024
Editada: Ayush Aniket
el 29 de Ag. de 2024
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 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Sequence and Numeric Feature Data Workflows en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!