From: Antony zerrar on
Hi all, how do you estimate and save a neural network for a Y series (output) with X matrix of determinants (inputs) from the command, as I am able to implement it from the GUI but want to edit some options.

Is this correct?
net=newff(X',Y',3); %feed-forward network
net.divideParam.valRatio = 0.15;
net.divideParam.testRatio=0.25;
net=train(net,X');

then how do I extract the statistics (MSE, R^2) the errors and estimated Y^?

Finally, as I need 1-day ahead forecasts? Should I forecast a rolling one day ahead estimates or does the whole forecast period covers it, in order to compare the estimates of other models?

Thanks :)
 | 
Pages: 1
Prev: Hexagonal Grid
Next: Convert uint16 to fixed point