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 ExchangeDeep 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