I am using the neural network toolbox, and there is an option to optionally perform additional tests. However, I cannot figure out how to obtain the values for the outputs of the test. Is there anyway to do so? Or is there another way I can test new data on the neural network and obtain values? Thank you!

 Réponse acceptée

Greg Heath
Greg Heath le 4 Août 2016

0 votes

ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer
Greg

2 commentaires

Yash Kumar
Yash Kumar le 4 Août 2016
It gives me an error that the input sizes do not match. What can I do?
Greg Heath
Greg Heath le 5 Août 2016
Modifié(e) : Greg Heath le 5 Août 2016
[ I N ] = size(x)
[ O N ] = size(target)
size(xnew,1) = size(xold,1) % = I

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Deep Learning Toolbox dans Centre d'aide et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by