Borrar filtros
Borrar filtros

How to create an ANN regression model with multiple vectors as input and multiple vectors as output?

6 visualizaciones (últimos 30 días)
There is one input variable and one output variable.
However each data point of the input/output variable is a vector.
Size of each input vector is 141X1 and size of each output vector is 400X1.
I have attached the input data file(Ivec.xls) and output data file(Ovec.xls)
For training:
Input vectors: Ivec(:,1:9) and output vectors: Ovec(:,1:9)
For testing:
Input vector: Ivec(:,10) and the predicted_Ovec10 can be compared with Ovec(:,10)
to know the performance of the model.
How to create this ANN regression model? Please help.

Respuestas (1)

Nihal Reddy
Nihal Reddy el 14 de Feb. de 2023
I understand you want to create an ANN regression model where each input and output is a vector. You can achieve this using the "fitrnet" function which takes input and output in form of a vector.
Refer to the following documentation links for more information and examples-
  1 comentario
Josh
Josh el 11 de Mzo. de 2023
Editada: Josh el 11 de Mzo. de 2023
@Nihal Reddy Thanks for the reply and my apologies for the delay in reply because of some issues. I am finding it bit confusing while using vector of vectors as input and vector of vectors as output. May you help with an example. Please help.

Iniciar sesión para comentar.

Categorías

Más información sobre Deep Learning Toolbox 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!

Translated by