everyone! I tried to use
parfor i = 1 : 1000
net{i} = train(net_sample, x, t,'useGPU','yes');
end;
but it failed. Is there any way to teach them simultaneously? Is there any code for other programming language to train multiple networks simultaneously?
For simple example,
let's assume that We have network which contains 2 x 2 x 1 neurons and takes 10 input train vectors 5 x 1.