Test New Data on Neural Network

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!

 Respuesta aceptada

Greg Heath
Greg Heath el 4 de Ag. de 2016
ynew = net(xnew);
Hope this helps.
Thank you for formally accepting my answer
Greg

2 comentarios

Yash Kumar
Yash Kumar el 4 de Ag. de 2016
It gives me an error that the input sizes do not match. What can I do?
Greg Heath
Greg Heath el 5 de Ag. de 2016
Editada: Greg Heath el 5 de Ag. de 2016
[ I N ] = size(x)
[ O N ] = size(target)
size(xnew,1) = size(xold,1) % = I

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Deep Learning Toolbox en Centro de ayuda y File Exchange.

Etiquetas

Preguntada:

el 3 de Ag. de 2016

Editada:

el 5 de Ag. de 2016

Community Treasure Hunt

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

Start Hunting!

Translated by