필터 지우기
필터 지우기

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

조회 수: 6 (최근 30일)
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.

답변 (1개)

Nihal Reddy
Nihal Reddy 2023년 2월 14일
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
Josh
Josh 2023년 3월 11일
편집: Josh 2023년 3월 11일
@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.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by