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