Filter löschen
Filter löschen

How to test the neural network with new data?

1 Ansicht (letzte 30 Tage)
Nithya SIvasamy
Nithya SIvasamy am 19 Sep. 2017
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

Antworten (0)

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by