Data arrangement for neural network

1 次查看(过去 30 天)
Alin Brad
Alin Brad 2020-3-11
编辑: Alin Brad 2020-3-11
Dear All,
I am new for the neural network field but since I need it for an engineering application, I have to deal with it.
The task is to train my network by giving it an input (X) and give back output Z. However, my input sample X is not a single value, it a vector wich is a Gaussian spectrum of 200 samples like X=[x1,x2,..........x200] and the corrsponding outpout single value, say Z1.
Since I wanted to train thew network on many input samples let say 10 like the following
X1=[x1,x2,..........x200] --------------->Z1
X2=[x1,x2,..........x200] --------------->Z2
.
.
X10=[x1,x2,..........x200] --------------->Z10
I have built a network but it works for single vector. Could anyone suggest some helpful tips to how arrange my data so the it can be trained correctly.
Regards

回答(0 个)

类别

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