How to test the neural network with new data?

2 ビュー (過去 30 日間)
Nithya SIvasamy
Nithya SIvasamy 2017 年 9 月 19 日
Using nprtool Created a neural network and the script generated is, % Train the Network [net,tr] = train(net,inputs,targets);
% Test the Network outputs = net(inputs); errors = gsubtract(targets,outputs); performance = perform(net,targets,outputs)
I have to test this with new real time input.In the above code where to supply the new input

回答 (0 件)

タグ


Translated by