フィルターのクリア

How to test a neural network with an unknown input data set?

2 ビュー (過去 30 日間)
Nima
Nima 2015 年 1 月 26 日
コメント済み: Nima 2015 年 1 月 27 日
Hi,
I have used fitting tool of the neural network. After training (validation and testing)the network with the related input and target data sets, now all I need is to apply new input to the network and predict the values of corresponding outputs. I do not have target data set for new testing and I do not need to know the performance as well, just need to to know the predicted values. I need a function like PREDICT used in DECISION TREE classifier......

採用された回答

Greg Heath
Greg Heath 2015 年 1 月 26 日
ynew = net(xnew)
Hope this helps.
Greg

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeDeep Learning Toolbox についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by