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!

 采纳的回答

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

2 个评论

It gives me an error that the input sizes do not match. What can I do?
[ I N ] = size(x)
[ O N ] = size(target)
size(xnew,1) = size(xold,1) % = I

请先登录,再进行评论。

更多回答(0 个)

类别

帮助中心File Exchange 中查找有关 Deep Learning Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by