神经网络工具箱运行后怎么查看校正集的预测结果。

利用BP神经网络工具箱建模后,workspace结果中只有预测集的网络输出,我想查看对于校正集的预测输出 怎么能调出来呢?我的matlab是R2011a。
求大神指点,谢谢谢谢啊~~~~~~~~~

 採用された回答

wemepof
wemepof 2022 年 11 月 20 日

0 投票

你可以参考help中的例子:
net = newff(inputs,targets,20);
net = train(net,inputs,targets);
outputs = net(inputs);

その他の回答 (0 件)

カテゴリ

ヘルプ センター および File ExchangeDeep Learning Toolbox についてさらに検索

タグ

質問済み:

2022 年 11 月 20 日

回答済み:

2022 年 11 月 20 日

Community Treasure Hunt

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

Start Hunting!