Neural Network training of multiple target data set

조회 수: 1 (최근 30일)
PALASH MONDAL
PALASH MONDAL 2017년 11월 30일
편집: PALASH MONDAL 2017년 12월 1일
Suppose i have one data set of input data and one data set of target data. 'm' and 'n' calculating the length of input and target data set. Operation like:
inputs=input'; % input data
targets=target'; % target data
n=3; % no of variable.
net=feedfordardnet(n); % use feed forward net.
net=configure (net,inputs,targets); % net configuration.
p=m*n+n+n+o;
..............
What would be the change if i use more than one input and target data set, and how p will be modified ?

답변 (0개)

Community Treasure Hunt

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

Start Hunting!

Translated by