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!

 채택된 답변

Greg Heath
Greg Heath 2016년 8월 4일

0 개 추천

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

댓글 수: 2

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

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

도움말 센터File Exchange에서 Deep Learning Toolbox에 대해 자세히 알아보기

질문:

2016년 8월 3일

편집:

2016년 8월 5일

Community Treasure Hunt

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

Start Hunting!

Translated by